From: Bryan Bonvallet Date: Fri, 13 Dec 2013 16:50:54 +0000 (-0500) Subject: Changing SITE_ID from 2 (less than 1% use case) to 1 (should cover nearly everyone... X-Git-Tag: release-20150131~386^2~10^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b57b7db766f5282c54566feb0c47815f10916bc;p=oweals%2Fkarmaworld.git Changing SITE_ID from 2 (less than 1% use case) to 1 (should cover nearly everyone out of the box) --- 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