diff --git a/docs/_static/scheduled.png b/docs/_static/scheduled.png new file mode 100644 index 0000000..47684ce Binary files /dev/null and b/docs/_static/scheduled.png differ diff --git a/docs/_static/successful.png b/docs/_static/successful.png new file mode 100644 index 0000000..5090848 Binary files /dev/null and b/docs/_static/successful.png differ diff --git a/docs/admin.rst b/docs/admin.rst index 821cd28..8871dc7 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -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.