From d320f23bb66485fcbd0e9f1ba77385ea8a8cb891 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 28 Jan 2025 14:34:20 +0100 Subject: [PATCH] settings.template.py --- call2025/settings.template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call2025/settings.template.py b/call2025/settings.template.py index 8ae4c50..1e7c09f 100644 --- a/call2025/settings.template.py +++ b/call2025/settings.template.py @@ -24,7 +24,7 @@ SECRET_KEY = 'django-insecure-nn7mvrgu6de^%z&6t1usgaji_*59z*v+230tluec-h4fw*n(%i # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -DEPLOY = True +DEPLOY = False if DEPLOY: ALLOWED_HOSTS = ['xpub.nl']