Skip to content

amllano/django-import-export

This branch is 736 commits behind django-import-export/django-import-export:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2017
May 31, 2017
Feb 18, 2017
May 31, 2017
Mar 16, 2017
Jan 15, 2016
Sep 1, 2016
May 30, 2017
Feb 26, 2017
Jan 16, 2013
Mar 21, 2016
Feb 2, 2017
Nov 15, 2012
Jan 21, 2014
Feb 26, 2017
Jan 11, 2016

Repository files navigation

django-import-export

Build status on Travis-CI Current version on PyPi Downloads per month on PyPi Documentation

django-import-export is a Django application and library for importing and exporting data with included admin integration.

Features:

  • support multiple formats (Excel, CSV, JSON, ... and everything else that tablib support)
  • admin integration for importing
  • preview import changes
  • admin integration for exporting
  • export data respecting admin filters

docs/_static/images/django-import-export-change.png

Requirements

  • Python 2.7+ or Python 3.3+
  • Django 1.5.3+
  • tablib (dev or 0.9.11)

Example app

cd tests && ./manage.py runserver

Username and password for admin are 'admin', 'password'.

Contribute

If you'd like to contribute, simply fork the repository, commit your changes to the develop branch (or branch off of it), and send a pull request. Make sure you add yourself to AUTHORS.

As most projects, we try to follow PEP8 as closely as possible. Please bear in mind that most pull requests will be rejected without proper unit testing.

About

Django application and library for importing and exporting data with admin integration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • HTML 3.5%
  • Other 0.3%