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
==================================
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
File details
Details for the file django-werkzeug-debugger-runserver-0.1.0.tar.gz
.
File metadata
- Download URL: django-werkzeug-debugger-runserver-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a871fe271e286c23c083f0e121524a61370dfcb7bdef9f6551e30af651586c8b |
|
MD5 | 03caea09429254fc39086904768d9413 |
|
BLAKE2b-256 | 7a09fab557eda2cdc943377cb4092a32b0e2ca4eb20a230ba180697976b18b56 |