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 hashes)

Uploaded Source

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