2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 07:27:09 +00:00

Split out logbook_edit.py and ruff fix

This commit is contained in:
2024-12-29 20:31:51 +00:00
parent e3a9498656
commit f2a43558f9
10 changed files with 496 additions and 423 deletions

View File

@@ -35,6 +35,7 @@ from troggle.core.views.expo import (
pubspage,
spider,
)
from troggle.core.views.logbook_edit import logbookedit
from troggle.core.views.logbooks import (
Expeditions_jsonListView,
Expeditions_tsvListView,
@@ -52,7 +53,7 @@ from troggle.core.views.logbooks import (
from troggle.core.views.other import controlpanel, exportlogbook, frontpage, todos
from troggle.core.views.prospect import prospecting
from troggle.core.views.scans import allscans, cavewallets, scansingle, walletslistperson, walletslistyear
from troggle.core.views.uploads import dwgupload, expofilerename, gpxupload, logbookedit, photoupload
from troggle.core.views.uploads import dwgupload, expofilerename, gpxupload, photoupload
from troggle.core.views.wallets_edit import walletedit
"""This sets the actualurlpatterns[] and urlpatterns[] lists which django uses