Useful custom django tags
Project description
=====
Django-General-Tags
=====
django-general-tags is a liberary of useful custom django tags.
With django-general-tags you can develop django applications faster and
easier, and no need to deal with some difficult stuff about tags and filters.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "generalfilters" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'generaltags',
]
2. Load the general_filter filter in your templates like this::
{% load general_tags %}
Django-General-Tags
=====
django-general-tags is a liberary of useful custom django tags.
With django-general-tags you can develop django applications faster and
easier, and no need to deal with some difficult stuff about tags and filters.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "generalfilters" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'generaltags',
]
2. Load the general_filter filter in your templates like this::
{% load general_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.
Source Distribution
django-general-tags-0.1.zip
(6.5 kB
view hashes)