Merge remote-tracking branch 'origin/guntherweissenbaeck/issue43'
This commit is contained in:
commit
8660d1c7ba
4 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||
SECRET_KEY = env("SECRET_KEY")
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = False
|
||||
DEBUG = env.bool("DEBUG")
|
||||
|
||||
# CSRF Stuff
|
||||
CSRF_COOKIE_SECURE = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue