Replaces Django's runserver command with one that includes the Werkzeug debugger (shamelessly ripped out of 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.2.tar.gz
.
File metadata
- Download URL: django-werkzeug-debugger-runserver-0.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b0c7aae87bb7ac69ef57dacd2a89b0f013eebf84fb454290ec65dcb18a557eb |
|
MD5 | 5d9a94ec35407df03d23894c8a522a5e |
|
BLAKE2b-256 | 4a42d4ba3f8cb60467ffec06290ec8acb7f3f6ddf9da004b1eb4a2d1856381c2 |