Allow access from localhost
This commit is contained in:
parent
211b23d339
commit
1af83a8630
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue