Changed apps loading order to fix source app dependency error

This commit is contained in:
Roberto Rosario
2011-08-05 09:46:54 -04:00
parent 2169bbd0d2
commit d8a9193d65
3 changed files with 6 additions and 7 deletions

View File

@@ -123,7 +123,6 @@ INSTALLED_APPS = (
'smart_settings',
'navigation',
'web_theme',
'main',
'history',
'common',
'metadata',
@@ -153,6 +152,7 @@ INSTALLED_APPS = (
'mimetype',
'scheduler',
'job_processor',
'main',
)
TEMPLATE_CONTEXT_PROCESSORS = (