Remove SITE_ID from settings.
[matthijs/projects/xerxes.git] / 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