summaryrefslogtreecommitdiffstats
path: root/core/views/prospect.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/prospect.py')
-rw-r--r--core/views/prospect.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/core/views/prospect.py b/core/views/prospect.py
index 4b30f5d..4021f5e 100644
--- a/core/views/prospect.py
+++ b/core/views/prospect.py
@@ -1,18 +1,21 @@
import os
-import string
import re
+import string
import urllib.parse
-# from pathlib import Path
from django.http import HttpResponse
from django.shortcuts import render
-# from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
import troggle.settings as settings
-from troggle.core.models.caves import Entrance, Area, SurvexStation, Cave
+from troggle.core.models.caves import Area, Cave, Entrance, SurvexStation
from troggle.core.views.caves import caveKey
from troggle.parsers.survex import MapLocations
+# from pathlib import Path
+
+# from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
+
+
''' Generates the prospecting guide document.
Also produces the overlay of points on top of a prospecting_image map - to be deleted.