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