Fix install docs: update q to q2 (#25)

This commit is contained in:
Stan Triepels
2022-10-27 02:08:08 +02:00
committed by GitHub
parent 19d434ed4f
commit f62bd7b6b4

View File

@@ -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`::