Provides some useful template tags that are missing in the Django builtins.
Project description
=====
Advanced Template Tags
=====
Provides some useful template tags that are missing in the Django builtins.
Quick start
-----------
1. Add "advanced_template_tags" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'advanced_template_tags',
]
2. In your template, load the library:
{% load advanced_template_tags %}
Advanced Template Tags
=====
Provides some useful template tags that are missing in the Django builtins.
Quick start
-----------
1. Add "advanced_template_tags" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'advanced_template_tags',
]
2. In your template, load the library:
{% load advanced_template_tags %}
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.