[UNMAINTAINED] A task queue based on the elegant python RQ but with a django postgresql backend.
BSD 2-Clause "Simplified" License
68
stars
7
forks
source link
Add fix for Python Issue 15881 in <2.7.6 <3.2 #9
Closed
saulshanabrook closed 10 years ago
After adding
django-pq
to my project, my travis ci tests broke, because it won't install on Python < 2.7.6 and < 3.2, > 3To work around the fix add
to the top of the
setup.py
file.