added debug env var to settings
This commit is contained in:
parent
cfba0dae32
commit
c40c316bcf
@ -11,7 +11,7 @@ environ.Env.read_env()
|
|||||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||||
|
|
||||||
# set to False for production
|
# set to False for production
|
||||||
DEBUG = True
|
DEBUG = env('DEV_MODE')
|
||||||
|
|
||||||
# SECURE_SSL_REDIRECT=True
|
# SECURE_SSL_REDIRECT=True
|
||||||
# SESSION_COOKIE_SECURE=True
|
# SESSION_COOKIE_SECURE=True
|
||||||
|
Loading…
Reference in New Issue
Block a user