django-treemenus
django-treemenus copied to clipboard
A simple django app to manage navigation menus via the django admin
in django 2 it's not working
This app is not compatible with 1.9 Django. Some forks fixed it. Let's choose next maintainer for this package, who will create next create official pip versions for django-treemenus, fix...
Hi, if yes please put in the description is deprecated please! So many people would not bother to try it Thank
Hi! It would nice to see its look and feel of this tree representation. Thank you!
Hi, based on the changes from @ejah I just implemented those and made a pull request. (Without the 'try/except' bit, to prevent warnings in 1.8).
Both will be great for SMB clients. Any thoughts?
I get the following error on Django 1.7.6 (python 3) after installing with pip. ``` python Environment: Request Method: GET Request URL: http://localhost:8000/admin/treemenus/menu/add/ Django Version: 1.7.6 Python Version: 3.4.1 Installed...
Since django 1.8 django.template.**init** module no longer imports TOKEN_BLOCK constanct. https://github.com/django/django/blob/1.8/django/template/__init__.py This is patch for issue #39
While migrating an app to Django 1.5 one of my menus handled by treemenus started to fail, it was looking for an url named this way: "my_awesome_url its_awesome_argument" All as...
hi, I'm using the github-version of treemenus in my django project and want to run the tests in context of the project. to make it short: it doesn't work. long...