Sort the installed apps by name

This commit is contained in:
Roberto Rosario
2014-10-08 17:17:09 -04:00
parent ce92f58fed
commit bdb3cdb91b

View File

@@ -35,68 +35,66 @@ ALLOWED_HOSTS = []
INSTALLED_APPS = (
#Django
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.admin',
'django.contrib.admindocs',
'django.contrib.auth',
'django.contrib.comments',
'django.contrib.contenttypes',
'django.contrib.messages',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.staticfiles',
# 3rd party
'corsheaders',
'south',
'kombu.transport.django',
'djcelery',
'rest_framework_swagger',
'filetransfers',
'taggit',
'mptt',
'compressor',
'corsheaders',
'filetransfers',
'kombu.transport.django',
'mptt',
'rest_framework',
'rest_framework.authtoken',
'rest_framework_swagger',
'solo',
'south',
'taggit',
# Base generic
'acls',
'common',
'converter',
'django_gpg',
'dynamic_search',
'lock_manager',
'mimetype',
'navigation',
'pagination',
'permissions',
'project_setup',
'project_tools',
'smart_settings',
'navigation',
'lock_manager',
# pagination needs to go after web_theme so that the pagination template
# if found
'pagination',
'common',
'django_gpg',
'dynamic_search',
'acls',
'converter',
'user_management',
'mimetype',
'installation',
# Mayan EDMS
'storage',
'app_registry',
'folders',
'tags',
'document_comments',
'metadata',
'statistics',
'documents',
'linking',
'document_indexing',
'document_acls',
'ocr',
'sources',
'history',
'main',
'rest_api',
'document_signatures',
'checkouts',
'bootstrap',
'checkouts',
'document_acls',
'document_comments',
'document_indexing',
'document_signatures',
'documents',
'folders',
'history',
'installation',
'linking',
'mailer',
'main',
'metadata',
'ocr',
'registration',
'rest_api',
'sources',
'statistics',
'storage',
'tags',
)
MIDDLEWARE_CLASSES = (