From 9e40bc4ae0f75da5f199fce9375de74006391e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Mon, 15 Apr 2024 20:54:48 +0200 Subject: [PATCH] ... --- kholles_web/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kholles_web/settings.py b/kholles_web/settings.py index 2ef7991..234434e 100644 --- a/kholles_web/settings.py +++ b/kholles_web/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-$)@!wj+$^y1@^tr78ay&)cna10da_k^vncrbo+4ja-qth$8bhz # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["mp2i-vms.fr"] # Application definition