Skip to content

Commit 78cb37b

Browse files
committed
- debug = true
1 parent b77c580 commit 78cb37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_ru/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Setting the development status:
66

7-
DEBUG = config('DEBUG', default=False, cast=bool)
7+
DEBUG = config('DEBUG', default=True, cast=bool)
88

99
DATABASES = {
1010
'default': {

0 commit comments

Comments
 (0)