I wonder if i can use another templating engine besides django’s on django project, to be exact, it’s chameleon, and there are any performance issues? Just curious, because i’m more familiar with chameleon
I wonder if i can use another templating engine besides django’s on django project,
Share
The easier part to replace in Django is the template engine, and it is not famous for the astonishing performance.
I’m pleased with the results from mixing Django and Jinja2, unfortunately I can’t comment on chamaleon.