A Django app that integrates with Dramatiq.
django_dramatiq is a Django app that integrates with Dramatiq. It requires Python 3.8+, Django 3.2+, and Dramatiq 1.11+ for operation. This integration allows for the declaration of tasks, running workers, testing, middleware customization, and more within the Django framework.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.