Install with PIP:
pip install django-dtpanel-htmltidy
Configuration instructions on github
Compatible with Django 1.1.1 and higher and Django Debug Toolbar 0.8.2 and higher.
Preview:
App on:
- PyPI: http://pypi.python.org/pypi/django-dtpanel-htmltidy/0.1.1
- Github: https://github.com/joymax/django-dtpanel-htmltidy
Thanks to Rob Hudson and Enrique Bastos for the tip about custom panel.

Looks really usefull. Is is using W3C Validator or something else?
ReplyDelete@eng. Ilian Iliev, it use pytidy package. I had to choose between w3c service and painful parsing of results and pytidy. I chose pytidy - it's easy and no dependency on external services (eq fast).
ReplyDelete