Updated README

added some documentation links
This commit is contained in:
Ilan
2015-07-17 14:26:39 +02:00
parent c12884cc44
commit 84ac19b6a9
+4
View File
@@ -127,6 +127,8 @@ Use `async` from your code to quickly offload tasks:
def print_result(task):
print(task.result)
For more info see `Tasks <http://django-q.readthedocs.org/en/latest/tasks.html>`__
Schedule
~~~~~~~~
@@ -153,6 +155,8 @@ Admin page or directly from your code:
schedule_type=Schedule.DAILY
)
For more info check `Schedules <http://django-q.readthedocs.org/en/latest/schedules.html>`__
Testing
~~~~~~~