docs: adds screenshots to the admin section

This commit is contained in:
Ilan
2015-08-05 21:57:46 +02:00
parent c22b98e202
commit dea61a87e3
3 changed files with 5 additions and 1 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@@ -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.