Add Django Suit to the requirements

This commit is contained in:
Roberto Rosario
2014-10-14 20:01:12 -04:00
parent 1f016e6773
commit 7b5661ee94
2 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = (
# Mayan EDMS
'suit',
# Django
'django.contrib.admin',
'django.contrib.admindocs',

View File

@@ -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