django-treemenus
django-treemenus copied to clipboard
A simple django app to manage navigation menus via the django admin
Hi, i'm trying to setup django-treemenus with multiple databases. Users choose database to connect when they log in. I modified tree_menu_tags.py and put using('db') in show_menu menu = Menu.objects.using('db').get(name=menu_name) but...
hi, I've added a runtests.py file and made it working.
Hi. I've added settings module, used it to set max_length values of appropriate fields and added possibility to override these setting on a per-project base. Signed-off-by: apollov [email protected]
Added possibility to select related extensions in models.MenuItem.children(). Requires new setting TREEMENUS_EXTENSION_RELATED_NAME set to the name of the relation. This will reduce the number of SQL queries needed when using...
Hi! Sorry if it's a dummy question, but I can't use "related_lookup_fields" of grappelli with treemenus. When I click on magnify icon the pop-up uses a wrong url. Screenshots of...
Hi, I was trying to get treemenus to create an expanding menu effect, where the children of the current page get expanded, but not other sections. (e.g. http://ukwindsurfing.com/information/regions/). NB: I'm...