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
This commit is contained in:
Tom Fifield 2016-07-25 23:12:15 +08:00
parent 7502a5eedd
commit cafe520d3d
1 changed files with 11 additions and 0 deletions

View File

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