From 5ff96863eca8813b88826a6a2400c525a1d4952c Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 25 Jan 2017 14:42:30 +0100 Subject: [PATCH] Restore SITE_ID in settings --- app/settings.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5