Answer the question
In order to leave comments, you need to log in
How to pass data in django listview urlpatterns link?
How to pass data in link to listview?
ursl.py
urlpatterns = [
path('test/<str:data>/', TestView.as_view(), name='test'),
]
class TestView(ListView):
model = Test
template_name = 'test/test.html'
context_object_name = 'test'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question