Add Django Suit to the requirements
This commit is contained in:
@@ -34,6 +34,8 @@ ALLOWED_HOSTS = []
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = (
|
||||
# Mayan EDMS
|
||||
'suit',
|
||||
# Django
|
||||
'django.contrib.admin',
|
||||
'django.contrib.admindocs',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user