I got it to work by just using the (already) imported django.contrib.admin BatchModelAdmin now becomes admin.ModelAdmin
http://code.google.com/p/django-batchimport/issues/detail?id=4 On Mar 19, 1:22 pm, Mark <[email protected]> wrote: > Hello, > I'm having some trouble putting together a form for batch import of > csv files. > > I found django-batchimport athttp://code.google.com/p/django-batchimport/ > and that seemed to be the answer. It looks like it was integrated > into Django a year ago (http://code.djangoproject.com/changeset/ > 10121). > > It's looking batchadmin and I can't figure out how the importing of > that goes. > > There is an open issue on this (http://code.google.com/p/django- > batchimport/issues/detail?id=4). I really think that this would be a > great functionality to have. > > If anyone else has a good idea how to get csv import working (as easy > as possible) for a newbie, I'd really appreciate it. > > Thanks! > Mark -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

