{ "info": { "author": "tkliuxing", "author_email": "ouyanghongyu@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================\nDjango bootstrap form\n=====================\n\n.. image:: https://badge.fury.io/py/django-bootstrap-form.png\n :alt: PyPI version\n :target: https://pypi.python.org/pypi/django-bootstrap-form\n\n.. image:: https://travis-ci.org/tzangms/django-bootstrap-form.png?branch=master \n :target: https://travis-ci.org/tzangms/django-bootstrap-form\n\n.. image:: https://coveralls.io/repos/tzangms/django-bootstrap-form/badge.png?branch=master \n :target: https://coveralls.io/r/tzangms/django-bootstrap-form?branch=master\n \n\nTwitter Bootstrap for Django Form.\n\nA simple Django template tag to work with `Bootstrap `_\n\n\nUsage\n======\n\nAdd \"bootstrapform\" to your INSTALLED_APPS.\n\nAt the top of your template load in our template tags::\n\n\t{% load bootstrap %}\n\nThen to render your form::\n\n\t
\n\t Form Title\n\t {% csrf_token %}\n\t {{ form|bootstrap }}\n\t
\n\t \n\t
\n\t
\n\nYou can also set class=\"form-vertical\" on the form element.\n\nTo use class=\"form-inline\" on the form element, also change the \"|boostrap\" template tag to \"|bootstrap_inline\".\n\nIt is also possible to create a horizontal form. The form class and template tag are both changed, and you will also need slightly different CSS around the submit button::\n\n\t
\n\t Form Title\n\t {% csrf_token %}\n\t {{ form|bootstrap_horizontal }}\n\t
\n\t
\n\t \t\n\t
\n\t
\n\t
\n\n\nDemo\n=====\n\nCheckout this `Demo site `_ to see it in action. \n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/tkliuxing/django-bootstrap-form", "keywords": "bootstrap,django", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-bootstrap-form-tkliuxing", "package_url": "https://pypi.org/project/django-bootstrap-form-tkliuxing/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bootstrap-form-tkliuxing/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/tkliuxing/django-bootstrap-form" }, "release_url": "https://pypi.org/project/django-bootstrap-form-tkliuxing/3.2.1/", "requires_dist": null, "requires_python": null, "summary": "django-bootstrap-form-tkliuxing", "version": "3.2.1" }, "last_serial": 2203199, "releases": { "3.2.1": [ { "comment_text": "", "digests": { "md5": "eaa9121913d8f0e393fe0812bd5f5590", "sha256": "fb4a4e15a79c7e10124c12112c1486974aabcc1749180adb75f663c91f06b8b7" }, "downloads": -1, "filename": "django-bootstrap-form-tkliuxing-3.2.1.tar.gz", "has_sig": false, "md5_digest": "eaa9121913d8f0e393fe0812bd5f5590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4328, "upload_time": "2016-07-05T11:36:20", "url": "https://files.pythonhosted.org/packages/08/c5/c912b0de198d33e3b27e20bb57b984308fe5d60155613796e348722c61e1/django-bootstrap-form-tkliuxing-3.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eaa9121913d8f0e393fe0812bd5f5590", "sha256": "fb4a4e15a79c7e10124c12112c1486974aabcc1749180adb75f663c91f06b8b7" }, "downloads": -1, "filename": "django-bootstrap-form-tkliuxing-3.2.1.tar.gz", "has_sig": false, "md5_digest": "eaa9121913d8f0e393fe0812bd5f5590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4328, "upload_time": "2016-07-05T11:36:20", "url": "https://files.pythonhosted.org/packages/08/c5/c912b0de198d33e3b27e20bb57b984308fe5d60155613796e348722c61e1/django-bootstrap-form-tkliuxing-3.2.1.tar.gz" } ] }