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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T09:59:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-19T00:39:15.045Z (3 months ago)
- Topics: django, dramatiq, queue
- Language: Python
- Size: 17.6 KB
- Stars: 36
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django_dramatiq_example
[](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