pyramid-debugtoolbar-ajax

Ajax support for pyramid_debugtoolbar


Keywords
web, pyramid, ajax, debug
License
MIT
Install
pip install pyramid-debugtoolbar-ajax==0.0.4

Documentation

pyramid_debugtoolbar_ajax

Build Status: Python package

This package adds an "Ajax" panel to the pyramid_debugtoolbar.

The "Ajax" panel contains buttons and forms which can be used to replay the request in a new browser window -- allowing you to spawn a debugger window for errors encountered on background ajax requests, or form submissions.

How to use:

Ensure these lines are in your pyramid config file:

pyramid.includes = pyramid_debugtoolbar
debugtoolbar.includes = pyramid_debugtoolbar_ajax