Skip to main content

W3C panel for Django Debug Toolbar using requests.

Project description

The W3C Validator is a panel for the Django Debug Toolbar which runs the source of each page through the W3C Validator. You can look at errors and warnings on the page just like you can with other Django Debug Toolbar panels.

First you will need Django Debug Toolbar.

Then you can install the W3C Validator:

pip install w3c-validator

Next add the w3c validator panel to your DEBUG_TOOLBAR_PANELS in you settings.py file:

DEBUG_TOOLBAR_PANELS += ('w3c_validator.panels.W3CValidatorDebugPanel',)

To get access to the templates you will have to add w3c_validator to your installed apps as well:

INSTALLED_APPS += ('w3c_validator',)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

w3c-validator-0.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page