Allow all hosts
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 32s

This commit is contained in:
vickytechkey 2026-08-23 09:44:22 +05:30
parent 61b4ef5941
commit 440d9fb904

View file

@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-h3*qqwi%s4(ve^!!27d1sn6gew&4ol0^eh^n*3$aq=p+ht#)6k
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition