Skip to content

Commit

Permalink
fixed badges and added 1.8 support info
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Oct 6, 2015
1 parent abab6ba commit 2869a34
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
.. image:: https://travis-ci.org/kraiz/django-crontab.svg?branch=master
.. image:: https://img.shields.io/travis/kraiz/django-crontab/master.svg
:target: https://travis-ci.org/kraiz/django-crontab
.. image:: https://coveralls.io/repos/kraiz/django-crontab/badge.png
.. image:: https://img.shields.io/coveralls/kraiz/django-crontab/master.svg
:target: https://coveralls.io/r/kraiz/django-crontab
.. image:: https://pypip.in/download/django-crontab/badge.svg
:target: https://pypi.python.org/pypi/django-crontab/
.. image:: https://pypip.in/version/django-crontab/badge.svg
:target: https://pypi.python.org/pypi/django-crontab/
.. image:: https://pypip.in/py_versions/django-crontab/badge.svg
:target: https://pypi.python.org/pypi/django-crontab/
.. image:: https://img.shields.io/pypi/dw/django-crontab.svg
:target: https://pypi.python.org/pypi/django-crontab
.. image:: https://img.shields.io/pypi/v/django-crontab.svg
:target: https://pypi.python.org/pypi/django-crontab
.. image:: https://img.shields.io/pypi/pyversions/django-crontab.svg
:target: https://pypi.python.org/pypi/django-crontab
.. image:: https://img.shields.io/pypi/l/django-crontab.svg
:target: https://pypi.python.org/pypi/django-crontab

about
=====

dead simple crontab powered job scheduling for django.
dead simple crontab powered job scheduling for django (1.8+).

setup
=====
Expand Down Expand Up @@ -139,6 +141,11 @@ arski cinghiale meric426 justdoit0823 chamaken

faq
===
* **I'm using this old django version (<1.8) and can't install this package. What should i do?**
- Yeah, update django of course (!) or - as you seem to be familiar with old, unsupported versions, install the old version of this package too (it support django 1.3-1.7)::

pip install django-crontab==0.6.0

* **Will it work with windows?**
- No.
* **I'm getting "bad command"/"errors in cronfile" while installing via "crontab add". What's wrong?**
Expand Down

0 comments on commit 2869a34

Please sign in to comment.