The Basics
This is a simple and generic tree-structured menuing system for Django with an easy-to-use admin interface. It covers all the essentials for building tree-structured menus and should be enough for a lot of projects. However it is easily extendable if you need to add some special behaviour.
Project Home – http://code.google.com/p/django-treemenus/Grab the Repository – svn checkout http://django-treemenus.googlecode.com/svn/trunk/
Recent Commits
-
31 was committed 4 days, 17 hours ago.
Fixed some stale code
-
27 was committed 1 week, 6 days ago.
Small doc fix.
-
26 was committed 2 weeks, 1 day ago.
Updated doc to reflect recent changes in extension system
-
25 was committed 3 weeks, 2 days ago.
Fixed redirection after “Save and continue editing” when creating a new object.
-
24 was committed 3 weeks, 5 days ago.
Major refactoring to use hooks provided by NFA. Be careful, there are a few small backward incompatibilities. The doc will soon be updated to reflect the changes.
-
23 was committed 3 weeks, 6 days ago.
Removed step (now unnecessary since NFA merge) about adding the admin templates in the TEMPLATE_DIRS settings. Thanks Joost for pointing that out!
-
22 was committed 4 weeks ago.
Fixed URLConf in the doc to reflect the new way admin works since Django 1.0 alpha.
-
21 was committed 4 weeks, 1 day ago.
Added German locale. Thanks, Thomas Kerpe! Also reverted changes from r16 as they were causing clashes with translations.
-
20 was committed 4 weeks, 1 day ago.
Small typo in a variable name
-
19 was committed 4 weeks, 1 day ago.
Facilitated integration of an extension for existing menus.