Find by Category

Django 3 Tutorial: Build a Blogging App

Style Django 3 App with Bootstrap 4.4

This is the fourth video in the series of Learn Django 3 by building a blogging app. In this video, I’ll style my blogging app with Bootstrap 4.4. In the previous video, I added Bootstrap 4.4 source files locally to the Django 3 project.

Here are the things that you’ll learn in this section of styling Django app with Bootstrap 4.4

  1. Adding Navigation Bar to the Django App
  2. Adding links to Django Nav Bar
  3. Creating Bootstrap Card to display Article list
  4. Style Article single view page