heroku-python / dj-static

DEPRECATED - use WhiteNoise instead!
http://kennethreitz.org/introducing-dj-static/
BSD 2-Clause "Simplified" License
511 stars 74 forks source link

Static files not working on Heroku with Django 1.8 #42

Closed jessamynsmith closed 8 years ago

jessamynsmith commented 9 years ago

With Django 1.7, I have no problem serving my static files on Heroku. With Django 1.8, it overwrites static every time I call collectstatic, as if the files are not there, and when I go to my site, all static files are a 404.