| | |
- DummySourceFinder
- exceptions.Exception
-
- TemplateNotFoundError
- FileSourceFinder
class DummySourceFinder |
| |
Usefull when we need only ready to use templates in cache |
| |
Methods defined here:
- find(self, template_name, template_type=None)
|
class FileSourceFinder |
| |
Find source of template by name and type. |
| |
Methods defined here:
- __init__(self, search_dirs, file=<type 'file'>)
- find(self, template_name, template_type=None)
|
|