summaryrefslogtreecommitdiff
path: root/docs/topics/install.txt
diff options
context:
space:
mode:
authorOla Sitarska <ola@sitarska.com>2014-08-11 13:34:48 +0200
committerTim Graham <timograham@gmail.com>2014-08-12 13:46:10 -0400
commit549284faa4c58de420918ecd3120607db473787f (patch)
treed05d964d17b938ae66c4c45c6cd7370d213c1444 /docs/topics/install.txt
parenta9fd740d22bc4fed5fdb280c036618000ee13df1 (diff)
Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
Diffstat (limited to 'docs/topics/install.txt')
-rw-r--r--docs/topics/install.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index fed4fbadd6..925691e961 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -56,14 +56,11 @@ installed.
If you can't use mod_wsgi for some reason, fear not: Django supports many other
deployment options. One is :doc:`uWSGI </howto/deployment/wsgi/uwsgi>`; it works
very well with `nginx`_. Additionally, Django follows the WSGI spec
-(:pep:`3333`), which allows it to run on a variety of server platforms. See the
-`server-arrangements wiki page`_ for specific installation instructions for
-each platform.
+(:pep:`3333`), which allows it to run on a variety of server platforms.
.. _Apache: http://httpd.apache.org/
.. _nginx: http://nginx.org/
.. _mod_wsgi: http://code.google.com/p/modwsgi/
-.. _server-arrangements wiki page: https://code.djangoproject.com/wiki/ServerArrangements
.. _database-installation: