Skip to main content

Replaces Django's runserver command with one that includes the Werkzeug debugger (shamelessly ripped out off 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.1.1.tar.gz.

File metadata

File hashes

Hashes for django-werkzeug-debugger-runserver-0.1.1.tar.gz
Algorithm Hash digest
SHA256 9c30843e4aa499afe887a51c1496b90083474e183a98d7017a90ce603ba36837
MD5 99e0f4a351bf9154bf7146ee7abab9c0
BLAKE2b-256 c422ba12821af043aed3ba3ad27be3874bddb2fd0884a3ddf9b5c6a2662345c9

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