We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77c580 commit 78cb37bCopy full SHA for 78cb37b
python_ru/settings/production.py
@@ -4,7 +4,7 @@
4
5
# Setting the development status:
6
7
-DEBUG = config('DEBUG', default=False, cast=bool)
+DEBUG = config('DEBUG', default=True, cast=bool)
8
9
DATABASES = {
10
'default': {
0 commit comments