Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 638 Bytes

django_dramatiq_pdfapi_example

This is the full code listing from my "Building a PDF API with Django and Dramatiq" post which you can find here.

Setup

  1. Clone the repo, then run pipenv install.
  2. Run RabbitMQ.
  3. Run the web server: python manage.py runserver
  4. Run the workers: python manage.py rundramatiq

License

django_dramatiq_pdfapi_example is licensed under Apache 2.0. Please see LICENSE for licensing details.