Merge pull request #624 from Gluejar/fix_just_setting
DEBUGG -> DEBUG (don't know how this bug got in)pull/1/head
commit
3a8cdccd36
|
@ -2,7 +2,7 @@ from regluit.settings.common import *
|
|||
|
||||
ALLOWED_HOSTS = ['.unglue.it']
|
||||
DEBUG = False
|
||||
TEMPLATES[0]['OPTIONS']['debug'] = DEBUGG
|
||||
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
|
||||
|
||||
SITE_ID = 5
|
||||
|
||||
|
|
Loading…
Reference in New Issue