Skip to content

Commit

Permalink
Debug false
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorn01 committed Jan 16, 2024
1 parent 96ced25 commit a25c4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coral/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
SECRET_KEY = '!^1-(*%x1ww9-_qp5qg(+d((3dj!m!w5v^qm#lfkjf*^73_8tf'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.getenv("DEBUG", os.getenv("DJANGO_DEBUG", False))
# DEBUG = os.getenv("DEBUG", os.getenv("DJANGO_DEBUG", False))
DEBUG = False

ROOT_URLCONF = 'coral.urls'

Expand Down

0 comments on commit a25c4b1

Please sign in to comment.