summaryrefslogtreecommitdiffstats
path: root/parsers/QMs.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-13 01:37:42 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-13 01:37:42 +0100
commit0820d7c0dce82553348fbbd3bb34b288daae5480 (patch)
tree31ef9c25bfe4fac8dc799cd64d4491697c687a28 /parsers/QMs.py
parent267741fa8b304112d96842118bc6c3ae335500f7 (diff)
downloadtroggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.gz
troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.bz2
troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.zip
Docstrings for all modules
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r--parsers/QMs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py
index 3a3e2bb..fe796a0 100644
--- a/parsers/QMs.py
+++ b/parsers/QMs.py
@@ -9,6 +9,7 @@ from troggle.core.models.troggle import DataIssue
from troggle.core.models.caves import QM, Cave, LogbookEntry
from troggle.core.utils import save_carefully
+'''Reads the CSV files containg QMs for a select few caves'''
def deleteQMs():
QM.objects.all().delete()