From 226cbb6b5cb9d38b2856a3007745c8045ed9efae Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 29 Jan 2023 20:59:56 +0000 Subject: Fixed coloured T and S on expo calendar --- core/utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index 29c2643..5632440 100644 --- a/core/utils.py +++ b/core/utils.py @@ -34,7 +34,9 @@ save_carefully() - core function that saves troggle objects in the database various git add/commit functions that need refactoring together NOTE that TROG is not serialized! Two users can update it and conflict !! -This needs to be in a multi-user database with transactions. +This needs to be in a multi-user database with transactions. However it is +useful when doing a data import with databaseReset.py as that has a single +thread. ''' -- cgit v1.2.3