dev #8

Merged
wtukatyr merged 3 commits from dev into main 2025-06-06 12:03:14 +03:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 9d33e8ccbc - Show all commits

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