aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 2c1a9bc..12ebdc5 100644
--- a/settings.py
+++ b/settings.py
@@ -111,7 +111,11 @@ TEMPLATE_DIRS = (
'%s/templates' % DEPLOY_PATH,
)
-INSTALLED_APPS = ('aggregator',
+INSTALLED_APPS = ('django.contrib.contenttypes',
+ 'django.contrib.sessions',
+ 'django.contrib.comments',
+ 'django.contrib.staticfiles',
+ 'aggregator',
'south')
# A sample logging configuration. The only tangible logging