First models and views
This commit is contained in:
@@ -4,5 +4,8 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index'),
|
||||
path('<int:container_id>/', views.container_details, name='container_details'),
|
||||
path('type/<int:container_type_id>/', views.container_type_details, name='container_type_details'),
|
||||
# path('type/<string:container_type_named_id>/', views.container_type_details, name='container_type_details'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user