hi All
Now that there is basic support for django.tasks in django6 are there any plans to add support to django-import-export-extensions?
We are considering adding background task support for django-import-export but perhaps it would be better suited to this project.
- It would save us duplicating work and would build on the effort you have already put in.
- Users could opt-in to installing this package for background task support.
However I would prefer that django-import-export users would not have to modify their existing code or there would be an easy route for them being able to define an import or export which runs as a background task. In the existing implementation they have to subclass CeleryModelResource which might not be possible for some users, and it locks them into the Celery implementation.
There is the start of a celery backend for tasks here.
I would love to hear your thoughts on this. There are a couple of us who could potentially help out.
Some more background here.
hi All
Now that there is basic support for django.tasks in django6 are there any plans to add support to django-import-export-extensions?
We are considering adding background task support for django-import-export but perhaps it would be better suited to this project.
However I would prefer that django-import-export users would not have to modify their existing code or there would be an easy route for them being able to define an import or export which runs as a background task. In the existing implementation they have to subclass CeleryModelResource which might not be possible for some users, and it locks them into the Celery implementation.
There is the start of a celery backend for tasks here.
I would love to hear your thoughts on this. There are a couple of us who could potentially help out.
Some more background here.