Chris Lamb

django-template-tests

BlogProjectsAbout

View all my projects »

Performs some quick static analysis on your Django templates.


Performs some simple static analysis on your template files.

Useful for catching obvious/preventable issues before they hit production. Simply install and add template_tests to your INSTALLED_APPS.


If you are looking for a highly experienced full-stack Django developer with a track record of producing high-quality and maintaininable code, please get in touch.

You can install django-template-tests from PyPI:

$ pip install django-template-tests
… or by adding django-template-tests to your requirements.txt and re-running pip install -r requirements.txt.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/django-template-tests

django-template-tests is released under the MIT license.

View all my projects »