defunkt / pystache

Mustache in Python
http://mustache.github.com/
MIT License
1.31k stars 308 forks source link

Add support for use as a Django templating engine #179

Open earthboundkid opened 9 years ago

earthboundkid commented 9 years ago

Django 1.8 has added the ability to use custom templating backends. (See https://django.readthedocs.org/en/latest/topics/templates.html#custom-backends for more info.) I wrote a quick adaptor to make pystache work as a Django templating engine.

Would something like this be a good addition to pystache? If it's not a good fit to put in this project directly, would you be interested in supporting a django-pystache repo?