добавил детальный вид итема, пока недопиленый
All checks were successful
Deploy MES Core / deploy (push) Successful in 8s
All checks were successful
Deploy MES Core / deploy (push) Successful in 8s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.urls import path
|
||||
from .views import IndexView, RegistryView
|
||||
from .views import IndexView, ItemUpdateView, RegistryView
|
||||
|
||||
urlpatterns = [
|
||||
# Главная страница (путь пустой)
|
||||
@@ -7,4 +7,5 @@ urlpatterns = [
|
||||
|
||||
# Реестр
|
||||
path('registry/', RegistryView.as_view(), name='registry'),
|
||||
path('item/<int:pk>/', ItemUpdateView.as_view(), name='item_detail'),
|
||||
]
|
||||
Reference in New Issue
Block a user