1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

Fix link to Gunicorn website in deployment howto.

This commit is contained in:
Martijn Vermaat 2012-08-12 00:01:11 +03:00 committed by Florian Apolloner
parent 759ae3c2da
commit 140179c770

View File

@ -13,7 +13,7 @@ There are two ways to use Gunicorn with Django. One is to have Gunicorn treat
Django as just another WSGI application. The second is to use Gunicorn's Django as just another WSGI application. The second is to use Gunicorn's
special `integration with Django`_. special `integration with Django`_.
.. _integration with Django: http://gunicorn.org/run.html#django-manage-py_ .. _integration with Django: http://gunicorn.org/run.html#django-manage-py
Installing Gunicorn Installing Gunicorn
=================== ===================