From 1bcbfcea04fb1c693af3323d93355c41989eae5a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 6 Aug 2011 04:32:27 -0400 Subject: [PATCH] Moved history app order of loading in INSTALLED_APP --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 6c99eafbd4..aa48f704f6 100644 --- a/settings.py +++ b/settings.py @@ -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', )