add allowed_hosts

This commit is contained in:
Carmen Ngaka Iziasuma 2024-02-09 14:49:33 +01:00
parent 0256cce986
commit 441c096cd8

View File

@ -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