File tree 2 files changed +2
-2
lines changed
flexible/django_cloudsql/mysite
standard_python3/django/mysite
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# SECURITY WARNING: don't run with debug turned on in production!
60
60
# Change this to "False" when you are ready for production
61
- DEBUG = True
61
+ DEBUG = env ( "DEBUG" )
62
62
63
63
# SECURITY WARNING: App Engine's security features ensure that it is safe to
64
64
# have ALLOWED_HOSTS = ['*'] when the app is deployed. If you deploy a Django
Original file line number Diff line number Diff line change 57
57
58
58
# SECURITY WARNING: don't run with debug turned on in production!
59
59
# Change this to "False" when you are ready for production
60
- DEBUG = True
60
+ DEBUG = env ( "DEBUG" )
61
61
62
62
# SECURITY WARNING: App Engine's security features ensure that it is safe to
63
63
# have ALLOWED_HOSTS = ['*'] when the app is deployed. If you deploy a Django
You can’t perform that action at this time.
0 commit comments