From 00d8d2a562697bbae1f846cfa1ecd0cf45267ade Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 31 Oct 2008 19:52:03 +0100 Subject: [PATCH] Remove SITE_ID from settings. We're not using the sites app, so we don't need this. --- settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings.py b/settings.py index fdfa66e..b712311 100644 --- 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 -- 2.30.2