class Loader(BaseLoader):
Known subclasses: django.template.loaders.app_directories.Loader
Undocumented
Method | __init__ |
Undocumented |
Method | get_contents |
Undocumented |
Method | get_dirs |
Undocumented |
Method | get_template_sources |
Return an Origin object pointing to an absolute path in each directory in template_dirs. For security reasons, if a path doesn't lie inside one of the template_dirs it is excluded from the result set. |
Instance Variable | dirs |
Undocumented |
Inherited from Loader
:
Method | get_template |
No summary |
Method | reset |
Reset any state maintained by the loader instance (e.g. cached templates or cached loader modules). |
Instance Variable | engine |
Undocumented |