A gunicorn based django runserver command.
Project description
django-serve
A gunicorn based django runserver command.
Install
python3 -m pip install django-serve
and add to INSTALLED_APPS
#!python
INSTALLED_APPS = [
...
"django_serve.apps.ServeConfig",
...
]
Usage
./manage.py serve
options
--addr
The socket address to bind [default=127.0.0.1]--port
The socket port to bind [default=8000]--workers
The number of worker processes for handling requests [default max(2, cpu - 1)]--name
A base to use with setproctitle for process naming [default=django]--wsgi
Dotted path to wsgi application [default=settings.WSGI_APPLICATION]- `--config' The Gunicorn config file [default=None]
--log-level
The granularity of Error log outputs (debug, info, warning, error, critical) [default=info]--logformat
The access log format (default='"%(m)s %(U)s%(q)s %(H)s" %(s)s %(B)s' same as default django runserver)--logger-class
The logger you want to use to log events [default=gunicorn_color.Logger if installed else gunicorn default one]
CHANGES
0.1.0
- initial implementation
- add support for gunicorn config file
- add custom django reloader
- add log-level option
- add logformat configuration
- add logger-class option
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for django_serve-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2844c9a921bb547f80c967bfb552d898229f2266f1899b0d280812faa063736d |
|
MD5 | 7c0a8730d376eb164e060c2b72130ba7 |
|
BLAKE2b-256 | 6a8ee9b8c9e62e78ca24f93199e4f8b2f1f3e689e3203425b3fc5d4c66b5655b |