How to use Bootstrap with Django

Learn how to spice up your Django website with the Bootstrap CSS framework. In this tutorial, we will be using Bootstrap 5 to wrap our HTML body in a container, stylize our table with a border, and make colorful buttons with btn success, danger, and primary.

Next video: Django Production Deployment https://youtu.be/ZpR1W-NWnp4
Previous video: Django CRUD https://youtu.be/opjyyXoqrxg

The entire Django course playlist is available here: https://www.youtube.com/playlist?list=PL_vyuxE-AO-D0Fg-0DyHbekAXOYgRYlWA

Code snippets and more at https://tonyteaches.tech/django-101-course/
Check out my vlog channel @TonyFlorida

GitHub commit for this video: https://github.com/tonyflo/django-crud/tree/911d952e8eca5ce4e9ecc92c7d8b797830bfc602

Author: admin