-
Notifications
You must be signed in to change notification settings - Fork 0
Report the names of the context variables expected by a Django template
License
boldprogressives/django-templateinspector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published