ALLOWED_HOSTS

This commit is contained in:
2025-01-16 18:20:44 +03:00
parent 225586e70e
commit 0da6c9efa7

View File

@@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-c1_r=$!h*n-@r1u-r#9x*xsgs7$a*2cnr7!c8=+irf!*4@g$$2
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["bookify.tishenko.dev"]
# Application definition