If you write something in the model's save() method that should do what you want.
On Mar 28, 10:05 pm, cnone <bullockpa...@gmail.com> wrote: > The admin page has a button to add records. When I click a table from > admin page and click add, I can enter data. What I want to do is I > want to add records to 2 table at the same time. The admin page will > show me all the fields to enter data for both table. When I click save > the data will be saved to both tables. But the tables are not related. > How can I do this from admin page? Is there a way to edit save button > functionality? > > Or another way is to show the first table.When I click save it will > save and redirect to the second table. Is this also possible? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.