bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Django

Django

Static Files

Static Files focused on Django - Add Static File and related concepts.

Lesson 1visual

Django - Add Static File

Django - Add Static File

3 min
Read lesson →
Lesson 2

Django - Installing WhiteNoise

Django - Installing WhiteNoise

2 min
Read lesson →
Lesson 3

Django - Collect Static Files

Handle Static Files Static files in your project, like stylesheets, JavaScripts, and images, are not handled automatically by Django when DEBUG = False. When DEBUG = True, this worked fine, all we ha…

2 min
Read lesson →
Lesson 4

Django - Global Static Files

Django - Global Static Files

3 min
Read lesson →
Lesson 5visual

Add CSS File to the Project

The Project - My Tennis Club If you have followed the steps in the entire Django tutorial, you will have a my_tennis_club project on your computer, with 5 members: We want to add a stylesheet to this…

5 min
Read lesson →