django-ttag icon indicating copy to clipboard operation
django-ttag copied to clipboard

A template tag constructor library for Django.

Results 2 django-ttag issues
Sort by recently updated
recently updated
newest added

From the thanks-for-second-guessing-our-api-design department... Why pass a `data` argument to the `output` method? Wouldn't it be better to extend the parallel between Django models and ttag classes and hang the...

Hello, I'm trying to create a template tag that uses a little bit of JSON as a keyword arg. I'm getting exceptions thrown in the Arg class code. I believe...