summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2012-05-05 01:27:55 +0200
committerChristian Franke <nobody@nowhere.ws>2012-05-05 01:27:55 +0200
commite7192482010a3ecb8295ab711f060704c1c684de (patch)
treeeb7fd46359046dfc1927c9f8b9205198f658a30a
parent45a3b469cbbbb5d4fdd03cc679cec30e12a3f1a7 (diff)
Resort apps in settings (this probably won't help, but there is still hope :/)
-rw-r--r--sublab_project/settings.py2
1 files changed, 1 insertions, 1 deletions
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',