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)
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 | |
- Author: Philipp Bosch and https://github.com/django-extensions/django-extensions/contributors
- Home Page: http://github.com/philippbosch/django-werkzeug-debugger-runserver
- License: BSD
- Package Index Owner: philippbosch
- DOAP record: django-werkzeug-debugger-runserver-0.1.2.xml
