2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 17:07:13 +00:00

new localsettings

This commit is contained in:
2025-01-16 23:22:15 +00:00
parent 9331d7e1db
commit ea2f4526e8
3 changed files with 28 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ if 'runserver' in sys.argv:
print(">>>>running on dev local runserver<<<<")
DEVSERVER = True
else:
print(">>>>running on expo.survex.com<<<<")
DEVSERVER = False
EPOCH = date.fromisoformat('1970-01-01')