Hello everyone,

I have been programming in PHP for a few years now but I am
experimenting with django on a personal project of mine.  Most likely
the closest experience I've had with a framework like this is CakePHP
or Zend.

I have really been enjoying it so far.  I appreciate the simplicity of
the Python language.  And the ease with which packages can be
integrated into an application seems to be a huge plus.

I'm having just one difficulty, however, which is a very common
central point of most applications I've worked on - which is the use
of a tree to structure ones data.  I have already set up django-mptt,
and it all makes sense to me - on the front end.  But where I am
stumped is the admin.  A solution I have found for both my experiences
with the Zend and CakePHP frameworks was a recursively indented select
list.  While not an ultimate solution by any means, I certainly found
this a helpful way to get me started.

So, my question is: how would I go about creating a recursively
indented select list, which would represent to me the parent/child
relationships between the rows in the model being rendered.  I realize
it would be a multi-step process, but perhaps if one person provided
one step, another could provide the second, and so on...?

Thanks in advance,

Aaron Lozier

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to