| in blog | Simon Willison's Weblog: django |
|---|---|
| original entry | django-plugin-django-debug-toolbar |
django-plugin-django-debug-toolbar
Tom Viner built a plugin for my DJP Django plugin system that configures the excellent django-debug-toolbar debugging tool.You can see everything it sets up for you in this Python code: it configures installed apps, URL patterns and middleware and sets the INTERNAL_IPS and DEBUG settings.
Here are Tom's running notes as he created the plugin.
Via @tomviner