README.rst
pyproject.toml
setup.py
src/bootstrap3/__init__.py
src/bootstrap3/bootstrap.py
src/bootstrap3/components.py
src/bootstrap3/exceptions.py
src/bootstrap3/forms.py
src/bootstrap3/models.py
src/bootstrap3/renderers.py
src/bootstrap3/text.py
src/bootstrap3/utils.py
src/bootstrap3/templates/bootstrap3/bootstrap3.html
src/bootstrap3/templates/bootstrap3/field_error.html
src/bootstrap3/templates/bootstrap3/field_help_text.html
src/bootstrap3/templates/bootstrap3/field_help_text_and_errors.html
src/bootstrap3/templates/bootstrap3/form_errors.html
src/bootstrap3/templates/bootstrap3/messages.html
src/bootstrap3/templates/bootstrap3/pagination.html
src/bootstrap3/templatetags/__init__.py
src/bootstrap3/templatetags/bootstrap3.py
src/django_bootstrap3.egg-info/PKG-INFO
src/django_bootstrap3.egg-info/SOURCES.txt
src/django_bootstrap3.egg-info/dependency_links.txt
src/django_bootstrap3.egg-info/requires.txt
src/django_bootstrap3.egg-info/top_level.txt
src/example/app/__init__.py
src/example/app/forms.py
src/example/app/settings.py
src/example/app/urls.py
src/example/app/views.py
src/example/app/wsgi.py
src/example/app/templates/app/base.html
src/example/app/templates/app/bootstrap.html
src/example/app/templates/app/form.html
src/example/app/templates/app/form_by_field.html
src/example/app/templates/app/form_horizontal.html
src/example/app/templates/app/form_inline.html
src/example/app/templates/app/form_with_files.html
src/example/app/templates/app/formset.html
src/example/app/templates/app/home.html
src/example/app/templates/app/misc.html
src/example/app/templates/app/pagination.html