Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ranahaani authored Dec 10, 2020
1 parent 362a24c commit 3d5cf60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangoProject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SECRET_KEY = '#r*6fh@d&_-_$=xai$jky0h^n(+y4s5jiu-4&w^1dkz=ex(7g2'

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

ALLOWED_HOSTS = ['*']

Expand Down Expand Up @@ -139,4 +139,4 @@
# CSRF_COOKIE_SECURE = False
# SECURE_HSTS_SECONDS = None
# SECURE_HSTS_INCLUDE_SUBDOMAINS = False
# SECURE_FRAME_DENY = False
# SECURE_FRAME_DENY = False

0 comments on commit 3d5cf60

Please sign in to comment.