Skip to content

Commit

Permalink
changed in master
Browse files Browse the repository at this point in the history
  • Loading branch information
MdSamsuzzohaShayon committed Feb 2, 2024
1 parent cb23c05 commit 56f4068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
SECRET_KEY = os.environ["DJANGO_SECRET"]

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

ALLOWED_HOSTS = [
'localhost',
Expand Down

0 comments on commit 56f4068

Please sign in to comment.