-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Files Not Found (dupe of #699) #763
Comments
To be able to help you would it be possible to provide:
|
Hi, I hope this is ok. django-pipeline configuration in your settings.py
the tag(s) generated in your template
your directory listing of your static folder(s)
Thanks. |
@TheBuky can you suggest what I should do next? I have just bumped all my pip dependencies to the latest as I test my project with django-4.0 and I am having to use a fork of django-pipeline because of this issue. I would much rather use the jazzband than my fork. |
I can confirm that the fix for #699 works for me. |
Sorry @millerthegorilla, I'm comeback after a while. So you remove the |
Thanks for getting back to me. I will check the code either today or tomorrow and confirm that I still have the same issue. |
Had a quick peek, and I am still using the form, but it looks like a direct copy of the jazzband repo, so I will look more closely when I am next at the code. |
Hi, I am using django-pipeline with django 3.2. Although the assets are being minified and output to the correct location, the template tag generated script tag wrapped location is generating a 404.
After reading #699 I edited the pipeline/finders.py file to always return a call to the superclass, and the 404 errors disappeared.
Is there something I am misconfiguring (I copied the docs word for word)?
The text was updated successfully, but these errors were encountered: