Compare commits

...

1 Commits
v1.0.1 ... main

Author SHA1 Message Date
d278664f05 Add * to allowed hosts 2025-10-27 16:43:51 +00:00

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-tnwju9!q=iyct2(m1r(e&f9x&z4syi2hqd2e)x78((9c(fj=l@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition