We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375fcb5 commit e333385Copy full SHA for e333385
content/pages/04-web-development/21-bootstrap.markdown
@@ -56,3 +56,8 @@ specific situation.
56
theme for Bootstrap 4. You can also check out a
57
[demo of the theme](https://tabler.github.io/tabler/).
58
59
+* [How to use Bootstrap 4 forms with Django](https://simpleisbetterthancomplex.com/tutorial/2018/08/13/how-to-use-bootstrap-4-forms-with-django.html)
60
+ shows how to combine the popular
61
+ [django-crispy-forms](https://django-crispy-forms.readthedocs.io/en/latest/)
62
+ library with [Django](/django.html) to create and obtain user data
63
+ through web forms that are styled with Bootstrap 4 CSS.
0 commit comments