Datasette plugin for displaying error tracebacks.
This plugin does not work with current versions of Datasette. See issue #2.
pip install datasette-show-errors
Installing the plugin will cause any internal error to be displayed with a full traceback, rather than just a generic 500 page.
Be careful not to use this in a context that might expose sensitive information.