set IS_PREVIEW on jenkins
parent
9f67423a2a
commit
603b2dacf9
|
@ -2,6 +2,7 @@ from regluit.settings.common import *
|
|||
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
IS_PREVIEW = False
|
||||
|
||||
ADMINS = (
|
||||
('Raymond Yee', 'rdhyee+ungluebugs@gluejar.com'),
|
||||
|
|
Loading…
Reference in New Issue