django-template-repl

A readline shell for the Django template language
Download

django-template-repl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Cody Soyland
  • Publisher web site:
  • http://github.com/codysoyland/

django-template-repl Tags


django-template-repl Description

A readline shell for the Django template language django-template-repl is a readline shell for the Django template language. It is similar to a cpython shell but it interprets template code instead of Python. It can be invoked either as a management comment or within another template for debugging.To install, add 'template_repl' to your settings.INSTALLED_APPS.The management command gives you quick access to the shell:python manage.py templateshellOr, add this to your template and it will create a REPL that assumes the context of the caller template. This is sort of like "PDB for templates":{% load repl %}{% repl %} Requirements: · Python · Django


django-template-repl Related Software