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