summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-05 00:35:10 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-05 00:35:10 +0100
commitd374779c473a65fca4740d83942bae24c10f683d (patch)
tree76805079a17b1570a87c996665b9748c3c9fd1f8 /urls.py
parent44b6770b6a562bb8a7d453ddfd1b0b547013a958 (diff)
downloadtroggle-d374779c473a65fca4740d83942bae24c10f683d.tar.gz
troggle-d374779c473a65fca4740d83942bae24c10f683d.tar.bz2
troggle-d374779c473a65fca4740d83942bae24c10f683d.zip
dwg upload and django admin extra search
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index c3eabc6..c83bfdb 100644
--- a/urls.py
+++ b/urls.py
@@ -12,8 +12,8 @@ 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.other import dwgupload
-from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage, scanupload
+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
from troggle.core.views.caves import ent, cavepage
from troggle.core.views.logbooks import get_logbook_entries, logbookentry, logbookSearch