django-debug-requests-responses
django-debug-requests-responses copied to clipboard
Implement filters
It would be nice if one could easily exclude requests/responses from printing based on e.g.
- Path, e.g. don't print anything beginning with /admin/
- Response status code, e.g. don't print 404's
- Request or response Content-Type, e.g. only print JSON bodies
- ...anything else?