-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Silk fails on binary staticfiles content #16
Comments
Oops, thought I'd fixed this! That line of code currently tries to catch I just pushed a fix for this. If you upgrade via pypi this issue should be resolved. Note changes to the models were made for 0.2 so you'll need to delete&sync/migrate. Cheers |
Was this issue solved in the end? |
I haven't tried out the new version yet. When I got stuck I just corrected my setup to serve these files directly from nginx locally. |
Tested this pretty thoroughly so gonna close. Let me know if any further issues |
Correct typo in docstring
When I'm in production mode I'll let Nginx go straight to the filesystem on these things but when in debug mode I add this to my root
urls.py
:Any request on something going through
/cache/foo/bar.jpg
will cause this traceback.The text was updated successfully, but these errors were encountered: