Simplify documentation installation section. (#378)

Make "Installation" section of documentation less fraught by only
including instructions to install django-constance with the default
Redis backend. This will reduce the chances of new users failing to
successfully install the database backend because it needs additional
configuration.

Fixes #375.
This commit is contained in:
Martey Dodoo 2020-02-18 09:24:37 -05:00 committed by GitHub
parent 12ead8fd1f
commit 50287a3b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,23 +9,13 @@ Features
.. image:: screenshot2.png
Installation
------------
Install from PyPI the backend specific variant of django-constance:
For the (default) Redis backend::
Quick Installation
------------------
pip install "django-constance[redis]"
For the database backend::
pip install "django-constance[database]"
Alternatively -- if you're sure that the dependencies are already
installed -- you can also run::
pip install django-constance
For complete installation instructions, including how to install the
database backend, see :ref:`Backends <backends>`.
Configuration
-------------