-
Notifications
You must be signed in to change notification settings - Fork 176
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
Unable to collect static with non-default STATICFILES_STORAGE #60
Comments
Hi @gone , thank you for reporting the issue. I have to admit I have not tried using django-advanced-filters with a custom Can you provide a traceback for the error you experience? Also it would help to know the version of Django and django-advanced filters you're using, and which file storage engine you use; so that the issue can be reproduced. |
Hi! First of all, thank you for your work on this app, it is much appreciated :) I apologize for barging in, but I think my team may be dealing with the same issue right now. We just added your app to our project, which is hosted on Heroku, and which uses, as recommended, WhiteNoise for static files management. The software package versions are as follows:
When we try to deploy that branch on a new Heroku test instance,
Hope that helps, thanks in advance ^^ (PS: flagging @CedricMichaud here so he gets notifications for further messages on this topic) |
Just opened a PR for an empirical fix to this issue. @gone, if you still experience this problem, feel free to try this fix :) |
I'm going to close this for now as @metamatik's fix should resolve this IIRC. Please feel free to reopen if not fixed. |
When running collect static with a specialized staticfiles_storage, collect static will break.
This is the same issue as makinacorpus/django-leaflet#149
The text was updated successfully, but these errors were encountered: