Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 60b1a5c7615e3774f89f9bb6653012d7 > files > 185

python3-jinja2-2.7.2-2.mga4.noarch.rpm

from django.conf import settings
settings.configure(TEMPLATE_DIRS=['templates'], TEMPLATE_DEBUG=True)

from django2jinja import convert_templates, Writer

writer = Writer(use_jinja_autoescape=True)
convert_templates('converted', writer=writer)