{ "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 {% csrf_token %}\n {% bootstrap_form form layout=\"icons\"%}\n {% buttons %}\n \n {% endbuttons %}\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 {% csrf_token %}\n {% bootstrap_form form layout=\"icons-horizontal\"%}\n {% buttons %}\n \n {% endbuttons %}\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`_ file for details.\n\nDisclaimer\n-------\n\nThis is my first django package and I took django-bootstrap3 from dyve as template and\nmany other small parts of the code from the other people, mostly stackoverflow.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ALibrada/django-bootstrap3-iconfield", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "django-bootstrap3-iconfield", "package_url": "https://pypi.org/project/django-bootstrap3-iconfield/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bootstrap3-iconfield/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ALibrada/django-bootstrap3-iconfield" }, "release_url": "https://pypi.org/project/django-bootstrap3-iconfield/0.1/", "requires_dist": null, "requires_python": null, "summary": "Renderers to show icons in the input fields for the django-bootstrap3 project from dyve: https://github.com/dyve/django-bootstrap3.", "version": "0.1" }, "last_serial": 1354446, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "97325a51025d0448a64b62a591319611", "sha256": "517dea67d254af450bf0f2bb0aec953e0e3e48d6ffa9a3b0f0bd85f3dfc84f30" }, "downloads": -1, "filename": "django-bootstrap3-iconfield-0.1.tar.gz", "has_sig": false, "md5_digest": "97325a51025d0448a64b62a591319611", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4465, "upload_time": "2014-12-19T15:14:28", "url": "https://files.pythonhosted.org/packages/1c/0b/1bc108f7e36f2da98608950673fb16baba7763cafd493df7fd3a3d21e115/django-bootstrap3-iconfield-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97325a51025d0448a64b62a591319611", "sha256": "517dea67d254af450bf0f2bb0aec953e0e3e48d6ffa9a3b0f0bd85f3dfc84f30" }, "downloads": -1, "filename": "django-bootstrap3-iconfield-0.1.tar.gz", "has_sig": false, "md5_digest": "97325a51025d0448a64b62a591319611", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4465, "upload_time": "2014-12-19T15:14:28", "url": "https://files.pythonhosted.org/packages/1c/0b/1bc108f7e36f2da98608950673fb16baba7763cafd493df7fd3a3d21e115/django-bootstrap3-iconfield-0.1.tar.gz" } ] }