Skip to main content

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

File details

Details for the file django-collapse-whitespace-templatetag-1.0.1.tar.gz.

File metadata

File hashes

Hashes for django-collapse-whitespace-templatetag-1.0.1.tar.gz
Algorithm Hash digest
SHA256 352b89605ccaf4eaa43bc464789ae894110bf604a5e22c77e7c9b52736aa08be
MD5 ca9ac5ee5aefeb5f09aa69d11a5494cb
BLAKE2b-256 a62fcdb1d3fcfe0cc47b7dc59aa2a0ece437f3ecfbda6931bf46e8c7603b1832

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page