From 28d24e48de55e5e41ad238e0c6bb29f57c899c71 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 7 Feb 2025 15:12:21 +0000 Subject: tidy settigs PATHs --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 22dd31e..d9c836b 100644 --- a/settings.py +++ b/settings.py @@ -19,14 +19,14 @@ if HOSTNAME == "expo": # print(">>>>running on expo.survex.com<<<<") DEVSERVER = False else: - print(">>>>running on dev machine<<<<") + print(f">>>>running on dev machine {HOSTNAME} <<<<") DEVSERVER = True EPOCH = date.fromisoformat('1970-01-01') -# default value, then gets overwritten by real secrets -SECRET_KEY = "not-the-real-secret-key-a#vaeozn0---^fj!355qki*vj2" +# secrets are imported in localsettings.py from secret_credentials import * +# SECRET_KEY =... # executables: GIT = "git" # command for running git -- cgit v1.2.3