From 22455b287ae7e6c9be8c53697bf7e5e883ec3fa3 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Fri, 4 Mar 2022 18:52:20 +0100 Subject: [PATCH] Ajout des allowed host --- Reskreen/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reskreen/settings.py b/Reskreen/settings.py index ea2d174..442f74f 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -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 -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["192.168.3.125","rh.ambulance-clerc.ch"] # Application definition