Allow access from localhost

This commit is contained in:
Alexandre Iooss 2021-10-12 08:58:39 +02:00
parent 211b23d339
commit 1af83a8630

View file

@ -29,6 +29,8 @@ SECRET_KEY = 'CHANGE_ME'
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
"127.0.0.1",
"localhost",
"photos.crans.org", "photos.crans.org",
"photos-dev.crans.org", "photos-dev.crans.org",
] ]