add allowed_hosts
This commit is contained in:
parent
0256cce986
commit
441c096cd8
@ -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!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = []
|
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "colline.legaragenumerique.eu"]
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user