Common django template tags and filters
Project description
Common useful django template tags and filters
Getting Started
Simply install, add to your INSTALLED_APPS setting and use {% load common_filters common_tags %} in your templates to enable access to the tags and filters
Installing
You can get Django Commontags by using pip or easy_install:
$ pip install django-commontags or $ easy_install django-commontags
If you want to install it from source, grab the git repository from github and run setup.py:
$ git clone git://github.com/Jaidan/django-commontags.git $ cd django-commontags $ python setup.py install
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
django-commontags-0.1.tar.gz
(3.7 kB
view details)