{ "info": { "author": "Mjumbe Wawatu Ukweli", "author_email": "mjumbewu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "=================\ndjango-mustachejs\n=================\n\n|build status|_\n\n.. |build status| image:: https://secure.travis-ci.org/mjumbewu/django-mustachejs.png\n.. _build status: https://secure.travis-ci.org/mjumbewu/django-mustachejs\n\nA templatetag framework for easier integration of `mustache.js`_ JavaScript\ntemplates with Django templates. Inspired by `ICanHaz.js`_, `django-icanhaz`_,\nand `jquery.mustache`_.\n\n.. _mustache.js: http://mustache.github.com/\n.. _django-icanhaz: http://github.com/carljm/django-icanhaz\n.. _ICanHaz.js: http://icanhazjs.com/\n.. _jquery.mustache: https://github.com/AF83/jquery.mustache\n\nQuick Usage\n-----------\n\n(Read the full docs on `Read the Docs`_)\n\n.. _Read the Docs: http://django-mustachejs.readthedocs.org/en/latest/\n\nAdd ``\"mustachejs\"`` to your ``INSTALLED_APPS`` setting.\n\n``app/jstemplates/main.mustache``::\n\n
This is {{ name }}'s template
\n