L
L
Loneattic2020-06-16 06:13:58
Django
Loneattic, 2020-06-16 06:13:58

How to make a link like "slug-id" (hyphenated) in Django?

re_path((r'^(?P<slug>[-\w]+)/$'), ArticleDetailView.as_view(), name='articles-article-detail')

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2020-06-16
@Loneattic

path('<slug:slug>-<int:pk>/', ArticleDetailView.as_view(), name='articles-article-detail'),

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question