From f62bd7b6b47f714463b172bbed90878c6c7f2dcc Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Thu, 27 Oct 2022 02:08:08 +0200 Subject: [PATCH] Fix install docs: update q to q2 (#25) --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 3e72ffe..7d6c35b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -4,7 +4,7 @@ Installation - Install the latest version with pip:: - $ pip install django-q + $ pip install django-q2 - Add :mod:`django_q` to ``INSTALLED_APPS`` in your projects :file:`settings.py`::