PyCharm runs Django project fresh every day without CSS static page style

question:

        When I used PyCharm to run the Django project every day, I found that there was no CSS and other styles after running, and the static file directory was also configured.

solve:

        Static page path problem:

Originally, this configuration can be run on CentOS, but not on PyCharm on the window

Change to:

 solve

 

 Attachment: PyCharm running configuration

 

Guess you like

Origin blog.csdn.net/weixin_55988897/article/details/128732596