Skip to content

gaybro8777/django-import-export

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60af51f · Dec 13, 2022
Oct 27, 2022
Dec 13, 2022
Dec 13, 2022
Oct 17, 2022
Dec 11, 2022
Oct 17, 2022
Dec 10, 2022
Aug 7, 2021
Jul 20, 2022
Nov 5, 2018
Mar 21, 2016
Oct 17, 2022
Oct 18, 2022
Oct 17, 2022
Oct 17, 2022
Oct 17, 2022
Oct 17, 2022
Oct 27, 2022
Oct 27, 2022

Repository files navigation

django-import-export

Build status on Github https://coveralls.io/repos/github/django-import-export/django-import-export/badge.svg?branch=main Current version on PyPi Documentation

PyPI - Python Version

PyPI - Django Version

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 supports)
  • admin integration for importing
  • preview import changes
  • admin integration for exporting
  • export data respecting admin filters

https://raw.githubusercontent.com/django-import-export/django-import-export/main/docs/_static/images/django-import-export-change.png

Example app

To run the demo app:

cd tests
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py loaddata category book
./manage.py runserver

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

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • HTML 2.5%
  • Other 1.3%