Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bogdanp/django_dramatiq_example
- Owner: Bogdanp
- License: other
- Created: 2017-11-02T09:23:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T09:59:59.000Z (over 4 years ago)
- Last Synced: 2024-05-08T23:39:51.438Z (9 months ago)
- Topics: django, dramatiq, queue
- Language: Python
- Size: 17.6 KB
- Stars: 32
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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