Re: Getting the right data to the template

2007-10-20 Thread Mikkel Høgh
Thank you for your input, Malcolm. I've made up something based on your suggestions in revision 56: http://codebrowse.launchpad.net/~mikl/kaplan/kaplan.dev/revision/56 Sorry for missing your last name in the commit message, but I was off- line when I committed this (7 hour train journey, what wou

Re: Getting the right data to the template

2007-10-19 Thread Malcolm Tredinnick
On Thu, 2007-10-18 at 15:25 -0700, Mikkel Høgh wrote: > I have a bit of a problem - I'm creating a GTD-focused task management > app for Django, mainly for my own benefit, but it's open source if any > one cares. > > I've been trying to implement a taxonomy system like the one Drupal > uses. Only

Re: Getting the right data to the template

2007-10-18 Thread Mikkel Høgh
Hmm, the codebrowse link does not seem to work, sadly. You should be able to browse the repository here: http://codebrowse.launchpad.net/~mikl/kaplan/kaplan.dev/files The models are located in kaplan/todo/models.py and kaplan/taxonomy/ models.py Kind regards, Mikkel Høgh --~--~-~--~-

Getting the right data to the template

2007-10-18 Thread Mikkel Høgh
I have a bit of a problem - I'm creating a GTD-focused task management app for Django, mainly for my own benefit, but it's open source if any one cares. I've been trying to implement a taxonomy system like the one Drupal uses. Only problem is that I find it difficult to get the right data out int