diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-28 15:10:39 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-28 15:10:39 +0000 |
commit | e6fd1f0ec54fa8ea0218d6ffb7ae3d1d99b4b7f8 (patch) | |
tree | 48a635a14b558c7a0957fe55381d6ec16beefa31 /parsers/QMs.py | |
parent | 2704fc42d4912b361481a19f525e9d1c508dd4b7 (diff) | |
download | troggle-e6fd1f0ec54fa8ea0218d6ffb7ae3d1d99b4b7f8.tar.gz troggle-e6fd1f0ec54fa8ea0218d6ffb7ae3d1d99b4b7f8.tar.bz2 troggle-e6fd1f0ec54fa8ea0218d6ffb7ae3d1d99b4b7f8.zip |
Collect dataissues and write to db all at once
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r-- | parsers/QMs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py index 9fa5bc7..7356efa 100644 --- a/parsers/QMs.py +++ b/parsers/QMs.py @@ -7,7 +7,6 @@ from django.conf import settings from troggle.core.models.caves import QM, Cave from troggle.core.models.troggle import DataIssue -from troggle.core.utils import save_carefully """Reads the CSV files containg QMs for a select few caves See parsers/survex.py for the parser which extracts QMs from the survex files |