Hello,
I am new with Cheetah, and I would like to have class name in title case from pre compiled template.
For instance if I have a template with this name: 'my_template.tmpl' I would like to import it like that:
from templates.my_template import MyTemplate
is it possible to do that with a directive or else ? I looking for that in documentation without success.
Hello,
I am new with Cheetah, and I would like to have class name in title case from pre compiled template.
For instance if I have a template with this name: 'my_template.tmpl' I would like to import it like that:
is it possible to do that with a directive or else ? I looking for that in documentation without success.