Django base.html extended to homepage.html, static images appear, but home.css does not works

前端 未结 2 1894
无人共我
无人共我 2021-01-07 15:39

Problem: As the title says I am building a django project the base.html extended to homepage.html and works fine, static images appear, but home.css does no

2条回答
  •  生来不讨喜
    2021-01-07 16:29

    As you have STATICFILES_DIRS remove STATIC_ROOT then type python manage.py collectstatic, then yes, then run your server again.

提交回复
热议问题