74 - Static Files in Development - Python & Django 3.2 Tutorial Series

preview_player
Показать описание
74 - Static Files in Development - Python & Django 3.2 Tutorial Series

Try Django 3.2 is a series to teach you the fundamentals of creating web applications with Python & Django by building a real project step-by-step.

Рекомендации по теме
Комментарии
Автор

I've been doing django for 10 years and somehow I still managed to learn stuff from this series. You are awesome :)

sexylol
Автор

Thanks so much, it was helpful and you saved me from a whole lot of stress.🙌

tsavsamson
Автор

I started recently with Django and u r Prefect

kadeus
Автор

I have been watching lately a lot of your content, the way you explain is so easy to understand! Would love if you do the same for Django Rest Framework

diaspydev
Автор

My staticfiles are working for django project but not for django app in production. Can you help me ?

sumanthanumolu
Автор

what does it changed? It still doesnt run css while debug is false.

Micha-vlqm
Автор

What happens when the css you referenced is referencing another file like flaticon the css ie src: url(“./Flaticon.eot”) references .ttf and .woff & .svg files that are in the same directory… this thing has been giving me headaches at this point whitenoise is my only option afterwards I am no longer partnering with flaticon ever again but Justin if you can answer this I will be very glad, I am your student btw I bought the e-commerce django course on udemy and the Twitter django course but I’ve been away from coding for a while health related and I’m really rusty now with a clients project and I have no idea what to do I would really appreciate it if you respond as soon as you can

politehook
Автор

Thanks for the walk-through! Could you say more about how you switch between the dev to prod settings? Do you manually edit the file, or do you have a way to set it from the terminal — e.g., vargs?

ftovarhenao