how to pass primary key to url django code example
Example: how to pass primary key to url django
<a href="{% url 'category_detail' pk=post.category.id %}" >{{ post.category }}</a>
<a href="{% url 'category_detail' pk=post.category.id %}" >{{ post.category }}</a>