skip to navigation
skip to content

django-werkzeug-debugger-runserver 0.1.2

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

Downloads ↓

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',
)
 
File Type Py Version Uploaded on Size # downloads
django-werkzeug-debugger-runserver-0.1.2.tar.gz (md5) Source 2011-11-29 3KB 392