django-bootstrap5
django-bootstrap5 copied to clipboard
Quickstart missing key instruction
"bootstrap5",
should be added to INSTALLED_APPS
in settings.py
.
This is not present in the docs :(
I just started using this the other day so take my comments with a grain of salt.
There is an instruction to add "django_bootstrap5",
to INSTALLED_APPS. That should be enough, right?
Yes, with the current distribution, it should be django_bootstrap5
, and this is noted in both the README and the documentation.
@dyve This issue can be closed.