Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 655 Bytes

django_dramatiq_example

Deploy

An example app demonstrating django_dramatiq.

Setup

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

License

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