How to use Bootstrap with Django (walk-through adding it to an existing project)

preview_player
Показать описание
Today a bit of Django. We'll add Bootstrap v5 to our Django starter repo. A pretty ugly CRUD app - which was written to purely demo the back-end side of things - turns into a pretty good looking website with relatively little effort.

We hope this video helps you use the django-bootstrap-v5 plugin more easily so you can make your apps look "good enough" for MVP (minimal viable product).

If you want to see more Django content on this channel, just comment below ...

Links:

---

And last but not least, we appreciate any feedback to make our YouTube content better 💡
Рекомендации по теме
Комментарии
Автор

Love this video. Sticky footer is great.

melissastrong
Автор

Really nice one. I thought you could plug bootstrap in without the django-bootstrap-v5. I do it with the CDN.
I will do it as you explained. I fimd it cleaner.
Thanks!

juanjoseexpositogonzalez
Автор

this really resolved my issue thanks .

khanhuzaif
Автор

Thank you sir! I've been following a step by step tutorial and it told me to install django_bootstrap5 but when i tried to run my server it would say that module doesnt exist.. but django_bootstrap_v5 worked and now my server runs. Not sure if it was changed to that thank you!

VaderSnipes
Автор

Hi thanks for the video. Is there a way to override the default colors that bootstrap has? for eg. --bs-primary. I have tried doing it with CSS :root but nothing works.

JoelMathewmatgoogle