Django Admin CSS missing

后端 未结 11 1121
醉梦人生
醉梦人生 2020-12-24 01:23

I\'ve been messing around with the new collectstatic command and have got it working for my normal pages. That is to say, I am able to load my css at this locat

11条回答
  •  一向
    一向 (楼主)
    2020-12-24 02:06

    in my project, the solution is in settings.py, set:

    DEBUG = False # debug false mod not working css

提交回复
热议问题