{ "info": { "author": "Carl Meyer", "author_email": "carl@oddbird.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "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-icanhaz\n==============\n\nA templatetag for easier integration of `ICanHaz.js`_ JavaScript templates with\nDjango templates.\n\n.. _ICanHaz.js: http://icanhazjs.com\n\nQuickstart\n==========\n\nDependencies\n------------\n\nTested with `Django`_ 1.3 through trunk, and `Python`_ 2.6 and 2.7. Almost\ncertainly works with older versions of both.\n\n.. _Django: http://www.djangoproject.com/\n.. _Python: http://www.python.org/\n\nInstallation\n------------\n\nInstall from PyPI with ``pip``::\n\n pip install django-icanhaz\n\nor get the `in-development version`_::\n\n pip install django-icanhaz==dev\n\n.. _in-development version: https://github.com/carljm/django-icanhaz/tarball/master#egg=django_secure-dev\n\nUsage\n-----\n\n* Add ``\"icanhaz\"`` to your ``INSTALLED_APPS`` setting.\n\n* Set the ``ICANHAZ_DIRS`` setting to a list of full (absolute) path to\n directories where you will store your ICanHaz templates.\n\n* ``{% load icanhaz %}`` and use ``{% icanhaz \"templatename\" %}`` in your\n Django templates to safely embed the ICanHaz.js template at\n ``/templatename.html`` into your Django template,\n automatically wrapped in ``