I use below settings. For this to work you have to create 2 folders inside
the folder where manage.py is located - "*static*" and "*media*".
Use below settings and run the *collectstatic* command once again and see
if it works for you.
STATIC_URL = '/static/'
MEDIA_URL = '/media/'
STATICFILES_DI
Hey,
So I have made the following changes and Django can now read static CSS
file now there is no more 404 while loading the static css file. However,
on the web browser, the output does not reflect css properties like header
color or header alignment.
I have run python3 manage.py collectstat
2 matches
Mail list logo