dj_angles.mappers.mapper¶
Module Contents¶
- dj_angles.mappers.mapper.TAG_NAME_TO_DJANGO_TEMPLATE_TAG_MAP: dict[str | None, collections.abc.Callable | str]¶
Default mappings for tag names to Django template tags.
- class dj_angles.mappers.mapper.TagMap¶
Bases:
collections.UserDict
A MutableMapping is a generic container for associating key/value pairs.
This class provides concrete generic implementations of all methods except for __getitem__, __setitem__, __delitem__, __iter__, and __len__.
- import_strings()¶
Try importing any values that are strings.