module documentation

Undocumented

Function check_for_template_tags_with_the_same_name Undocumented
Function check_setting_app_dirs_loaders Undocumented
Function check_string_if_invalid_is_string Undocumented
Constant E001 Undocumented
Constant E002 Undocumented
Constant W003 Undocumented
@register(Tags.templates)
def check_for_template_tags_with_the_same_name(app_configs, **kwargs): (source)

Undocumented

@register(Tags.templates)
def check_setting_app_dirs_loaders(app_configs, **kwargs): (source)

Undocumented

@register(Tags.templates)
def check_string_if_invalid_is_string(app_configs, **kwargs): (source)

Undocumented

Undocumented

Value
Error('You have \'APP_DIRS\': True in your TEMPLATES but also specify \'loaders\
' in OPTIONS. Either remove APP_DIRS or remove the \'loaders\' option.',
      id='templates.E001')

Undocumented

Value
Error('\'string_if_invalid\' in TEMPLATES OPTIONS must be a string but got: {} (
{}).',
      id='templates.E002')

Undocumented

Value
Warning('{} is used for multiple template tag modules: {}',
        id='templates.E003')