From 7b5661ee94c66ad426a464651abd6239277aecc9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 14 Oct 2014 20:01:12 -0400 Subject: [PATCH] Add Django Suit to the requirements --- mayan/settings/base.py | 2 ++ requirements/common.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/mayan/settings/base.py b/mayan/settings/base.py index 8d64ead4e4..8747e245e3 100644 --- a/mayan/settings/base.py +++ b/mayan/settings/base.py @@ -34,6 +34,8 @@ ALLOWED_HOSTS = [] # Application definition INSTALLED_APPS = ( + # Mayan EDMS + 'suit', # Django 'django.contrib.admin', 'django.contrib.admindocs', diff --git a/requirements/common.txt b/requirements/common.txt index 3f2471c109..e9d4f6b12e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -12,6 +12,7 @@ django-mptt==0.6.1 django-rest-swagger==0.1.14 django-sendfile==0.3.6 django-solo==1.0.5 +django-suit==0.2.11 djangorestframework==2.4.3 GitPython==0.3.2.RC1