mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-02-25 09:28:40 +00:00
Add celery task queues
This commit is contained in:
parent
130f48ef0a
commit
1a4d0e7766
@ -150,6 +150,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
|
|||||||
- [django-q](https://github.com/Koed00/django-q) - A multiprocessing distributed task queue
|
- [django-q](https://github.com/Koed00/django-q) - A multiprocessing distributed task queue
|
||||||
- [django-rq](https://github.com/rq/django-rq) - Integration for Redis Queue
|
- [django-rq](https://github.com/rq/django-rq) - Integration for Redis Queue
|
||||||
- [django-redis](https://github.com/niwinz/django-redis) - Full featured Redis cache backend for Django
|
- [django-redis](https://github.com/niwinz/django-redis) - Full featured Redis cache backend for Django
|
||||||
|
- [celery](https://github.com/celery/celery) - Robust and broker-agnostic task queues for bigger, performance-focused projects
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
- [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/) - Configurable panels to debug requests/responses
|
- [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/) - Configurable panels to debug requests/responses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user