From 7b57b7db766f5282c54566feb0c47815f10916bc Mon Sep 17 00:00:00 2001 From: Bryan Bonvallet Date: Fri, 13 Dec 2013 11:50:54 -0500 Subject: [PATCH] Changing SITE_ID from 2 (less than 1% use case) to 1 (should cover nearly everyone out of the box) --- karmaworld/settings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/settings/common.py b/karmaworld/settings/common.py index f476433..1fa20c1 100644 --- a/karmaworld/settings/common.py +++ b/karmaworld/settings/common.py @@ -76,7 +76,7 @@ TIME_ZONE = 'America/New_York' LANGUAGE_CODE = 'en-us' # See: https://docs.djangoproject.com/en/dev/ref/settings/#site-id -SITE_ID = 2 +SITE_ID = 1 # See: https://docs.djangoproject.com/en/dev/ref/settings/#use-i18n USE_I18N = True -- 2.25.1