From 7fc287b28af2086b9877910385e72322f368a3d7 Mon Sep 17 00:00:00 2001 From: Brian Moe <brian.moe@ligo.org> Date: Mon, 19 Dec 2011 15:15:55 -0600 Subject: [PATCH] Fixed bad site id. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 39f43800c..b271128c0 100644 --- a/settings.py +++ b/settings.py @@ -71,7 +71,7 @@ GRACE_DATETIME_FORMAT = 'Y-m-d H:i:s T' # http://www.i18nguy.com/unicode/language-identifiers.html LANGUAGE_CODE = 'en-us' -SITE_ID = 2 +SITE_ID = 3 # If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery. -- GitLab