Tangdongle / firepy

Automatically exported from code.google.com/p/firepy
MIT License
0 stars 0 forks source link

Add MEDIA_URL ignoring #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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