Skip to content

Commit

Permalink
Disabling Django Debug for RC1 Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekomian44 committed Apr 16, 2018
1 parent 5f1f892 commit a3c5fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_monomania/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SECRET_KEY = 'kt21qp(v(85%@^9)2++cs=49vull98^!^l82ya@1%fvvpcxuhx'

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

ALLOWED_HOSTS = ['socialmonomania.herokuapp.com','127.0.0.1', 'socialmonomania-dev.herokuapp.com', 'localhost']

Expand Down

0 comments on commit a3c5fdc

Please sign in to comment.