Django application and library for importing and exporting data with admin integration. https://django-import-export.readthedocs.org/en/latest/
Go to file
Matt Hegarty 09a08cd926
Create FUNDING.yml
2023-09-19 10:08:09 +01:00
.github Create FUNDING.yml 2023-09-19 10:08:09 +01:00
docs Back to development: 3.3.2 2023-09-14 15:10:21 +01:00
import_export Back to development: 3.3.2 2023-09-14 15:10:21 +01:00
requirements updated readthedocs 2023-09-14 15:01:44 +01:00
tests Enforce writing bytes not strings to MediaStorage (#1615) 2023-09-14 13:30:07 +01:00
.editorconfig Add automatic formatting and linting (#1571) 2023-04-24 11:54:55 +01:00
.git-blame-ignore-revs added file .git-blame-ignore-revs to ignore linting 2023-04-24 15:22:11 +01:00
.gitignore squashed changes from release-3-x 2022-10-17 16:20:15 +01:00
.pre-commit-config.yaml Add automatic formatting and linting (#1571) 2023-04-24 11:54:55 +01:00
.readthedocs.yaml updated readthedocs 2023-09-14 15:01:44 +01:00
AUTHORS Include allowed formats settings (#1606) 2023-09-07 20:28:16 +01:00
CODE_OF_CONDUCT.md removed travis and replaced with github actions for CI 2021-08-07 13:06:25 +01:00
LICENSE Trim trailing white space throughout the project 2018-11-04 17:20:26 -08:00
MANIFEST.in FIX: No static/ when installed via pip #427 2016-03-21 17:45:04 +01:00
Makefile Add automatic formatting and linting (#1571) 2023-04-24 11:54:55 +01:00
README.rst Add documentation for passing data from admin form to Resource (#1555) 2023-03-10 11:15:56 +00:00
RELEASE.md updated RELEASE.md 2023-09-14 15:13:22 +01:00
SECURITY.md Rename security.md to SECURITY.md 2023-03-15 11:57:46 +00:00
runtests.py Reformat files according to linting rules (#1577) 2023-04-24 15:14:42 +01:00
runtests.sh squashed changes from release-3-x 2022-10-17 16:20:15 +01:00
setup.cfg Reformat files according to linting rules (#1577) 2023-04-24 15:14:42 +01:00
setup.py Deprecate 'escape html' (#1618) 2023-09-13 18:50:11 +01:00
tox.ini Deprecate 'escape html' (#1618) 2023-09-13 18:50:11 +01:00

README.rst

django-import-export

Build status on Github

image

Current version on PyPi

Documentation

PyPI - Python Version

PyPI - Django Version

image

django-import-export is a Django application and library for importing and exporting data from a variety of formats. Includes Django Admin site integration.