mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
fix: allow all hosts
This commit is contained in:
parent
1995abb2d1
commit
c27585db89
1 changed files with 2 additions and 0 deletions
|
@ -26,3 +26,5 @@ CACHES = {
|
|||
|
||||
DEBUG = False
|
||||
TASTYPIE_FULL_DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ["*"]
|
Loading…
Reference in a new issue