mirror of
https://github.com/django-import-export/django-import-export.git
synced 2025-12-14 13:14:13 +03:00
11 lines
476 B
ReStructuredText
11 lines
476 B
ReStructuredText
.. _celery:
|
|
|
|
===========
|
|
Using celery
|
|
===========
|
|
|
|
You can use one of the third-party applications to process long imports and exports in Celery:
|
|
|
|
* `django-import-export-celery <https://github.com/auto-mat/django-import-export-celery>`_ (`PyPI <https://pypi.org/project/django-import-export-celery>`_)
|
|
* `django-import-export-extensions <https://github.com/saritasa-nest/django-import-export-extensions>`_ (`PyPI <https://pypi.org/project/django-import-export-extensions>`_)
|