add saccada host

This commit is contained in:
Basyrov Rustam
2025-06-06 12:01:12 +03:00
parent e5e2c104f7
commit 9d33e8ccbc

View File

@@ -26,7 +26,7 @@ SECRET_KEY = os.getenv("DJANGO_SECRET_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["localhost"]
ALLOWED_HOSTS = ["localhost", "app.saccada.xyz"]
# Application definition