2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-13 22:17:07 +00:00

Docstrings for all modules

This commit is contained in:
Philip Sargent
2021-04-13 01:37:42 +01:00
parent 267741fa8b
commit 0820d7c0dc
15 changed files with 50 additions and 17 deletions

View File

@@ -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()