Skip to content

Commit

Permalink
Fixed #19492 - Added a link to the uWSGI/Django tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Mar 30, 2013
1 parent 5c55e0f commit 91d06ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/howto/deployment/wsgi/uwsgi.txt
Expand Up @@ -9,6 +9,14 @@ container server coded in pure C.

.. _uWSGI: http://projects.unbit.it/uwsgi/

.. seealso::

The uWSGI docs offer a `tutorial`_ covering Django, nginx, and uWSGI (one
possible deployment setup of many). The docs below are focused on how to
integrate Django with uWSGI.

.. _tutorial: https://uwsgi.readthedocs.org/en/latest/tutorials/Django_and_nginx.html

Prerequisite: uWSGI
===================

Expand Down

0 comments on commit 91d06ea

Please sign in to comment.