summaryrefslogtreecommitdiffstats
path: root/doc/development.rst
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-09-30 11:42:01 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-09-30 11:42:01 +0200
commit45813b176e39cc46159897693636990635d54b15 (patch)
tree007e3c5d9944bdaadc39ecb6661684eba2b83660 /doc/development.rst
parent98449f23e5f4e323f3e1b6ca593fee90be472de5 (diff)
downloadhyperkitty-45813b176e39cc46159897693636990635d54b15.tar.gz
hyperkitty-45813b176e39cc46159897693636990635d54b15.tar.xz
hyperkitty-45813b176e39cc46159897693636990635d54b15.zip
Update documentation
Diffstat (limited to 'doc/development.rst')
-rw-r--r--doc/development.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development.rst b/doc/development.rst
index 42de8eb..57a618d 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -48,8 +48,8 @@ content::
ASSETS_AUTO_BUILD = DEBUG
USE_SSL = False
-It's also recommanded to change the database access paths in the ``DATABASES``
-and ``KITTYSTORE_URL`` variables.
+It's also recommanded to change the database access paths in the ``DATABASES``,
+``KITTYSTORE_URL`` and ``KITTYSTORE_SEARCH_INDEX`` variables.
If you ever want to turn the ``DEBUG`` variable to ``False`` (by removing it
from ``settings_local.py``), you'll have to run two additional commands at