Re: Customizing URL resolver

2009-09-17 Thread twold
e_url()" model method and > > the "permalink" decorator, for instance. > > > Also, if you want better advices on how to fit your database model > > into django's url resolving mechanism, you should post a question > > (together with more details) o

Re: Customizing URL resolver

2009-09-17 Thread twold
if you want better advices on how to fit your database model > into django's url resolving mechanism, you should post a question > (together with more details) onto the django-users group. Sorry about that, I only noticed later that there is a -users group :- ( > > Mathieu > > On

Customizing URL resolver

2009-09-16 Thread twold
Hello, I am having little difficulties with django url system and I hope someone can clear it up. Here's what I want to achieve: we're going to have a tree-based catalog in our app and we'd like to index it like this: name1/name2/name3/... I've created a database lookup table url <- > id with urls