Initial commit of the new events app

This commit is contained in:
Roberto Rosario
2015-01-10 19:01:57 -04:00
parent 9c0f8feaed
commit bbab21d228
23 changed files with 179 additions and 96 deletions

View File

@@ -34,7 +34,7 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = (
# Mayan EDMS
# 3rd party
'suit',
# Django
'django.contrib.admin',
@@ -78,6 +78,7 @@ INSTALLED_APPS = (
'document_indexing',
'document_signatures',
'documents',
'events',
'folders',
'history',
'installation',
@@ -94,6 +95,9 @@ INSTALLED_APPS = (
'tags',
# Placed after rest_api to allow template overriding
'rest_framework_swagger',
# Must be last on Django < 1.7 as per documentation
# https://django-activity-stream.readthedocs.org/en/latest/installation.html
'actstream',
)
MIDDLEWARE_CLASSES = (