I am new to Django and web development for that matter but I saw ticket
#1476 posted about related objects being displayed as lists with a link
to allow the user to edit.  I would like to do something very similar
and I am hoping that someone can help me get on the right track.

I have a person class that has the possibility of having more then one
phone number and more then one address.  So I would like to create a
list of phone numbers and a list of addresses when the user is editing
the person's information.  I want the list to look very similar to what
the admin builds for their lists with a button to allow you to add a
new one.

I have read as much as I can to find a solution but I just can't seem
to grasp the best way to do this?  Do I need to build my own custom
view?  If so, how do you plug in a custom view to be used in the place
if the view that is generated?  I am really hoping that there is a way
to do this and I hope that someone can shed some light on this for me
and push me down the right path.

Thank you very much for your help.

Regards,
Jim Fritchman


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to