This commit is contained in:
Ambulance Clerc
2022-06-18 19:29:02 +02:00
parent b417d81dc6
commit 448e178ca8
3 changed files with 7 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-j4jd&+4j^t_=@zr(#q@n!8e*58vkql6&_6w-t14ju8pw%ei%^s
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
cfg_dev_mode = False
cfg_dev_mode = True
ALLOWED_HOSTS = ["192.168.3.125","rh.ambulance-clerc.ch"]
if cfg_dev_mode: