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