Skip to main content

Replaces Django's runserver command with one that includes the Werkzeug debugger (shamelessly ripped out of django-extensions)

Project description

This app extracts the runserver_plus management command from django-extensions and makes it available as a replacement for Django’s default runserver management command.

Installation

Install from PyPI:

pip install django-werkzeug-debugger-runserver

Configuration

Edit your settings.py and include werkzeug_debugger_runserver in your INSTALLED_APPS:

INSTALLED_APPS = (
    ...,
    'werkzeug_debugger_runserver',
)

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

File details

Details for the file django-werkzeug-debugger-runserver-0.2.tar.gz.

File metadata

File hashes

Hashes for django-werkzeug-debugger-runserver-0.2.tar.gz
Algorithm Hash digest
SHA256 8b0c7aae87bb7ac69ef57dacd2a89b0f013eebf84fb454290ec65dcb18a557eb
MD5 5d9a94ec35407df03d23894c8a522a5e
BLAKE2b-256 4a42d4ba3f8cb60467ffec06290ec8acb7f3f6ddf9da004b1eb4a2d1856381c2

See more details on using hashes here.

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