Skip to content

Commit

Permalink
Change debug to false again before pushing to master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Oliveira committed Dec 11, 2017
1 parent ec9fac9 commit 855b446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notto/notto/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SECRET_KEY = 'd6f1&y(dx-2oiilb&17itsjtqt6&@*&q#(wpwmx(=hwyu4$64-'

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

ALLOWED_HOSTS = []

Expand Down

0 comments on commit 855b446

Please sign in to comment.