Django Collectstatic Support Changes

Change effective on 09 February 2016

As of today, builds utilizing the Django “collectstatic” feature will fail if the collectstatic step is not successful. All Django applications on Heroku utilize this feature by default.

Previously, builds would still succeed if the collectstatic step failed, which could cause unwanted production behavior.

https://devcenter.heroku.com/articles/django-assets