I need a way to import a cvs of data into my database. the csv matches one of my models in terms of fields. in Django are there any recommend ways/packages for doing something like this?
I have looked at django-csvimport found here (http://pypi.python.org/pypi/django-csvimport/0.9) however, for a beginner like me there are no tutorials on using it. anyothers with good documentation?