Hi everybody, Django 5.0.3 doesn’t support bootstrap 5 please? Thank you
Side note: Please do not post images of code or error messages here. Copy / paste the text of the message into the body of your post, surrounded between lines of three backtick - ` characters.
Django can use Bootstrap 5 perfectly well.
The issue is that the third-party package django-bootstrap-v5 does not support Django 5. It’s a “convenience” package, not a requirement. You do not need it to use Bootstrap 5 with Django 5.
Also see: Pypi release 1.0.11 does not support Django 5.0 · Issue #33 · zelenij/django-bootstrap-v5 · GitHub
1 Like
thank you, and It’s required in Django 5 to add bootstrap5 on setting.py/INSTALLED_APPS please?
No, only if you’re using an app by that name.
1 Like