Use with django-storage.
martolini opened this issue · 2 comments
martolini commented
Change
from django.templatetags.static import static
to
from django.contrib.staticfiles.storage import staticfiles_storage as static
in order for this to work with other static storages.
jungornti commented
Thank you for bug report. It will be fixed as soon as possible. Also, PR is welcomed :)
asyncee commented
Fixed in release 1.3.1. Thank you.