django-simple-menu
django-simple-menu copied to clipboard
Simple, yet powerful, code-based menus for Django applications
hi, i want to use target="blank" with simple menu. So how can i do it? I did read document but it doesn't help.
Currently, if a `MenuItem` receives a URL with query params, since the url match is done against the `request.path`, there is no way for that item to be checked as...
Hi guys, I am trying to create submenu and I did create children but I don't know how to display them on a webpage. I tried all different things using...
I would like to add a logout/sign out menu item which requires the request to be a POST instead of a get. This is in light of this change: https://code.djangoproject.com/ticket/15619...