turned off debug this is prod

This commit is contained in:
Rushil Umaretiya 2020-09-14 02:48:13 -04:00
parent 05b54cc292
commit fd809128c2

View File

@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = secrets.SECRET_KEY
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['hilo.link']