]> git.parisson.com Git - telemeta.git/commitdiff
Restore SITE_ID in settings
authorThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 13:42:30 +0000 (14:42 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 13:42:30 +0000 (14:42 +0100)
app/settings.py

index be13e3a6101149d33ce7f7272067f340ed2e6e9e..051e540eb6959de90574047e927964cc8ab167dc 100644 (file)
@@ -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