From 8ab2308221233822842efab8b3bc3dfcdd37bf9d Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 5 Jul 2015 12:51:24 +0200 Subject: [PATCH] Update README.rst --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f827262..3132ada 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,6 @@ .. image:: docs/_static/logo.png + :align: center + :alt: Q logo :target: https://django-q.readthedocs.org/ A multiprocessing task queue for Django @@ -55,7 +57,7 @@ Installation - Make sure you have a `Redis `__ server running somewhere -Read more complete documentation on `http://django-q.readthedocs.org `__ +Read the more complete documentation at `http://django-q.readthedocs.org `__ Configuration @@ -80,7 +82,7 @@ All configuration settings are optional. e.g: 'db': 0, } } -For full configuration options, see the `documentation `__. +For full configuration options, see the `condfiguration documentation `__. Management Commands ~~~~~~~~~~~~~~~~~~~ @@ -124,7 +126,7 @@ Use `async` from your code to quickly offload tasks: Schedule -^^^^^^^^ +~~~~~~~~ Schedules are regular Django models. You can manage them through the Admin page or directly from your code: