summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-03-30 16:21:59 -0400
committerTim Graham <timograham@gmail.com>2013-03-30 16:21:59 -0400
commit91d06ea719f505e1e223d5ea058a837e4d2c613a (patch)
treec9b1a8615db51301c0e6d63987a523b1ff1582b8
parent5c55e0fc98a38dc0e59dbd80ff6f236ced697763 (diff)
Fixed #19492 - Added a link to the uWSGI/Django tutorial.
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt
index b5d438450e..5b40d5f2f7 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
===================