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
Is it possible to delete a blog category. Thanks
sathish anton
unread,
Mar 8, 2016, 12:49:59 PM3/8/16
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
to Mezzanine Users
Some how I have two blog categories with the same name. Blog category may be not detect duplicate names. I wish there is an option like "-" added to delete blog category. Thanks.
Message has been deleted
Eduardo Rivas
unread,
Mar 8, 2016, 12:54:01 PM3/8/16
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
to mezzani...@googlegroups.com
Try adding 'blog.BlogCategory' right next to 'blog.BlogPost' in
settings.ADMIN_MENU_ORDER. Basically we want to tell Mezzanine to let
you edit Blog Categories like a regular model in the admin. That should
make the categories appear in the sidebar, and you can delete them as a
regular model from there.
sathish anton
unread,
Mar 9, 2016, 2:16:53 AM3/9/16
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
to Mezzanine Users
Hi,
Thank you. It does provide an option after including in ADMIN_MENU_ORDER.