projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe8bfb
)
Remove SITE_ID from settings.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 31 Oct 2008 18:52:03 +0000
(19:52 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 31 Oct 2008 18:52:03 +0000
(19:52 +0100)
We're not using the sites app, so we don't need this.
settings.py
patch
|
blob
|
history
diff --git
a/settings.py
b/settings.py
index fdfa66e178f86dbe621b464ce6cda055d6ce7d9b..b7123114c88fccf7326f5f886497a2a772492c74 100644
(file)
--- a/
settings.py
+++ b/
settings.py
@@
-36,8
+36,6
@@
LANGUAGES = (
('en', 'English'),
)
-SITE_ID = 1
-
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True