From: Thomas Fillon Date: Wed, 25 Jan 2017 13:42:30 +0000 (+0100) Subject: Restore SITE_ID in settings X-Git-Tag: 1.7.0~2^2~24^2~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5ff96863eca8813b88826a6a2400c525a1d4952c;p=telemeta.git Restore SITE_ID in settings --- diff --git a/app/settings.py b/app/settings.py index be13e3a6..051e540e 100644 --- a/app/settings.py +++ b/app/settings.py @@ -61,6 +61,8 @@ LANGUAGES = [ ('fr', 'French'), ('es', 'Spanish'), ] +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