{ "info": { "author": "Dylan Verheul", "author_email": "dylan@dyve.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "======================\nBootstrap 3 for Django\n======================\n\n.. image:: https://travis-ci.org/dyve/django-bootstrap3.svg\n :target: https://travis-ci.org/dyve/django-bootstrap3\n\n.. image:: https://readthedocs.org/projects/django-bootstrap3/badge/?version=latest\n :target: https://django-bootstrap3.readthedocs.io/en/latest/\n\n.. image:: https://img.shields.io/pypi/v/django-bootstrap3.svg\n :target: https://pypi.org/project/django-bootstrap3/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n\n.. image:: https://coveralls.io/repos/github/dyve/django-bootstrap3/badge.svg\n :target: https://coveralls.io/r/dyve/django-bootstrap3\n\n\nBootstrap 3 integration for Django.\n\nGoal\n----\n\nThe goal of this project is to seamlessly blend Django and Bootstrap 3.\n\n**Want to use Bootstrap 4 in Django?**\n\nSee https://github.com/zostera/django-bootstrap4.\n\n\nRequirements\n------------\n\n- Django 1.11 or Django >= 2.0 with a matching Python version.\n- For details, see https://docs.djangoproject.com/en/dev/faq/install/#faq-python-version-support\n- *The latest version supporting Python 2.6 and Django < 1.8 is 6.x.x.*\n- *The latest version supporting Django < 1.11 is 9.x.x.*\n\n\nInstallation\n------------\n\n1. Install using pip:\n\n ``pip install django-bootstrap3``\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\n3. In your templates, load the ``bootstrap3`` library and use the ``bootstrap_*`` tags:\n\n\nExample template\n----------------\n\n .. code:: Django\n\n {% load bootstrap3 %}\n\n {# Display a form #}\n\n
\n\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-bootstrap3.readthedocs.org/.\n\n\nBugs and suggestions\n--------------------\n\nIf you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.\n\nhttps://github.com/dyve/django-bootstrap3/issues\n\n\nLicense\n-------\n\nYou can use this under Apache 2.0. See `LICENSE\n