From 88430c90147c07d48dd842759e4992593cf706d4 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Tue, 20 Feb 2024 11:04:46 -0600 Subject: [PATCH] Fix formatting issues in README.rst (#159) --- README.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 20a986f..77d6631 100644 --- a/README.rst +++ b/README.rst @@ -3,9 +3,7 @@ A multiprocessing distributed task queue for Django |image0| |image1| |docs| |downloads| -:: - - Django Q2 is a fork of Django Q. Big thanks to Ilan Steemers for starting this project. Unfortunately, development has stalled since June 2021. Django Q2 is the new updated version of Django Q, with dependencies updates, docs updates and several bug fixes. Original repository: https://github.com/Koed00/django-q +Django Q2 is a fork of Django Q. Big thanks to Ilan Steemers for starting this project. Unfortunately, development has stalled since June 2021. Django Q2 is the new updated version of Django Q, with dependencies updates, docs updates and several bug fixes. Original repository: https://github.com/Koed00/django-q Features ~~~~~~~~ @@ -73,7 +71,6 @@ Installation Read the full documentation at `https://django-q2.readthedocs.org `__ - Configuration ~~~~~~~~~~~~~ @@ -104,10 +101,7 @@ For full configuration options, see the `configuration documentation - +For the management commands to work, you will need to install Blessed: Start a cluster with:: @@ -159,7 +153,6 @@ Use `async_task` from your code to quickly offload tasks: For more info see `Tasks `__ - Schedule ~~~~~~~~ @@ -204,7 +197,6 @@ Admin page or directly from your code: For more info check the `Schedules `__ documentation. - Testing ~~~~~~~