mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
[1.10.x] Updated doc links to virtualenv website.
Backport of 66505b72c5 from master
This commit is contained in:
committed by
Tim Graham
parent
59ea6fd686
commit
0acb83b86e
@@ -321,6 +321,6 @@ disadvantages:
|
||||
|
||||
Typically, these situations only arise once you're maintaining several Django
|
||||
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
|
||||
package namespace.
|
||||
|
||||
Reference in New Issue
Block a user