Re: django admin form customization

2012-04-03 Thread anand jeyahar
Hi al, > >     1. I have customized the admin change form to display as inline > form  a child table/model fields. Now how do i get this form to > display existing child rows too? I guess, i will have to customize the > views.py for the admin app right?? >  If so how can point django to pick up

django admin form customization

2012-04-02 Thread anand jeyahar
Hi, Am trying to customize the django admin pages and having trouble with it. 1. I have customized the admin change form to display as inline form a child table/model fields. Now how do i get this form to display existing child rows too? I guess, i will have to customize the views.py for

Admin form customization

2012-04-02 Thread anand jeyahar
Hi, Am trying to customize the django admin pages and having trouble with it. I am trying to do two different things. 1. I have customized the admin change form to display as inline form a child table fields. Now how do i get this form to display existing child rows too? I guess, i will