Re: Use an application inside other application

2007-02-25 Thread whiteinge
There's a good writeup on template tags on B-List (with some copy-and- pasteable sample code). http://www.b-list.org/weblog/2006/06/07/django-tips-write-better-template-tags Cheers. - whiteinge On Feb 25, 5:57 am, Dirk Eschler <[EMAIL PROTECTED]> wrote: > On Sonntag, 25. Februar 2007, Grupo Dj

Re: Use an application inside other application

2007-02-25 Thread Dirk Eschler
On Sonntag, 25. Februar 2007, Grupo Django wrote: > Hello, I have created an app named "menu". I want to build an easy way > of adding items to the menu in the admin zone. I want to render this > menu in every view of others applications (blog, static pages...). > I'd like some suggestions about h

Use an application inside other application

2007-02-25 Thread Grupo Django
Hello, I have created an app named "menu". I want to build an easy way of adding items to the menu in the admin zone. I want to render this menu in every view of others applications (blog, static pages...). I'd like some suggestions about how to implement it in the template system. I thought about

Use an application inside other application

2007-02-25 Thread Grupo Django
Hello, I have created an app named "menu". I want to build an easy way of adding items to the menu in the admin zone. I want to render this menu in every view of others applications (blog, static pages...). I'd like some suggestions about how to implement it in the template system. I thought about