File Manager

Path: /proc/self/root/opt/alt/python27/share/doc/alt-python27-jinja2-2.7.2/ext/django2jinja/

Viewing File: example.py

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)