Skip to content

Commit 3c03d83

Browse files
committed
add new django extension
1 parent bbbdbaf commit 3c03d83

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/pages/examples/django/django-extensions-plug-ins.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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/)

0 commit comments

Comments
 (0)