From cafe520d3da54a8390bc282b4ce111b9285d66f2 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Mon, 25 Jul 2016 23:12:15 +0800 Subject: [PATCH] Add info about Askbot settings URLs Askbot has a couple of URLs that can be helpful for debugging or changing settings. This patch adds a paragraph for them to the docs. Change-Id: Ia2ac40142eda4520919f3fbad366993d388abe03 --- doc/source/askbot.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/askbot.rst b/doc/source/askbot.rst index 3f10bda78c..5e6c5e2efd 100644 --- a/doc/source/askbot.rst +++ b/doc/source/askbot.rst @@ -83,6 +83,17 @@ Configuration files: * :file:`modules/askbot/templates/askbot.vhost.erb` * :file:`modules/askbot/templates/settings.py.erb` +In addition to the file-based configuration, Askbot provides a web interface +to tweak its own settings. Toggles and fields for reputation thresholds, +user communications rules, data entry and formatting rules, keys for external +services and static content can be found at `$URL/en/settings/`. + +As per Django standard, `$URL/admin` provides access to the Django +administration interface. Effectively a limited web portal to the data in the +database - but sometimes useful for debugging login problems using the +`Django_authopenid` plugin. + + Celery daemon -------------