encryption round-trip works

This commit is contained in:
2025-01-20 02:07:26 +00:00
parent 79cf342d33
commit 4d49eefccb
9 changed files with 186 additions and 6 deletions

View File

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