To spare you all the reams of source code, I'll just point you to my latest geek addition:Template recursion in Django with Treebeard, in which I solve one of the great conundrums of Django: how to draw stuff recursively. Django templates just don't like recursion, and I do.
I'm slowly but surely learning how to express myself in Django. Stuff like this is deep geek head-first no-nonsense, which is why I enjoy it. Now that I've got a heirarchal rendering system and understand how the heirarchal engine works, my next step is to create it as a manipulable list in proper HTML with Javascript handling.
I'm slowly but surely learning how to express myself in Django. Stuff like this is deep geek head-first no-nonsense, which is why I enjoy it. Now that I've got a heirarchal rendering system and understand how the heirarchal engine works, my next step is to create it as a manipulable list in proper HTML with Javascript handling.