fix debug env
This commit is contained in:
parent
c214c993ed
commit
58ec795b10
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ SECRET_KEY = env("SECRET_KEY")
|
|||
# DEPLOYMENT
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = env("DEBUG")
|
||||
DEBUG = env("DEBUG", False)
|
||||
ALLOWED_HOSTS = [".localhost", "127.0.0.1", "[::1]", env("DOMAIN")]
|
||||
CSRF_COOKIE_SECURE = True
|
||||
SESSION_COOKIE_SECURE = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue