Skip to content

Commit

Permalink
set DEBUG to False
Browse files Browse the repository at this point in the history
  • Loading branch information
morikeli committed May 8, 2023
1 parent ac6e0ee commit 83fc8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
SECRET_KEY = env('SECRET_KEY')

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

ALLOWED_HOSTS = [env('WEB_DOMAIN')]

Expand Down

0 comments on commit 83fc8a9

Please sign in to comment.