Skip to content

Commit

Permalink
turned debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaraujo25 committed Jul 5, 2022
1 parent 3d2acfd commit f69e649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swapping/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SECRET_KEY = 'django-insecure-h7)_spc!$u9fbma86)jw^or#zjjoi-og@nx+j6vt4&xyc50f6c'

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

ALLOWED_HOSTS = ["localhost"]

Expand Down

0 comments on commit f69e649

Please sign in to comment.