added localhost to allowed

This commit is contained in:
2025-10-10 21:07:31 -05:00
parent d551b65867
commit d8ff8b3641

View File

@@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-a_(p5k(2sgb(&ryzu9a+0yz_w+gi-z4o=0m7)kexf9k70k=+j$
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["100.100.200.0"]
ALLOWED_HOSTS = ["100.100.200.0", "localhost"]
# Application definition