mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 18:18:13 +08:00
Updated README
added some documentation links
This commit is contained in:
@@ -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
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user