mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
docs: adds screenshots to the admin section
This commit is contained in:
BIN
docs/_static/scheduled.png
vendored
Normal file
BIN
docs/_static/scheduled.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
BIN
docs/_static/successful.png
vendored
Normal file
BIN
docs/_static/successful.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
@@ -11,9 +11,11 @@ Successful tasks
|
||||
----------------
|
||||
|
||||
Shows all successfully executed tasks. Meaning they did not encounter any errors during execution.
|
||||
From here you can look at details of each task or delete them. Use the group column to sort your results by schedule name or group id.
|
||||
From here you can look at details of each task or delete them. Use the group filter to filter your results by schedule name or group id.
|
||||
The table is searchable by `name`, `func` and `group`
|
||||
|
||||
.. image:: _static/successful.png
|
||||
|
||||
Uses the :class:`Success` proxy model.
|
||||
|
||||
.. tip::
|
||||
@@ -36,6 +38,8 @@ Scheduled tasks
|
||||
|
||||
Here you can check on the status of your scheduled tasks, create, edit or delete them.
|
||||
|
||||
.. image:: _static/scheduled.png
|
||||
|
||||
Repeats
|
||||
~~~~~~~
|
||||
If you want a schedule to only run a finite amount of times, e.g. every hour for the next 24 hours, you can do that using the :attr:`Schedule.repeats` attribute.
|
||||
|
||||
Reference in New Issue
Block a user