pip install bootstrap
pip install bootstrap-py
pip install django-bootstrap3
pip install bootstrap
pip install bootstrap-py
pip install django-bootstrap3
pip install bootstrap4
pip install django-bootstrap4
INSTALLED_APPS = (
# ...
"bootstrap4",
# ...
)
{% load bootstrap4 %}
<form action="/url/to/submit/" method="post" class="form">
{% csrf_token %}
{% bootstrap_form form %}
{% buttons %}
<button type="submit" class="btn btn-primary">Submit</button>
{% endbuttons %}
</form>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us