Skip to content

Commit

Permalink
Fixed Bug in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrathegreat committed Oct 2, 2019
1 parent 9c8900b commit 40a1fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaterQualitySystem/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
SECRET_KEY = 'yy0j34pk9j2%vd$nyq%2g@d0(eaq3*q0y#7=+nx2xs@d$$t*+z'

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

ALLOWED_HOSTS = ['127.0.0.1', '.herokuapp.com']

Expand Down

0 comments on commit 40a1fc1

Please sign in to comment.