From 28d6c262564b3fd02c138d4b300576fc65c0e2d7 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 25 Jun 2015 20:36:15 +0200 Subject: [PATCH] Changed admin screenshot --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60ead45..d88e20d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can monitor basic information about all the connected clusters by running ` Django Q registers itself with the admin page to show failed, successful and scheduled tasks. From there task results can be read or deleted. If necessary, failed tasks can be reintroduced to the queue. Schedules be created and their results monitored. -![q admin](http://i.imgur.com/WTZkW9r.png) +![q admin](http://i.imgur.com/FBlusZB.png) ###Schedules Scheduled tasks are a django model and can be created through the admin interface or by creating a Schedule instance directly. diff --git a/README.rst b/README.rst index 6522d75..9c6d501 100644 --- a/README.rst +++ b/README.rst @@ -130,4 +130,4 @@ I'll add to this README while I'm developing the various parts. .. |image0| image:: https://travis-ci.org/Koed00/django-q.svg?branch=master :target: https://travis-ci.org/Koed00/django-q -.. |q admin| image:: http://i.imgur.com/WTZkW9r.png +.. |q admin| image:: http://i.imgur.com/FBlusZB.png