Add JINJA_EXTENSIONS to the settings docs

This commit is contained in:
Allan Whatmough 2010-12-29 13:20:53 +00:00
commit 426ee1f76e

View file

@ -41,6 +41,8 @@ Setting name what it does ?
`feeds/all.atom.xml`
`FEED_RSS` relative url to output the rss feed. Default is
None (no rss)
`JINJA_EXTENSIONS` A list of any Jinja2 extensions you want to use.
Default is no extensions (the empty list)
`KEEP_OUTPUT_DIRECTORY` Keep the output directory and just update all the generated files.
Default is to delete the output directory.
`MARKUP` A list of available markup languages you want to use.