Common templatetags provides for Django
Project description
Installation
Common Tags is available directly from PyPI:
Installing the package.
$ pip install common-tags
Don’t forget to add 'common' to your 'INSTALLED_APPS' setting (without migrations).
# settings.py INSTALLED_APPS = [ .... 'common', ]
Usage in template
{% load common_tags %}
For complete usage, see common/templatetags/common_tags.py
Contributing
Feel free to open a bug or contribute to code !
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
common-tags-1.0.3.tar.gz
(4.2 kB
view hashes)