django-renderit 1.2 documentation

Settings

All settings are grouped in the RENDERIT_SETTINGS dictionary, below are all the possible options

Note

You can also use individual settings by prepending RENDERIT_ in front of the names below. If you combine both, the individual settings will act as defaults, and the dictionary will override the setting if supplied

CONCATINATION_STRING

Change the default concatination strings, default is _ (underscore)

ROOT_TEMPLATE_PATH

Change the default root template path to look for the templates, default is /renderit/

DEBUG

Outputs some debugging information to the console, defaults to the value of DEBUG

SITE_GROUPS

Boolean value indicated if renderit should care about sites

SITE_GET_FUNC

By default when site groups are enabled, it will use the pk of the site. However if we want cleaner names, you can define your own function to get the value. Defaults to renderit.templatetags.renderit_tags.default_get_site_func