-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Use django-storages' manifest files class instead of the overriden class #8781
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
Conversation
Thanks for your contribution @dogukanteber ! We will have a look at it shortly |
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.
Thanks for your PR. I added some comments that need to be addressed before moving forward.
Thank you for your comments @humitos. I will make the requested changes. |
…riden class" This reverts commit 6fea104.
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.
This looks good to me! Thanks @dogukanteber! We should be able to merge this PR and tested locally by running collectstatic
💪🏼
@humitos I guess something went wrong during CircleCI tests. I have been waiting the tests results for half an hour but nothing came up. So I took a look at the details and saw this error message:
Did I cause this error? If not, can we rerun the tests? |
@dogukanteber I'm not sure what's happening with CircleCI. I'm having the same problem with my PRs and I wasn't able to fix it yet. @stsewd do you know what it could be? |
nope |
Hello @humitos. Any improvements about the PR? |
I think the problem with CircleCI was an issue with pip. I re-triggered the tests to be run again. Let's see how it goes. If that does not work, you could rebase this PR against master or merge master into it. |
I have merged master into this branch @humitos. It seems the previous error is disappeared. However, there is a Pylint error that says |
😓 --you can disable that error by adding a comment right next the class definition:
|
I saw that coming. Now it says |
You can use
to avoid the line to be too long. |
I suppose, I finally did it @humitos. I hope we can merge this in. |
Yeaahhh! Awesome! Thank you so much! 💪 |
Hopefully resolves #8773