Set: DEBUG default to False
This commit is contained in:
parent
dc7df4b28a
commit
2d507792c3
1 changed files with 1 additions and 1 deletions
|
@ -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'.
|
||||||
|
|
Loading…
Reference in a new issue