I am going to allow user to create a Book object as well as its Author (if the author is not existed yet). How can I do it?
AFAIK, inlineformset_factory seems a good start point. But as you see, the book and author object are both unknown in the form modeling stage. Any ideas? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

