Hi all, I first meant to announce it on the Django community aggregator, but Jacob hasn't replied to my request of hooking up my blog to it yet :) So I thought I'd post it here instead.
I remember when starting using Django, I was a bit disappointed that there was no easy-to-use or straight-forward application to build menus, at least I didn't find any that suited me. Yet, menus are something that you find on pretty much every website, and I wanted to fill that gap. So I started making my own app, and made it generic and open source so it could hopefully benefit other django users. So here it is, django-treemenus[1], a simple and generic application that lets you easily build tree-structured menus for your django site. It contains all (and only) the essentials, and it should be easy for anyone to extend it to fit their particular needs. You can define your own templates, and there's a user-friendly admin interface to manage the structure of your menus. All the code and documentation are available at google code [1]. Have a go, and please let me know about potential issues or bugs, either here, on my blog[2] or on the google code issue tracking system. All the best, Julien [1] http://code.google.com/p/django-treemenus/ [2] http://www.creativityandcognition.com/blogs/julien/?cat=5 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

