{ "info": { "author": "Antonio Librada", "author_email": "antoniolibrada@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "Renderers to show icons in the input fields for the django-bootstrap3 project from dyve: https://github.com/dyve/django-bootstrap3\n\nInstallation\n------------\n\n1. Install using pip:\n\n `` pip install django-bootstrap3``\n `` pip install git+https://github.com/ALibrada/django-bootstrap3-iconfield.git#egg=bootstrap3-iconfield``\n\n Alternatively, you can install download or clone this repo and call ``pip install -e .``.\n\n2. Add to INSTALLED_APPS in your ``settings.py``:\n\n ``'bootstrap3',``\n ``'bootstrap3-iconfield'``\n\n3. In your templates, load the ``bootstrap3`` library and use the ``bootstrap_*`` using the layouts icons or icons-horizontal:\n\n\nExample template for the original layout with icons\n----------------\n\n .. code:: Django\n\n {% load bootstrap3 %}\n\n {# Display a form #}\n\n
\n\nExample template for the horizontal layout with icons\n----------------\n\n .. code:: Django\n\n {% load bootstrap3 %}\n\n {# Display a form #}\n\n \n\n\nRequirements\n------------\n\n- Python 2.6, 2.7, 3.2 or 3.3\n- Django >= 1.4\n- django-boostrap3 https://github.com/dyve/django-bootstrap3\n\nLicense\n-------\n\nYou can use this under Apache 2.0. See `LICENSE\n