diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 01:37:42 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 01:37:42 +0100 |
commit | 0820d7c0dce82553348fbbd3bb34b288daae5480 (patch) | |
tree | 31ef9c25bfe4fac8dc799cd64d4491697c687a28 /core/views/survex.py | |
parent | 267741fa8b304112d96842118bc6c3ae335500f7 (diff) | |
download | troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.gz troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.bz2 troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.zip |
Docstrings for all modules
Diffstat (limited to 'core/views/survex.py')
-rw-r--r-- | core/views/survex.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/views/survex.py b/core/views/survex.py index 2bcf79f..350c404 100644 --- a/core/views/survex.py +++ b/core/views/survex.py @@ -19,6 +19,10 @@ from troggle.core.models.survex import SurvexBlock, SurvexPersonRole, SurvexFile from troggle.core.models.caves import Cave, PersonTrip, LogbookEntry from troggle.parsers.people import GetPersonExpeditionNameLookup +'''Everything that views survexfiles +but also displays data on a cave or caves when there is ambiguity +''' + survexdatasetpath = Path(settings.SURVEX_DATA) survextemplatefile = """; *** THIS IS A TEMPLATE FILE NOT WHAT YOU MIGHT BE EXPECTING *** |