Skip to content
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

Add MEDIA_URL ignoring #1

Closed
GoogleCodeExporter opened this issue Mar 3, 2016 · 1 comment
Closed

Add MEDIA_URL ignoring #1

GoogleCodeExporter opened this issue Mar 3, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

When I use firepy with runserver it's puts a lot of information when
serving a static files.
I think you need to add 
if request.META['PATH_INFO'].startswith(settings.MEDIA_URL):
            return response
to process_response function to ignore this.

Original issue reported on code.google.com by sya...@gmail.com on 15 Jun 2009 at 8:49

@GoogleCodeExporter
Copy link
Author

This issue has been fully resolved and have been committed to the trunk. And 
there have 
been a new release 0.1.2 fixing this bug.

Thanks.

Original comment by serialx....@gmail.com on 16 Jun 2009 at 11:05

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant