.coveragerc
.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
requirements.txt
requirements_dev.txt
requirements_test.txt
runtests.py
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
_static/screenshot-collapsed.png
_static/screenshot.png
django_template_tree.egg-info/PKG-INFO
django_template_tree.egg-info/SOURCES.txt
django_template_tree.egg-info/dependency_links.txt
django_template_tree.egg-info/not-zip-safe
django_template_tree.egg-info/top_level.txt
django_template_tree.egg-info/version.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/template_tree.rst
docs/usage.rst
example/README.md
example/db.sqlite3
example/manage.py
example/requirements.txt
example/app0/__init__.py
example/app0/migrations/__init__.py
example/app0/templates/app0/base.html
example/app1/__init__.py
example/app1/migrations/__init__.py
example/app1/templates/app1/base.html
example/app2/__init__.py
example/app2/migrations/__init__.py
example/app2/templates/app2/base.html
example/example/__init__.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/templates/base.html
example/templates/error.html
template_tree/__init__.py
template_tree/apps.py
template_tree/models.py
template_tree/template_finder.py
template_tree/template_reader.py
template_tree/urls.py
template_tree/views.py
template_tree/static/css/django_template_tree.css
template_tree/static/img/.gitignore
template_tree/static/js/django_template_tree.js
template_tree/static/template_tree/test.json
template_tree/static/template_tree/tree.html
template_tree/templates/template_tree/base.html
template_tree/templates/template_tree/tree.html
tests/__init__.py
tests/settings.py
tests/test_template_finder.py
tests/test_template_reader.py
tests/urls.py