Skip to content

Instantly share code, notes, and snippets.

View developcreativo's full-sized avatar

Kelly Salazar developcreativo

View GitHub Profile
@playpauseandstop
playpauseandstop / stringmethods.py
Created December 1, 2009 22:56
Make possible to use all Python string methods as Django template filters
"""
=============
stringmethods
=============
Make possible to use all Python string methods as Django template filters. Also
provide custom template tag ``{% stringmethod %}`` to use methods with more
than one argument, like ``format``, ``count`` and other.
Restrictions