-
Notifications
You must be signed in to change notification settings - Fork 10
Fix django51 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix django51 #50
Conversation
023d88f
to
451fcbe
Compare
Hey is there any update on this issue at all? We are looking to implement this package into a project running Django 51 and are facing the same issue as the one linked. Any update would be appreciated, thanks! |
From my point of view it is finished, I am ready to make more changes if needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for the contribution.
I just installed the below and am getting the below error. I must admit that the messaging here is rather terse. the fix linked above rererences commit
==== BELOW requirements.txt
|
@jrthorne There is no import of BTW Please use |
Looking at the requirements.txt listed above, there is no wagtail-storages. And the error points to django-sass-processor |
@jrthorne Looks like you might be on an old version of the django sass processor that does not support your Django version. Quick search throws this up: https://github.com/search?q=repo%3Ajrief%2Fdjango-sass-processor%20get_storage_class&type=code I think this is unrelated. |
Thank you so much @tm-kn The solution was and upgrade to |
Uh oh!
There was an error while loading. Please reload this page.