django-bootstrap5

django_bootstrap5 not formatting anything

django_bootstrap5 not formatting anything Question: I’m trying to get basic bootstrap formatting working in a django app, and installed django_bootstrap5 to do so. No formatting, however, is getting applied to any of the pages. Here’s the various pages: base.html: <!DOCTYPE html> {% load django_bootstrap5 %} <html lang="en"> <head> <meta charset="UTF-8"> <title> {% block title %} …

Total answers: 1