Find out what context variables are expected by a Django Template
Project description
Usage::
>>> from djtemplateinspector import get_variables
>>> from django.template import Template
>>> tmpl = Template("Welcome, {{ user }}!")
>>> get_variables(tmpl)
["user"]
>>> from djtemplateinspector import get_variables
>>> from django.template import Template
>>> tmpl = Template("Welcome, {{ user }}!")
>>> get_variables(tmpl)
["user"]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-templateinspector-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7334bb799976e5fb1bb6550237374799737aaf330a4b5e5e3975139d50eaee77 |
|
MD5 | 60906fd2d2b3a26b9057774936a6f46d |
|
BLAKE2b-256 | dc5ef8f0cfabf0518cb113b57baa5e2edeaefc19330325c1d391c0888523cc58 |