mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 04:58:12 +08:00
Almost ready for 0.2.0
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ Features
|
||||
- Python 2 and 3
|
||||
|
||||
|
||||
Django Q is tested with: Python 2.7 & 3.4. Django 1.7.8 & 1.8.2
|
||||
Django Q is tested with: Python 2.7 & 3.4. Django 1.7.8 & 1.8.2
|
||||
|
||||
Contents:
|
||||
|
||||
|
||||
@@ -119,23 +119,30 @@ Requirements
|
||||
Django Q is tested for Python 2.7 and 3.4
|
||||
|
||||
- `Django <https://www.djangoproject.com>`__
|
||||
|
||||
The web framework for perfectionists with deadlines.
|
||||
Django Q aims to use as much of Django's standard offerings as possible
|
||||
The code is tested against Django version `1.7.8` and `1.8.2`.
|
||||
|
||||
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
|
||||
|
||||
Used to store args, kwargs and result objects in the database.
|
||||
|
||||
- `Redis-py <https://github.com/andymccurdy/redis-py>`__
|
||||
|
||||
Redis python client.
|
||||
|
||||
- `Arrow <https://github.com/crsmithdev/arrow>`__
|
||||
|
||||
Used by the scheduler to determine correct dates.
|
||||
|
||||
- `Blessed <https://github.com/jquast/blessed>`__
|
||||
|
||||
This feature-filled fork of Erik Rose's blessings project provides the terminal layout of the monitor.
|
||||
|
||||
|
||||
.. tip::
|
||||
|
||||
Install the `Hiredis <https://github.com/redis/hiredis>`__ parser::
|
||||
|
||||
$ pip install hiredis
|
||||
|
||||
Reference in New Issue
Block a user