AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
puente_logo.jpg
pytest-jingo.ini
pytest.ini
requirements-dev.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/goals.rst
docs/granola.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/migratingfromtower.rst
docs/puente_logo.jpg
docs/release.rst
puente/__init__.py
puente/commands.py
puente/ext.py
puente/extract.py
puente/settings.py
puente/utils.py
puente.egg-info/PKG-INFO
puente.egg-info/SOURCES.txt
puente.egg-info/dependency_links.txt
puente.egg-info/entry_points.txt
puente.egg-info/requires.txt
puente.egg-info/top_level.txt
puente.egg-info/zip-safe
puente/management/__init__.py
puente/management/commands/__init__.py
puente/management/commands/extract.py
puente/management/commands/merge.py
test_project_django_jinja/manage.py
test_project_django_jinja/test_project/__init__.py
test_project_django_jinja/test_project/settings.py
test_project_django_jinja/test_project/urls.py
test_project_django_jinja/test_project/wsgi.py
test_project_jingo/Makefile
test_project_jingo/README.rst
test_project_jingo/manage.py
test_project_jingo/requirements.txt
test_project_jingo/test_project/__init__.py
test_project_jingo/test_project/jingo_utils.py
test_project_jingo/test_project/settings.py
test_project_jingo/test_project/urls.py
test_project_jingo/test_project/wsgi.py
test_project_jingo/test_project/base/__init__.py
test_project_jingo/test_project/base/admin.py
test_project_jingo/test_project/base/models.py
test_project_jingo/test_project/base/tests.py
test_project_jingo/test_project/base/views.py
test_project_jingo/test_project/base/migrations/__init__.py
test_project_jingo/test_project/base/templates/admin/django_page.html
test_project_jingo/test_project/base/templates/base/index.html
test_project_jingo/test_project/base/templates/base/jingo_page.html
tests/__init__.py
tests/test_ext.py
tests/test_extract.py
tests/test_merge.py
tests/test_utils.py