Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 347 Bytes

Dramatiq Django Basic Exmple App

This is a Django app using django-dramatiq[redis] with the most basic setup.

Here you can find the settings, actor and sending data to the actor.

Run locally

Run the local project with Redis cd examples/basic && docker compose up -d and then python manage.py migrate && python manage.py runserver