Course Content
Lectures
0/59
Django Beginner to Intermediate Course
About Lesson

In this part of the Django tutorials, you will learn about the static files. When we talk about the static files in Django, we are referring to images, CSS or JavaScript files. Notice that in a Django project, the static files cannot be placed in any directory and they must be stored in a specific folder. In this video, you will learn where to store the static files and how to use them in a Django project.

Join the conversation