diff options
-rw-r--r-- | sublab_project/settings.py | 2 |
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', |