19. Handling Static Files | Build Movie Review Website Using Django 2020

preview_player
Показать описание
Welcome to Django Tutorial Series. In this tutorial series, you'll learn basic to intermediate concepts in Django. The main goal of the program is to create a movie review website where users can register and login and add reviews to the movies of their choice.Important Links:

Other Tutorial Series:
Store Management Software Python - Tkinter: Store Management Software Python- Tkinter
Hospital Management System Python - Tkinter: Hospital Management System Tkinter Python Full

If you have any problems with the content in the video let me know it in the comment section below. Please don't forget to like, subscribe, comment and share this video.
Thank you so much for your support.
Рекомендации по теме
Комментарии
Автор

Anybody using Django 3 and using this static method have just to use {% load static %} instead of {% load staticfiles %} because using this might face issues with the CSS

sarthakbhutani
Автор

Everything works. If i change the color in the main.css file it works too. But if i go to 'View Page Source' and click on '/static/css/main.css' i don't get what was in the main.css file, like u did in this video, rather i get a big error saying Page Not Found blah blah. Idk how come it still works.

sartajjamalchowdhury