Allow running from any host

This commit is contained in:
Lukáš Kucharczyk 2023-01-02 18:29:27 +01:00
parent f974f3748e
commit 92be9ec1b6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-x0_t$gei=_o_p(%%!-db$jezka@y+d67$a8tvw13nl^8$l*t@=
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["*"]
# Application definition