mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-03 10:45:49 +03:00
Local
add "127.0.0.1"
This commit is contained in:
parent
7100cff18a
commit
0601a1b858
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user