Skip to main content

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

Project description

django-werkzeug-debugger-runserver
==================================

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',
)


.. _django-extensions: https://github.com/django-extensions/django-extensions/
.. _runserver_plus: http://packages.python.org/django-extensions/runserver_plus.html

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

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