diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-16 16:34:12 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-16 16:34:12 +0000 |
| commit | aad6f21b29946bf4cc78d5d28330497cb916e35f (patch) | |
| tree | 27386a3fc5d3b1a9d1461fadc08244dc3bc9b719 /docs/index.txt | |
| parent | 439cbeaa684ce881db000d6a01f70930c426ac7f (diff) | |
Fixed #16057 -- Extended deployment documentation with instructions for uWSGI. Thanks, jpic and aaugustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index 6a502adac8..0425da438e 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -155,7 +155,8 @@ The development process * **Deployment:** :doc:`Overview <howto/deployment/index>` | :doc:`Apache/mod_wsgi <howto/deployment/modwsgi>` | - :doc:`Apache/mod_python <howto/deployment/modpython>` | + :doc:`uWSGI <howto/deployment/uwsgi>` | + :doc:`Apache/mod_python (deprecated) <howto/deployment/modpython>` | :doc:`FastCGI/SCGI/AJP <howto/deployment/fastcgi>` | :doc:`Apache authentication <howto/apache-auth>` | :doc:`Handling static files <howto/static-files>` | |
