diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 20:59:56 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 20:59:56 +0000 |
commit | 226cbb6b5cb9d38b2856a3007745c8045ed9efae (patch) | |
tree | 17a5c3d522a5598815f570abb4ce19aef1f88f67 /core/utils.py | |
parent | a1c34f488daac73ad027f03f74a6c725a5ff53d9 (diff) | |
download | troggle-226cbb6b5cb9d38b2856a3007745c8045ed9efae.tar.gz troggle-226cbb6b5cb9d38b2856a3007745c8045ed9efae.tar.bz2 troggle-226cbb6b5cb9d38b2856a3007745c8045ed9efae.zip |
Fixed coloured T and S on expo calendar
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 4 |
1 files changed, 3 insertions, 1 deletions
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. ''' |