1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00: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
``python3.X`` with the correct Python version (e.g. ``python3.4``).
.. _virtualenv: http://www.virtualenv.org
.. _virtualenv: https://virtualenv.pypa.io/
.. _daemon-mode: