update README to add new setting

This commit is contained in:
Jeremy Carbaugh 2011-04-13 14:11:34 -04:00
parent aff4f04d5e
commit e41f77fa72

View File

@ -85,6 +85,8 @@ to customize the behavior.
if False user won't have option to change markup type (default: True)
``MARKUPWIKI_MARKUP_TYPES``
a tuple of string and callable pairs the callable is used to 'render' a markup type.
``MARKUPWIKI_AUTOLOCK_TIMEDELTA``
a datetime.timedelta object that defines the age at which articles get automatically locked by the *autolockarticles* management command.
Example::