-
Notifications
You must be signed in to change notification settings - Fork 1
Makes writing template tags easier and makes communication between template authors and django developers a bit easier.
License
jdunck/django-template-help
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
django_template_help is a django app to make writing template tags easier and to make communication between template authors and django developers a bit easier.
The helpers for creating template tags will be coming soon.
Meanwhile, maybe {% context_help %} will be useful.
To use:
1) Place template_help on your python path.
2) Place template_help in your INSTALLED_APPS.
3) To get context help in templates:
{% load template_help %}
{% context_help %}
About
Makes writing template tags easier and makes communication between template authors and django developers a bit easier.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published