mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
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:
parent
12ead8fd1f
commit
50287a3b2a
1 changed files with 4 additions and 14 deletions
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue