Skip to content

Commit 3e1eb09

Browse files
committed
Merge pull request #61 from dtao/patch-1
fixed typo in readme (s/proving/providing)
2 parents 8680086 + 8f09c76 commit 3e1eb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ django-cron
1313
.. image:: https://readthedocs.org/projects/django-cron/badge/?version=latest
1414
:target: https://readthedocs.org/projects/django-cron/?badge=latest
1515

16-
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.
16+
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.
1717

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

0 commit comments

Comments
 (0)