summaryrefslogtreecommitdiffstats
path: root/core/views/statistics.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 /core/views/statistics.py
parent267741fa8b304112d96842118bc6c3ae335500f7 (diff)
downloadtroggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.gz
troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.bz2
troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.zip
Docstrings for all modules
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r--core/views/statistics.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/statistics.py b/core/views/statistics.py
index fc62754..c317d43 100644
--- a/core/views/statistics.py
+++ b/core/views/statistics.py
@@ -17,6 +17,9 @@ from troggle.core.models.survex import SurvexBlock
import troggle.settings as settings
+'''Very simple report pages summarizing data about the whole set of expeditions and of
+the status of data inconsistencies
+'''
def pathsreport(request):
pathsdict = OrderedDict()