.gitignore
.travis.yml
CHANGES.adoc
LICENSE
README.rst
setup.py
tox.ini
django_jinja/__init__.py
django_jinja/apps.py
django_jinja/backend.py
django_jinja/base.py
django_jinja/cache.py
django_jinja/library.py
django_jinja/models.py
django_jinja/utils.py
django_jinja.egg-info/PKG-INFO
django_jinja.egg-info/SOURCES.txt
django_jinja.egg-info/dependency_links.txt
django_jinja.egg-info/requires.txt
django_jinja.egg-info/top_level.txt
django_jinja/builtins/__init__.py
django_jinja/builtins/extensions.py
django_jinja/builtins/filters.py
django_jinja/contrib/__init__.py
django_jinja/contrib/_easy_thumbnails/__init__.py
django_jinja/contrib/_easy_thumbnails/models.py
django_jinja/contrib/_easy_thumbnails/templatetags/__init__.py
django_jinja/contrib/_easy_thumbnails/templatetags/thumbnails.py
django_jinja/contrib/_humanize/__init__.py
django_jinja/contrib/_humanize/models.py
django_jinja/contrib/_humanize/templatetags/__init__.py
django_jinja/contrib/_humanize/templatetags/_humanize.py
django_jinja/contrib/_pipeline/__init__.py
django_jinja/contrib/_pipeline/models.py
django_jinja/contrib/_pipeline/templates/pipeline/css.jinja
django_jinja/contrib/_pipeline/templates/pipeline/inline_js.jinja
django_jinja/contrib/_pipeline/templates/pipeline/js.jinja
django_jinja/contrib/_pipeline/templatetags/__init__.py
django_jinja/contrib/_pipeline/templatetags/_pipeline.py
django_jinja/contrib/_subdomains/__init__.py
django_jinja/contrib/_subdomains/models.py
django_jinja/contrib/_subdomains/templatetags/__init__.py
django_jinja/contrib/_subdomains/templatetags/subdomainurls.py
django_jinja/management/__init__.py
django_jinja/management/commands/__init__.py
django_jinja/management/commands/makemessages.py
django_jinja/views/__init__.py
django_jinja/views/generic/__init__.py
django_jinja/views/generic/base.py
django_jinja/views/generic/dates.py
django_jinja/views/generic/detail.py
django_jinja/views/generic/edit.py
django_jinja/views/generic/list.py
doc/Makefile
doc/content-docinfo.html
doc/content.adoc
doc/assets/simple-red-titles/stylesheet.css
testing/manage.py
testing/runtests.py
testing/settings.py
testing/uwsgi.ini
testing/wsgi.py
testing/locale/en/.hidden
testing/locale/en/LC_MESSAGES/django.po
testing/testapp/__init__.py
testing/testapp/forms.py
testing/testapp/models.py
testing/testapp/tests.py
testing/testapp/urls.py
testing/testapp/views.py
testing/testapp/jinja2/hola_mundo.html
testing/testapp/migrations/0001_initial.py
testing/testapp/migrations/0002_testmodel_date.py
testing/testapp/migrations/__init__.py
testing/testapp/static/script.js
testing/testapp/static/style.css
testing/testapp/templates/403.jinja
testing/testapp/templates/404.jinja
testing/testapp/templates/500.jinja
testing/testapp/templates/hello_world.jinja
testing/testapp/templates/i18n_test.html
testing/testapp/templates/i18n_test.jinja
testing/testapp/templates/pipeline_test.jinja
testing/testapp/templates/streaming_test.jinja
testing/testapp/templates/test-debug-var.jinja
testing/testapp/templates/test-render-with.jinja
testing/testapp/templates/testapp/testmodel_archive.html.jinja
testing/testapp/templates/testapp/testmodel_archive_day.html.jinja
testing/testapp/templates/testapp/testmodel_archive_month.html.jinja
testing/testapp/templates/testapp/testmodel_archive_today.html.jinja
testing/testapp/templates/testapp/testmodel_archive_week.html.jinja
testing/testapp/templates/testapp/testmodel_archive_year.html.jinja
testing/testapp/templates/testapp/testmodel_confirm_delete.html.jinja
testing/testapp/templates/testapp/testmodel_create.html.jinja
testing/testapp/templates/testapp/testmodel_date_detail.html.jinja
testing/testapp/templates/testapp/testmodel_detail.html.jinja
testing/testapp/templates/testapp/testmodel_list.html.jinja
testing/testapp/templates/testapp/testmodel_update.html.jinja
testing/testapp/templatetags/__init__.py
testing/testapp/templatetags/sample_addons.py