django-sass-processor searches style.css in wrong storage
With django-sass-processor==1.1, the use of sass_src
results into /static/style.css
instead of /media/style.css
while the file is still saved in the media directory. This behavior broke due to the changes in https://github.com/jrief/django-sass-processor/pull/157.