{ "info": { "author": "gotlium", "author_email": "gotlium@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Django-Chunks2\n==============\n\nInstallation:\n-------------\n\n1. Install using pip\n\n.. code-block:: bash\n\n $ pip install django-chunks2\n\n2. Add the ``chunks`` application to ``INSTALLED_APPS`` in your settings file (usually ``settings.py``)\n3. Sync database (``./manage.py syncdb`` or ``./manage.py migrate``)\n4. Use chunks on your templates\n\n.. code-block:: html\n\n {% load chunks %}\n\n \n
\n