awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

How to link static file? #795

Closed HeroSony closed 4 years ago

HeroSony commented 4 years ago

I already run collectstatic but no luck. image

jrief commented 4 years ago

You did not map the static URL to your static folders. This is documented the Django docs.