Django TemplateTags Extensions
Project description
Django TemplateTags Extensions
Installation
pip install django-templatetags-ext
Settings.py
INSTALLED_APPS = ( ... 'django_templatetags_ext', ... )
Usage
{% load templatehelper %} {{ price|fen2yuan }}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.