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',