瀏覽代碼

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

Tim Graham 12 年之前
父節點
當前提交
91d06ea719
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      docs/howto/deployment/wsgi/uwsgi.txt

+ 8 - 0
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
 ===================