Another typical issue is hard way to keep valid HTML during long-term development. I don't want to add plugins to my browser which will validate my html. But I still need to develop clean and transparent HTML code. So I made decision to develop additional HTML Validator panel for Django Debug Toolbar.
Past month I've done two panels (screenshots below):
- State Debug Panel – debug_toolbar.panels.state.StateDebugPanel
- HTML Validator Debug Panel – debug_toolbar.panels.htmlvalidator.HTMLValidationDebugPanel
All of the code was merged with current master of django-debug-panel and available on github
great work
ReplyDeleteFeel free to add your panels to the 3rd party panels page so people can find them...
ReplyDeletehttps://github.com/django-debug-toolbar/django-debug-toolbar/wiki/3rd-Party-Panels
Nice work!
ReplyDeleteI would really like to have these panels as independent projects/plugins to Debug Toolbar. It would be easier to start using it right away, instead of waiting for a next Debug Toolbar release.
See for example the Memcached (https://github.com/ross/memcache-debug-panel) and Mongodb (https://github.com/hmarr/django-debug-toolbar-mongo) panels.
All the best, HB!