You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mezzanine Users
I'm trying to implement counting views for each post using django package called django taggit. But I'm failed is there any other straight forward way to implement this, Please help me.
and Also I want to display post category name in post detail page. Please help me. I'm new to the django.
Christian Wiegand
unread,
Jun 19, 2019, 5:24:49 AM6/19/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Concerning the blog post category name, have a look at mezzanine/blog/templates/blog/blog_post_list.html line 89 ff. You can copy those lines to your custom blog detail template.