Undocumented
Module | app​_directories |
Wrapper for loading templates from "templates" directories in INSTALLED_APPS packages. |
Module | base |
Undocumented |
Module | cached |
Wrapper class that takes a list of template loaders as an argument and attempts to load templates from them in order, caching the result. |
Module | filesystem |
Wrapper for loading templates from the filesystem. |
Module | locmem |
Wrapper for loading templates from a plain Python dict. |