Debugging CherryPy applications with Werkzeug
Using the WSGI middlware of Werkzeug we are going to quickly connect the two tools for easy and painless debugging while using CherryPy.
cherrypy
python
Programming
Using the WSGI middlware of Werkzeug we are going to quickly connect the two tools for easy and painless debugging while using CherryPy.
A CherryPy example focused on the method dispatcher, the example is an implementation of the exposed Github gists api "/gists".
Simple example with cherrypy, focused on the default dispatcher.