mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-17 18:30:18 -04:00
turned off debug this is prod
This commit is contained in:
parent
05b54cc292
commit
fd809128c2
|
@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
SECRET_KEY = secrets.SECRET_KEY
|
SECRET_KEY = secrets.SECRET_KEY
|
||||||
|
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['hilo.link']
|
ALLOWED_HOSTS = ['hilo.link']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user