diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-30 16:21:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-30 16:21:59 -0400 |
| commit | 91d06ea719f505e1e223d5ea058a837e4d2c613a (patch) | |
| tree | c9b1a8615db51301c0e6d63987a523b1ff1582b8 | |
| parent | 5c55e0fc98a38dc0e59dbd80ff6f236ced697763 (diff) | |
Fixed #19492 - Added a link to the uWSGI/Django tutorial.
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 8 |
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 =================== |
