Re: Collectstable displays 0 static file copied issue

2019-06-01 Thread Chetan Ganji
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/'

Collectstable displays 0 static file copied issue

2019-06-01 Thread Ankhi Roy
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