loefsys.settings.templates module
Module containing the configuration for templates.
- class loefsys.settings.templates.TemplateSettings
Bases:
objectClass containing the configuration for templates.
- FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'
- TAILWIND_VERSION = 'v4.1.17'
- TAILWIND_BIN_PATH
property to make environment variable based settings simpler.
- Parameters:
default (Any) – default value If it’s a string, it will be passed to the
castfunction When used as a decorator, this is the method.key (str) – Override environment variable name (Defaults to class attribute name)
prefix (str) – Prefix to
keywhen looking upos.environcast (func) – Function to cast
strvalues.
- TAILWIND_INPUT_CSS()
- templates_loaders()