summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/models/caves.py1
-rw-r--r--core/views/drawings.py4
-rw-r--r--urls.py1
3 files changed, 1 insertions, 5 deletions
diff --git a/core/models/caves.py b/core/models/caves.py
index 5f68e77..e94ff74 100644
--- a/core/models/caves.py
+++ b/core/models/caves.py
@@ -569,7 +569,6 @@ def GetCaveLookup():
# These are exact matches! edit to check for prefix only!
# mostly taken from expoweb/noinfo/cave-number-index
# and Becka's email of 25 may 2020 on new kataster numbers
- # this should be re-done as a JSON file upload
# These might alse create more duplicate entries, so re-write it to check
Gcavelookup["1987-02"] = Gcavelookup["267"]
diff --git a/core/views/drawings.py b/core/views/drawings.py
index f86cd10..4145123 100644
--- a/core/views/drawings.py
+++ b/core/views/drawings.py
@@ -18,9 +18,7 @@ by looking inside the file before being served.
'''
-todo='''The git stuff on upload!
-
-need to check if invalid query string is invalid, or produces multiple replies
+todo='''Need to check if invalid query string is invalid, or produces multiple replies
and render a user-friendly error page.
'''
diff --git a/urls.py b/urls.py
index eb2369c..49406e0 100644
--- a/urls.py
+++ b/urls.py
@@ -11,7 +11,6 @@ from django.urls import reverse, resolve
from troggle.core.views import caves, statistics, survex
from troggle.core.views.scans import scansingle, singlewallet, allwallets
from troggle.core.views.drawings import dwgallfiles, dwgfilesingle
-#from troggle.core.views.drawings import dwgfileupload
from troggle.core.views.uploads import dwgupload, scanupload
from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage
from troggle.core.views.other import exportlogbook