Skip to content

Commit

Permalink
Merge pull request #61 from dtao/patch-1
Browse files Browse the repository at this point in the history
fixed typo in readme (s/proving/providing)
  • Loading branch information
mjaworski committed Jun 27, 2015
2 parents 8680086 + 8f09c76 commit 3e1eb09
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 @@ -13,7 +13,7 @@ django-cron
.. image:: https://readthedocs.org/projects/django-cron/badge/?version=latest
:target: https://readthedocs.org/projects/django-cron/?badge=latest

Django-cron lets you run Django/Python code on a recurring basis proving basic plumbing to track and execute tasks. The 2 most common ways in which most people go about this is either writing custom python scripts or a management command per cron (leads to too many management commands!). Along with that some mechanism to track success, failure etc. is also usually necesary.
Django-cron lets you run Django/Python code on a recurring basis providing basic plumbing to track and execute tasks. The 2 most common ways in which most people go about this is either writing custom python scripts or a management command per cron (leads to too many management commands!). Along with that some mechanism to track success, failure etc. is also usually necesary.

This app solves both issues to a reasonable extent. This is by no means a replacement for queues like Celery ( http://celeryproject.org/ ) etc.

Expand Down

0 comments on commit 3e1eb09

Please sign in to comment.