TurboGears / backlash

Standalone WebOb port of the Werkzeug Debugger with Python3 support born as a WebError replacement for TurboGears2
MIT License
13 stars 11 forks source link

Ability to select Pastebin service #1

Open moschlar opened 11 years ago

moschlar commented 11 years ago

In the previously used WebError, Pylons' own pastebin service was hardcoded into the application - when Pylons shut down their service, the "Post traceback" feature suddenly stopped working for everyone. It would be good if backlash had the possibility to easily select a different Pastebin service at runtime (maybe even a private one for very internal tracebacks) in the webinterface.

amol- commented 11 years ago

+1 for this, the feature it's already available when using backlash DebuggedApplication, but it's not exposed in anyway in TurboGears configuration process.