Skip to content

Commit 47e4f24

Browse files
committed
Add Tivix info to introduction
1 parent b08742f commit 47e4f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/introduction.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Introduction
44
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.
55

66
This app solves both issues to a reasonable extent. This is by no means a replacement for queues like Celery ( http://celeryproject.org/ ) etc.
7+
8+
This open-source app is brought to you by `Tivix <https://www.tivix.com/>`_.

0 commit comments

Comments
 (0)