summaryrefslogtreecommitdiff
path: root/docs/topics
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:48:21 -0400
commit49419ffd050d34c4f0948a0e9b68eb081985277b (patch)
treef0cbd77f9ef36e8f9c145038510cd3822386188f /docs/topics
parent0e9d6ad54ac5e34bd0a1577353e651a500fa52a7 (diff)
[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
Backport of 549284faa4 from master
Diffstat (limited to 'docs/topics')
-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 3012810a1a..ebda518029 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: