I would like to implement a data upload feature in admin interface
for my application. A form with file upload field will be show for a
data model.
The file should be a XML file which is generated by another program
and contain more than one record of data.
Anybody implemented similar thing before ? Seem that I could
implement it by override ModelAdmin, but it need to modify a lot of
thing.
Thanks.