fixed allowed hosts

Without it, Django can't work in docker-network
This commit is contained in:
Basyrov Rustam
2025-06-05 01:38:43 +03:00
parent 17469918d4
commit 050ce48f38

View File

@@ -26,7 +26,7 @@ SECRET_KEY = "django-insecure-7@a)l@%smekjdwtc%$)k=qs^5k8@fnmc+vxk)(!mi5ojrbhgn+
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["localhost"]
# Application definition