Remove SITE_ID from settings.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 31 Oct 2008 18:52:03 +0000 (19:52 +0100)
committerMatthijs 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

index fdfa66e178f86dbe621b464ce6cda055d6ce7d9b..b7123114c88fccf7326f5f886497a2a772492c74 100644 (file)
@@ -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