File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
content/pages/examples/django Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,17 @@ The project is open sourced under the
470470[ Encode OSS Ltd. license] ( https://github.com/encode/django-rest-framework/blob/master/LICENSE.md ) .
471471
472472
473+ ### django-rq
474+ [ django-rq] ( https://github.com/rq/django-rq )
475+ ([ PyPI package information] ( https://pypi.org/project/django-rq/ ) )
476+ is an [ RQ] ( /redis-queue-rq.html ) -based [ task queue] ( /task-queues.html )
477+ that integrates with [ Django] ( /django.html ) as an app. This project
478+ is useful when you need a lightweight task queue and do not want
479+ to go through configuring [ Celery] ( /celery.html ) in your project.
480+ django-rq is open sourced under the
481+ [ MIT license] ( https://github.com/rq/django-rq/blob/master/LICENSE.txt ) .
482+
483+
473484### django-simple-task
474485[ django-simple-task] ( https://github.com/ericls/django-simple-task )
475486([ project documentation] ( https://django-simple-task.readthedocs.io/ )
You can’t perform that action at this time.
0 commit comments