dj_queue: DB-backed queue backend for django.tasks
dj_queue is a Django package that provides a database-backed queue backend for the django.tasks framework. It allows task queues to be stored and managed directly within the database, offering an alternative to external queue systems like Redis or RabbitMQ.