Skip to main content

Run Django development server with Gunicorn.

Project description

Run Django development server with Gunicorn.

Quickstart

Install django-gunicorn:

pip install djgunicorn

Then add it to your INSTALLED_APPS. You will get a new command gunserver (please forgive my little pun-loving self). This command runs like Django’s development server, but the HTTP handling is backed by Gunnicorn.

Features

You can find available options with:

python manage.py help gunserver

Most options work as the built-in runserver command (in django.contrib.staticfiles). Exceptions:

  • The verbosity and no-color settings are not passed to Gunicorn. They will still affect messages emitted by the command itself, however.

  • The nothreading option does not do anything.

Todo

  • Unit tests and CI.

  • Check depedency versions.

History

0.1.0 (2016-04-11)

  • First release on PyPI.

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

djgunicorn-0.1.0.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file djgunicorn-0.1.0.tar.gz.

File metadata

  • Download URL: djgunicorn-0.1.0.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djgunicorn-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f94a0bba913496f066e461c86fd4ee75af3cef5c22a41d5a37e63ca76a796ac0
MD5 1a9862004e47dc1d948ee967a31ba32d
BLAKE2b-256 cd3f9d17e8c4d41a131be4098b5ccbe133ba9ca7bce53eec5e5739929c35a5a0

See more details on using hashes here.

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