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 the custom views.py file?
> I know i should use template/<app_name> for the html template files.
Sorry. It was a bad post. Double sorry for the double posting too.
I had a obsolete, hanging media = .js file assignment.
Once i removed the inline forms do display the existing data from the
child table.