From fb9a622ca7f1a72934c3d13f018c4c2aba158930 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 27 Nov 2011 18:08:28 +0100 Subject: [PATCH] add CLEAN_URLS to the documentation --- docs/settings.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index fdca2ca3..99e99c6f 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -27,6 +27,9 @@ Setting name (default value) what does it do? `ARTICLE_PERMALINK_STRUCTURE` (``''``) Empty by default. Allows to render URLs in a particular way, see below. `AUTHOR` Default author (put your name) +`CLEAN_URL` (``False``) If set to `True`, the URLs will not be suffixed by + `.html`, so you will have to setup URL rewriting on + your web server. `DATE_FORMATS` (``{}``) If you do manage multiple languages, you can set the date formatting here. `DEFAULT_CATEGORY` (``'misc'``) The default category to fallback on.