module documentation

Undocumented

Constant E001 Undocumented
Constant E002 Undocumented
Function check​_setting​_app​_dirs​_loaders Undocumented
Function check​_string​_if​_invalid​_is​_string Undocumented
E001 =

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')
E002 =

Undocumented

Value
Error('\'string_if_invalid\' in TEMPLATES OPTIONS must be a string but got: {} (
{}).',
      id='templates.E002')
@register(Tags.templates)
def check_setting_app_dirs_loaders(app_configs, **kwargs):

Undocumented

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

Undocumented