You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in using django_layers with django 1.9.
Although the commit log implies django 1.9 is supported, finders.py imports AppStaticStorage (from django.contrib.staticfiles.storage), which was removed in django 1.7 --- and (for me at least) this file raises an error with django 1.9
Are you using django_layers with django 1.9? If so, how are you avoiding this error?
In the meantime I shall look into what happened to AppStaticStorage and how to replace it in finders.py. I'll submit a PR if I make progress.
With thanks and best wishes
Ivan
The text was updated successfully, but these errors were encountered:
Thanks v much. Now working. I pulled over your AppStatic->StaticFile change in finders.py, and updated some imports in the same module. I'll do a PR just now.
Dear All
I'm interested in using django_layers with django 1.9.
Although the commit log implies django 1.9 is supported, finders.py imports AppStaticStorage (from django.contrib.staticfiles.storage), which was removed in django 1.7 --- and (for me at least) this file raises an error with django 1.9
Are you using django_layers with django 1.9? If so, how are you avoiding this error?
In the meantime I shall look into what happened to AppStaticStorage and how to replace it in finders.py. I'll submit a PR if I make progress.
With thanks and best wishes
Ivan
The text was updated successfully, but these errors were encountered: