From 91d06ea719f505e1e223d5ea058a837e4d2c613a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 30 Mar 2013 16:21:59 -0400 Subject: [PATCH] Fixed #19492 - Added a link to the uWSGI/Django tutorial. --- docs/howto/deployment/wsgi/uwsgi.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index b5d438450effe..5b40d5f2f751f 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -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 ===================