0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Updated doc links to virtualenv website.

This commit is contained in:
Daniel Musketa 2016-11-21 16:38:30 +01:00 committed by Tim Graham
parent 51eaff6d35
commit 66505b72c5
5 changed files with 5 additions and 5 deletions

View File

@ -108,7 +108,7 @@ string to ``WSGIPythonPath`` must be quoted:
Make sure you give the correct path to your virtualenv, and replace Make sure you give the correct path to your virtualenv, and replace
``python3.X`` with the correct Python version (e.g. ``python3.4``). ``python3.X`` with the correct Python version (e.g. ``python3.4``).
.. _virtualenv: http://www.virtualenv.org .. _virtualenv: https://virtualenv.pypa.io/
.. _daemon-mode: .. _daemon-mode:

View File

@ -95,7 +95,7 @@ If you use some other installation process, you might have to manually
should look at the complete installation instructions. should look at the complete installation instructions.
.. _pip: https://pip.pypa.io/ .. _pip: https://pip.pypa.io/
.. _virtualenv: http://www.virtualenv.org/ .. _virtualenv: https://virtualenv.pypa.io/
Testing Testing
======= =======

View File

@ -151,7 +151,7 @@ Karen Tracey
.. _Jannis Leidel: https://jezdez.com/ .. _Jannis Leidel: https://jezdez.com/
.. _Bauhaus-University Weimar: http://www.uni-weimar.de/ .. _Bauhaus-University Weimar: http://www.uni-weimar.de/
.. _virtualenv: http://www.virtualenv.org/ .. _virtualenv: https://virtualenv.pypa.io/
.. _pip: https://pip.pypa.io/ .. _pip: https://pip.pypa.io/
.. _Mozilla: https://www.mozilla.org/ .. _Mozilla: https://www.mozilla.org/

View File

@ -321,6 +321,6 @@ disadvantages:
Typically, these situations only arise once you're maintaining several Django Typically, these situations only arise once you're maintaining several Django
projects. When they do, the best solution is to use `virtualenv projects. When they do, the best solution is to use `virtualenv
<http://www.virtualenv.org/>`_. This tool allows you to maintain multiple <https://virtualenv.pypa.io/>`_. This tool allows you to maintain multiple
isolated Python environments, each with its own copy of the libraries and isolated Python environments, each with its own copy of the libraries and
package namespace. package namespace.

View File

@ -177,7 +177,7 @@ This is the recommended way to install Django.
``pip install Django`` at the shell prompt. ``pip install Django`` at the shell prompt.
.. _pip: https://pip.pypa.io/ .. _pip: https://pip.pypa.io/
.. _virtualenv: http://www.virtualenv.org/ .. _virtualenv: https://virtualenv.pypa.io/
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/ .. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/
.. _standalone pip installer: https://pip.pypa.io/en/latest/installing/#installing-with-get-pip-py .. _standalone pip installer: https://pip.pypa.io/en/latest/installing/#installing-with-get-pip-py