mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:27:10 +00:00
tidy settigs PATHs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user