Skip to content

Commit 31fa355

Browse files
committed
docs: Add screenshots.
1 parent 740afc3 commit 31fa355

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ Features of this package include:
1414

1515
- A custom `DjangoJobStore`: an [APScheduler job store](https://apscheduler.readthedocs.io/en/latest/extending.html#custom-job-stores)
1616
that persists scheduled jobs to the Django database.
17+
18+
![Jobs](docs/screenshots/job_overview.png)
19+
1720
- The job store also maintains a history of all executions of the currently scheduled jobs, along with status codes and
1821
exceptions (if any).
22+
23+
![Jobs](docs/screenshots/execution_overview.png)
24+
1925
- You can view the scheduled jobs and monitor the job execution directly via the Django admin interface.
2026

2127
Installation
259 KB
Loading

docs/screenshots/job_overview.png

155 KB
Loading

0 commit comments

Comments
 (0)