add web localhost to allowed hosts

This commit is contained in:
2025-05-24 16:26:28 +03:30
parent 54606eb4e7
commit cf08c707d1

View File

@@ -27,7 +27,14 @@ SECRET_KEY = 'django-insecure-@0apn-lk85pfw=z00x2ib$w9#rwz8%2v4i_n^^9jz-m9b+y55*
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'https://rasadyar.net/', 'https://localhost:9200']
ALLOWED_HOSTS = [
'localhost',
'127.0.0.1',
'https://rasadyar.net/',
'https://localhost:9200',
'http://localhost:3000',
'http://192.168.88.130:3000'
]
# Application definition