summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/settings.rst
blob: d07e697bb062d44c0a20c7f6eeaeba568b9c03f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=================================
Settings for ``settings.py`` file
=================================

* ``ALLOW_UNICODE_SLUGS`` - if ``True``, slugs will use unicode, default - ``False``

There are more settings that are not documented yet,
but most are described in the ``settings.py`` template:

    askbot/setup_templates/settings.py.mustache

TODO: describe all of them here.