add  "127.0.0.1"
This commit is contained in:
jose Gabriel Guzman Lopez 2018-03-16 11:35:39 -05:00 committed by GitHub
parent 7100cff18a
commit 0601a1b858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ SECRET_KEY = env('DJANGO_SECRET_KEY', default='!!!SET DJANGO_SECRET_KEY!!!')
ALLOWED_HOSTS = [
"localhost",
"0.0.0.0",
"127.0.0.1",
]
# CACHES