Set: DEBUG default to False

This commit is contained in:
Aroy-Art 2024-05-14 21:01:39 +02:00
parent dc7df4b28a
commit 2d507792c3
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -14,7 +14,7 @@ import os, environ
env = environ.Env( env = environ.Env(
# set casting, default value # set casting, default value
DEBUG=(bool, True) DEBUG=(bool, False)
) )
# Build paths inside the project like this: BASE_DIR / 'subdir'. # Build paths inside the project like this: BASE_DIR / 'subdir'.