I hit a wall and was wondering if anyone else has hit this particular wall. I wanted a simple "tree view" generated from my model. I figured I might be able to do this nicely with a recursive template, but as far as I can tell after only 3 levels (2 {% include %} blocks) (component_tree --includes-> component_info --includes-> component_info) Python returns a error (too much recursion depth). A contributing factor might be inheritance, I'm not sure. 5 level inheritance on component_tree (component_tree --extends-> base_orkin --extends--> base_dev --extends-> base_sidebar --extends-> base).

Has anyone else experienced this? Does anyone else have any experience to share on tree views? Otherwise I guess its time for a major refactor...

--
--Max Battcher--
http://www.worldmaker.net/

Reply via email to