Bootstrap Intro - kgolezardi/SAD-Project GitHub Wiki

https://getbootstrap.com/docs/4.2/getting-started/introduction/ https://tutorial.djangogirls.org/en/css/ https://stackoverflow.com/questions/10157059/how-can-i-use-bootstrap-with-django https://github.com/zostera/django-bootstrap4

https://docs.djangoproject.com/en/2.1/howto/static-files/

First we should install django-bootstrap4 in our project.

pip install django-bootstrap4

We also need to add django-bootstrap4==0.0.7 to requirements.txt. And last but not least, bootstrap4 should be added to INSTALLED_APPS.

Create static directory under your app folder (which is core in this case). Then put Bootstrap, JQuery and Popper.js into it. Follow Bootstrap Starter Template to create your first bootstrap loaded HTML.