From 441c096cd8fcda760847da420e3e6d00e13551ab Mon Sep 17 00:00:00 2001 From: Carmen Date: Fri, 9 Feb 2024 14:49:33 +0100 Subject: [PATCH] add allowed_hosts --- colline/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colline/settings.py b/colline/settings.py index 604bfca..ee2286e 100644 --- a/colline/settings.py +++ b/colline/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-am+jesv8+*y7gubnwd5j$gg15%#yf=d@75w!(a#_1vhcbhn@0j # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["localhost", "127.0.0.1", "colline.legaragenumerique.eu"] # Application definition