Django 6.0 introduces a new tasks framework which looks like it could replace our file uploader to upload files in the background. We'd need another dependency for the production backend (suggested is django-tasks which provides a DatabseBackend, which is the equivalent of what we're using now.
https://adamj.eu/tech/2025/12/03/django-whats-new-6.0/
Django 6.0 introduces a new tasks framework which looks like it could replace our file uploader to upload files in the background. We'd need another dependency for the production backend (suggested is django-tasks which provides a DatabseBackend, which is the equivalent of what we're using now.
https://adamj.eu/tech/2025/12/03/django-whats-new-6.0/