PART 29(CSS-Beginner): HOW TO CONFIGURE CSS FILES IN DJANGO PROJECT

Опубликовано: 07 Ноябрь 2024
на канале: educr Updates
207
5

Last lesson we discussed about how to overwrite the horizontal rule default styles by browser and customize it. Today we are going to discuss how to connect my HTML file with CSS file inside of a Django Project

All this will be made practical by displaying CSS code from Django static folder in relationship to Django project urls.py at settings.py, Django apps urls.py, views.py and manage.py in order to style our web page the way we want. https://mysch.pythonanywhere.com/docu...

Main reference
https://mysch.pythonanywhere.com/docu...

Other references
https://stackoverflow.com/questions/7...