dev #11

Merged
wtukatyr merged 2 commits from dev into main 2025-06-06 13:44:52 +03:00
Showing only changes of commit 1c9f69ee11 - Show all commits

View File

@@ -24,7 +24,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = os.getenv("DJANGO_SECRET_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ["localhost", "app.saccada.xyz"]