summaryrefslogtreecommitdiffstats
path: root/core/views/statistics.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-13 00:43:57 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-13 00:43:57 +0100
commit5b3b0e67e9744671fadeca78e5565d3dbd1f81c1 (patch)
tree0b6b9e52d023567bc1e92878ce43a0b7b2fada26 /core/views/statistics.py
parent304bbd230a1b801069cfce259c6ad0f25d48116c (diff)
downloadtroggle-5b3b0e67e9744671fadeca78e5565d3dbd1f81c1.tar.gz
troggle-5b3b0e67e9744671fadeca78e5565d3dbd1f81c1.tar.bz2
troggle-5b3b0e67e9744671fadeca78e5565d3dbd1f81c1.zip
create core/models/ directroy
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r--core/views/statistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/statistics.py b/core/views/statistics.py
index ac1e7ac..9c45f9f 100644
--- a/core/views/statistics.py
+++ b/core/views/statistics.py
@@ -11,7 +11,7 @@ from django.template.defaultfilters import slugify
from django.utils import timezone
#from django.views.generic.list import ListView
-from troggle.core.models import Expedition, Person, PersonExpedition, DataIssue
+from troggle.core.models.troggle import Expedition, Person, PersonExpedition, DataIssue
from troggle.core.models_caves import Cave, LogbookEntry
from troggle.core.models_survex import SurvexBlock