fix: allow all hosts

This commit is contained in:
Alessandro Pezzè 2021-03-19 19:53:12 +01:00
parent 1995abb2d1
commit c27585db89

View file

@ -26,3 +26,5 @@ CACHES = {
DEBUG = False
TASTYPIE_FULL_DEBUG = False
ALLOWED_HOSTS = ["*"]