Add getting started self guided help system for missing user setup

This commit is contained in:
Roberto Rosario
2015-03-31 04:10:15 -04:00
parent 847d2ad821
commit 41531364d2
7 changed files with 48 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = (
# Placed at the top so it can override any template
'appearance.apps.AppearanceApp',
# 3rd party
'suit',
# Django
@@ -75,7 +77,6 @@ INSTALLED_APPS = (
'smart_settings.apps.SmartSettingsApp',
'user_management.apps.UserManagementApp',
# Mayan EDMS
'appearance.apps.AppearanceApp',
'checkouts.apps.CheckoutsApp',
'document_acls.apps.DocumentACLsApp',
'document_comments.apps.DocumentCommentsApp',