An Intro to Django part 6 Setting up the media & static files folder

Опубликовано: 14 Октябрь 2024
на канале: codefez
58
9

In this series, I aim to showcase how Django can be used to create a simple blog-like review site.
This is aimed at my students who may be looking for a simple way to put together their project idea that needs to have a functional user interface, a backend database and the ease of using Python to perform some logic in the background.

In this video, we learn how to set up Django to deal with files that are static such as image files, CSS pages or JavaScript files that will reside in the project.