Skip to content

Commit 1adbb5f

Browse files
committed
working on descriptions for django code libraries
1 parent 9a1741a commit 1adbb5f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

content/pages/examples/django/django-code-examples.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,16 @@ The django-haystack project is open source under the
272272
[BSD license](https://github.com/django-haystack/django-haystack/blob/master/LICENSE).
273273

274274

275+
### django-import-export
276+
[django-import-export](https://github.com/django-import-export/django-import-export)
277+
([documentation](https://django-import-export.readthedocs.io/en/latest/)
278+
and [PyPI page](https://pypi.org/project/django-import-export/))
279+
is a [Django](/django.html) code library for importing and exporting data
280+
from the Django Admin. The tool supports many export and import formats
281+
such as CSV, JSON and YAML. django-import-export is open source under the
282+
[BSD 2-Clause "Simplified" License](https://github.com/django-import-export/django-import-export/blob/master/LICENSE).
283+
284+
275285
### django-jet
276286
[django-jet](https://github.com/geex-arts/django-jet)
277287
([project documentation](https://jet.readthedocs.io/en/latest/),

0 commit comments

Comments
 (0)