This is the full code listing from my "Building a PDF API with Django and Dramatiq" post which you can find here.
- Clone the repo, then run
pipenv install
. - Run RabbitMQ.
- Run the web server:
python manage.py runserver
- Run the workers:
python manage.py rundramatiq
django_dramatiq_pdfapi_example is licensed under Apache 2.0. Please see LICENSE for licensing details.