diff options
Diffstat (limited to 'devel/py-dj52-django-rq/pkg-descr')
-rw-r--r-- | devel/py-dj52-django-rq/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-dj52-django-rq/pkg-descr b/devel/py-dj52-django-rq/pkg-descr new file mode 100644 index 000000000000..85e24c643a23 --- /dev/null +++ b/devel/py-dj52-django-rq/pkg-descr @@ -0,0 +1,3 @@ +Django integration with RQ, a Redis based Python queuing library. Django-RQ is a +simple app that allows you to configure your queues in django's settings.py and +easily use them in your project. |