Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bogdanp/django_dramatiq_example

An example app demonstrating django_dramatiq.
https://github.com/bogdanp/django_dramatiq_example

django dramatiq queue

Last synced: 3 months ago
JSON representation

An example app demonstrating django_dramatiq.

Awesome Lists containing this project

README

        

# django_dramatiq_example

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

An example app demonstrating [django_dramatiq][django_dramatiq].

## Setup

1. Clone the repo, then run `pipenv install`.
1. Run [Redis][redis].
1. Run the web server: `python manage.py runserver`
1. Run the workers: `python manage.py rundramatiq`

## License

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

[django_dramatiq]: https://github.com/Bogdanp/django_dramatiq
[redis]: https://redis.io
[license]: https://github.com/Bogdanp/django_dramatiq_example/blob/master/LICENSE