tags:

views:

8

answers:

0

I have a webapp with a couple of models. One of these is Videos, which has a ManyToMany relationship with VidParts. Now, I need to have an Admin form for these that can accept XML, since it would be very inefficient to add these one by one.
My question is, is it possible to add a AddView to the admin without a corresponding model to go with it, and then to process the form?