Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

omad/django-bulkimport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulkimport

This project was for an old version of django and is no longer supported. (2017)

Build Status

Bulkimport provides tools for handling the bulk importing of spreadsheet data into Django models, through the Django Admin interface.

Quick start

  1. Add "bulkimport" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = ( ... 'bulkimport', )

  2. ...

About

Django Bulk Data Importer [No longer supported]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published