Debian packaging for django-import-export
Go to file
Jarek Glowacki 00003cfb03 Add .isort.cfg 2016-01-15 22:41:35 +11:00
docs Update changelog.rst 2016-01-15 12:33:48 +01:00
import_export Let Resource rollback if import throws exception 2016-01-12 00:50:17 +11:00
requirements add xlsx import support 2015-12-18 09:19:31 +01:00
tests Add failing test 2016-01-12 00:53:00 +11:00
.gitignore Fixing typo and deprecated HTML tags 2014-10-15 14:35:58 -04:00
.isort.cfg Add .isort.cfg 2016-01-15 22:41:35 +11:00
.travis.yml Add failing test 2016-01-12 00:53:00 +11:00
AUTHORS Update AUTHORS 2016-01-15 12:34:13 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2013-06-07 20:07:28 +03:00
LICENSE Create LICENSE 2013-01-16 01:43:35 -08:00
MANIFEST.in Install locales using setup-tools 2014-09-18 09:33:47 +02:00
README.rst Remove django-1.4 mentions. 2015-11-23 21:49:51 +12:00
runtests.sh Initial import 2012-11-15 16:30:09 +01:00
setup.cfg Help zest.releaser find version number 2014-01-21 08:27:03 +01:00
setup.py Python 3.3 support 2014-01-30 08:34:32 +01:00
tox.ini Typo 2016-01-12 01:03:46 +11:00

README.rst

====================
django-import-export
====================

.. image:: https://travis-ci.org/django-import-export/django-import-export.svg?branch=master
    :target: https://travis-ci.org/django-import-export/django-import-export
.. image:: https://img.shields.io/pypi/v/django-import-export.svg
    :target: https://pypi.python.org/pypi/django-import-export
.. image:: https://img.shields.io/pypi/dm/django-import-export.svg
        :target: https://pypi.python.org/pypi/django-import-export    

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

.. image:: https://raw.github.com/django-import-export/django-import-export/master/docs/_static/images/django-import-export-change.png


* Documentation: https://django-import-export.readthedocs.org/en/latest/
* GitHub: https://github.com/django-import-export/django-import-export/
* Free software: BSD license
* PyPI: https://pypi.python.org/pypi/django-import-export/

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_.

.. _`tablib`: https://github.com/kennethreitz/tablib
.. _`the repository`: https://github.com/django-import-export/django-import-export/
.. _AUTHORS: https://github.com/django-import-export/django-import-export/blob/master/AUTHORS