Disable debug - again
This commit is contained in:
parent
f55ab7efef
commit
c19520b435
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue