Disable DEBUG
This commit is contained in:
parent
a5aa4fce34
commit
fbcd3b2f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
|||
SECRET_KEY = "15-d*6bl(@+jfo92@=67vi1ohx%3e&^l98*bo*v$$+ms%!l(!!"
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['.golovizin.ru', '.xn--b1abndboscb.xn--p1ai', 'localhost']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue