An example app demonstrating django_dramatiq.
- Clone the repo, then run
pipenv install. - Run Redis.
- Run the web server:
python manage.py runserver - Run the workers:
python manage.py rundramatiq
django_dramatiq_example is licensed under Apache 2.0. Please see LICENSE for licensing details.