[collector] can now collect Teile and list them
If a newly entered Teil already exists, we ignore that and do nothing. "name" could become a primary key...
This commit is contained in:
parent
1870d50ccf
commit
27c9a3a35b
4 changed files with 39 additions and 1 deletions
|
|
@ -7,4 +7,6 @@ app_name = "collector"
|
|||
urlpatterns = [
|
||||
path("", views.index, name="index"),
|
||||
path("recorded/<int:teil_id>/", views.detail, name="detail"),
|
||||
path("enter/", views.enter, name="enter"),
|
||||
path("all/", views.list_all, name="all"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue