Added connection economy example

This commit is contained in:
Ilan Steemers
2015-07-05 21:09:20 +02:00
parent e7d2dd0309
commit 1942bd2f39
2 changed files with 22 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ Schedules are regular Django models. You can manage them through the :ref:`admin
schedule_type=Schedule.DAILY
)
Reference
---------
.. py:function:: schedule(func, *args, hook=None, schedule_type='O', repeats=-1, next_run=now() , **kwargs)