mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 01:28:12 +08:00
getting ready for new release
This commit is contained in:
+1
-2
@@ -26,7 +26,6 @@ Features
|
||||
Requirements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- `Redis-py <https://github.com/andymccurdy/redis-py>`__
|
||||
- `Django <https://www.djangoproject.com>`__ > = 1.7
|
||||
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
|
||||
- `Arrow <https://github.com/crsmithdev/arrow>`__
|
||||
@@ -61,7 +60,7 @@ Installation
|
||||
|
||||
$ python manage.py migrate
|
||||
|
||||
- Choose a `broker <https://django-q.readthedocs.org/en/latest/brokers.html>`__ and install the appropriate client library.
|
||||
- Choose a message `broker <https://django-q.readthedocs.org/en/latest/brokers.html>`__ , configure and install the appropriate client library.
|
||||
|
||||
Read the full documentation at `https://django-q.readthedocs.org <https://django-q.readthedocs.org>`__
|
||||
|
||||
|
||||
+3
-4
@@ -18,7 +18,7 @@ Installation
|
||||
|
||||
$ python manage.py migrate
|
||||
|
||||
- Choose a :doc:`broker<brokers>` and install the appropriate client library.
|
||||
- Choose a message :doc:`broker<brokers>` , configure it and install the appropriate client library.
|
||||
|
||||
|
||||
Requirements
|
||||
@@ -46,9 +46,9 @@ Django Q is tested for Python 2.7 and 3.4
|
||||
|
||||
Optional
|
||||
~~~~~~~~
|
||||
- `Redis-py <https://github.com/andymccurdy/redis-py>`__
|
||||
- `Redis-py <https://github.com/andymccurdy/redis-py>`__ client by Andy McCurdy is used to interface with both the Redis and Disque brokers::
|
||||
|
||||
Andy McCurdy's excellent Redis python client is used to interface with both the Redis and Disque brokers.
|
||||
$ pip install redis
|
||||
|
||||
.. _psutil:
|
||||
|
||||
@@ -56,7 +56,6 @@ Optional
|
||||
|
||||
$ pip install psutil
|
||||
|
||||
|
||||
- `Hiredis <https://github.com/redis/hiredis>`__ parser. This C library maintained by the core Redis team is faster than the standard PythonParser during high loads::
|
||||
|
||||
$ pip install hiredis
|
||||
|
||||
Reference in New Issue
Block a user