Hi guys, I am searching for a best-practise tutorial (or code-example) to show me how to implement a frontend CRUD gui for related models - if possible: Ajax based.
*Scenario:* Let's say I have a contact-class. 1 contact can have n adresses. The address is assigned to the contact via a foreignkey. *Thats what I want to achieve:* Just like in the django backend I'd like to have a frontend view that allows me to edit a contact and dynamically add adresses to it - ALL IN ONE VIEW. If possible: by ajax, so that the user does not have to reload the page with each new adress. *Does anyone know a best-practise example?* I am looking forward to your tips Kind regards Thomas -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0ad451e8-d52c-4b7b-9063-16552138bcc9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

