chore: allow all hosts in development settings

This commit is contained in:
vickytechkey 2026-08-08 09:40:07 +05:30
parent bc5c0d2344
commit 772dfcec7a

View file

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-w97g8j2h1=r%4$i1qc4xu%#c3)iw^4@#0-^sr3h&*okow^ax!@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition