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


