Locked lesson.
About this lesson
Chances are you'll want to install Bootstrap if you decide to use it. However, in this lesson, we'll discuss how you can use it within your Django project without installing it.
Exercise files
Download this lesson’s related exercise files.
Use Bootstrap Without Installing It.docx57.4 KB Use Bootstrap Without Installing It - Solution.docx
57.9 KB
Quick reference
Use Bootstrap Without Installing It
Normally you'll want to install Bootstrap, but you can actually use Bootstrap without installing it.
When to use
Use this quick method of using Bootstrap when you're in a hurry or have a very basic website design.
Instructions
To use Bootstrap without installing it, head over to the Bootstrap documentation and grab the starter template at:
https://getbootstrap.com/docs/4.4/getting-started/introduction/
Use that code as your base.html code and you can access and use all of Bootstrap.
Hints & tips
- https://getbootstrap.com/docs/4.4/getting-started/introduction/
Lesson notes are only available for subscribers.