projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a3658
)
Disable sites framework as we don't use it
author
Magnus Hagander
<magnus@hagander.net>
Tue, 20 Jan 2015 21:41:57 +0000
(22:41 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 20 Jan 2015 21:41:57 +0000
(22:41 +0100)
It also breaks the RSS feeds
pgcommitfest/settings.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/settings.py
b/pgcommitfest/settings.py
index bab2499823486fb8f02dd1587cc1eb2ea7af9d5a..5ef0bd4cf1d919e3dbd16a851d44272fe44617e3 100644
(file)
--- 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: