Skip to content

Better support for DRF browsable API out of the box #1066

Closed
@jeroenbrouwer

Description

@jeroenbrouwer

In the browsable API of DRF the POST requests are done through AJAX calls which don't trigger the debug_toolbar. A common workaround is to implement a custom middleware with the check for request.is_ajax() commented out. It would be nice if there was a workaround for DRF out of the box.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions