Last Updated: February 25, 2016
·
3.236K
· pamasaur

Making Django CSV imports crazy easy

Blog post: http://thewebivore.com/wildly-easy-django-csv-imports/

This is a short post mentioning a (newer) django csv importer library, https://github.com/edcrewe/django-csvimport.

Once you've installed the package and added it to your apps[], you interact with csvimport objects, where you can either make sure you CSV headers match your models, or provide a simple object mapping. It's very friendly to your non-technical users!