Moved history app order of loading in INSTALLED_APP

This commit is contained in:
Roberto Rosario
2011-08-06 04:32:27 -04:00
parent a6eb830a6a
commit 1bcbfcea04

View File

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