Turn off debug mode

This commit is contained in:
Kumi 2019-01-09 17:26:56 +01:00
parent 7095ce60be
commit 8dbffe16bc

View file

@ -7,7 +7,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '=go8&h#^kh6ksr11e2z-@4qqd6t%63$x#-!s#l_yhw@oyanrys'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ["admin360.kumi.host"]