django-background-tasks
django-background-tasks copied to clipboard
Not supported in Django 4.0
There are a couple aspects that use things remove in Django 4.0
- django.conf.urls.url() is removed.
- django.utils.encoding.force_text() and smart_text() are removed.
https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0
For the ones getting here like I did, I did a fork of this project and made it compatible with Django 3 and 4. I have no intention of appropriating of the work done here; I am just trying to help everyone, myself included.
Thanks, much appreciated!
For the ones getting here like I did, I did a fork of this project and made it compatible with Django 3 and 4. I have no intention of appropriating of the work done here; I am just trying to help everyone, myself included.
https://pypi.org/project/django4-background-tasks/
Why to submit a pull request?
For the ones getting here like I did, I did a fork of this project and made it compatible with Django 3 and 4. I have no intention of appropriating of the work done here; I am just trying to help everyone, myself included. https://pypi.org/project/django4-background-tasks/
Why to submit a pull request?
I don't understand your question... This repo doesn't seem to be maintained anymore, so there is no point in submitting PRs here...