Skip to content

Commit

Permalink
Merge pull request Tivix#31 from pennersr/patch-1
Browse files Browse the repository at this point in the history
Upping requirement to Django 1.5
  • Loading branch information
dfryta committed Jul 25, 2014
2 parents 2d92909 + b119cbb commit af79ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ FailedRunsNotificationCronJob

This example cron check last cron jobs results. If they were unsuccessfull 10 times in row, it sends email to user.

- Install required dependencies: 'Django>=1.4.0', 'South>=0.7.2', 'django-common>=0.5.1'.
- Install required dependencies: 'Django>=1.5.0', 'South>=0.7.2', 'django-common>=0.5.1'.
- Add 'django_cron.cron.FailedRunsNotificationCronJob' to your CRON_CLASSES in settings file.

- To set up minimal number of failed runs set up MIN_NUM_FAILURES in your cron class (default = 10). For example::
Expand Down

0 comments on commit af79ed4

Please sign in to comment.