foundations of recipe batch editing

This commit is contained in:
vabene1111
2025-08-20 22:55:38 +02:00
parent 5e1c804fd1
commit 98b57d2854
12 changed files with 424 additions and 269 deletions

View File

@@ -125,10 +125,6 @@ urlpatterns = [
]
if DEBUG:
urlpatterns.append(path('test/', views.test, name='view_test'))
urlpatterns.append(path('test2/', views.test2, name='view_test2'))
# catchall view for new frontend
urlpatterns += [
path('', views.index, name='index'),