From e7192482010a3ecb8295ab711f060704c1c684de Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sat, 5 May 2012 01:27:55 +0200 Subject: Resort apps in settings (this probably won't help, but there is still hope :/) --- sublab_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublab_project/settings.py b/sublab_project/settings.py index a1849c6..67e85ea 100644 --- a/sublab_project/settings.py +++ b/sublab_project/settings.py @@ -134,8 +134,8 @@ INSTALLED_APPS = ( 'south', 'debug_toolbar', 'gunicorn', - 'news', 'projects', + 'news', 'djcelery', 'calendarium', 'accounts', -- cgit v1.2.1