From 47e4f242e38ce5f649e29c1e2f46f9164cf35b63 Mon Sep 17 00:00:00 2001 From: Maxim Kukhtenkov Date: Wed, 6 Jun 2018 13:23:32 -0400 Subject: [PATCH] Add Tivix info to introduction --- docs/introduction.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/introduction.rst b/docs/introduction.rst index 3a1dea6..b3c86b2 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -4,3 +4,5 @@ Introduction Django-cron lets you run Django/Python code on a recurring basis proving basic plumbing to track and execute tasks. The two 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. + +This open-source app is brought to you by `Tivix `_.