Commit 91d06ea7 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #19492 - Added a link to the uWSGI/Django tutorial.

parent 5c55e0fc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
===================