Skip to content

boldprogressives/django-templateinspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage::

>>> from djtemplateinspector import get_variables
>>> from django.template import Template
>>> tmpl = Template("Welcome, {{ user }}!")
>>> get_variables(tmpl)
["user"]

About

Report the names of the context variables expected by a Django template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages