summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2015-01-20 21:41:57 +0000
committerMagnus Hagander2015-01-20 21:41:57 +0000
commita9f76bd85287a8b530d5a66825f99215573178eb (patch)
tree5441bf69b6543544b00b24159ee223336a787ef4
parent70a3658ad249727c2c21837bd7710d0ca4110300 (diff)
Disable sites framework as we don't use it
It also breaks the RSS feeds
-rw-r--r--pgcommitfest/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pgcommitfest/settings.py b/pgcommitfest/settings.py
index bab2499..5ef0bd4 100644
--- a/pgcommitfest/settings.py
+++ b/pgcommitfest/settings.py
@@ -119,7 +119,6 @@ INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
- 'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
# Uncomment the next line to enable the admin: