Simple template tag for Django to collapse whitespace
Project description
A simple whitespace-collapsing template tag for Django - useful for formatting plain text emails or when whitespace actually matters.
Installation
Install to PYTHONPATH, etc.
Then either:
Add collapse_whitespace_templatetag to settings.INSTALLED_APPS and then use:
{% load collapse_whitespace_templatetag %}… in your templates.
Or:
Add collapse_whitespace_templatetag.templatetags.collapse_whitespace to your BUILTINS entry in settings.TEMPLATES (Django 1.9)
Or:
Add to builtins (< Django 1.9) with in some models.py:
from django.template.base import add_to_builtins add_to_builtins('collapse_whitespace_templatetag.templatetags.collapse_whitespace'
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
Close
Hashes for django-collapse-whitespace-templatetag-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e15ffb426a077c40ce9f9ffd64c39035c3f82b48936339f78664a7c757efaab3 |
|
MD5 | 20df7f78d395a42c78f3b4ccbf1c73a1 |
|
BLAKE2b-256 | f66e17b926aad369e8a089a64602b78364fa4063a4b1d5b392a7637b9f515d22 |