Re: customized admin form

2007-09-22 Thread eXt
Ello! I think that the only way to do what you want is to use methods described here: http://www.djangobook.com/en/beta/chapter18/ regards -- Jakub Wiśniowski On 22 Wrz, 11:56, Rufman <[EMAIL PROTECTED]> wrote: > how can i make a admin form that can be used with the normal django > admin, but

customized admin form

2007-09-22 Thread Rufman
how can i make a admin form that can be used with the normal django admin, but contains other fields that the ones defined in the db model. I what to make a form that allows that user to upload a csv file, which is then parsed and inserted into the db according to the columns defined. This should