mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Added a missing comma
This commit is contained in:
parent
3abf6105b6
commit
ab2a1773fd
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Using a virtualenv
|
||||||
If you install your project's Python dependencies inside a `virtualenv`_,
|
If you install your project's Python dependencies inside a `virtualenv`_,
|
||||||
you'll need to add the path to this virtualenv's ``site-packages`` directory to
|
you'll need to add the path to this virtualenv's ``site-packages`` directory to
|
||||||
your Python path as well. To do this, add an additional path to your
|
your Python path as well. To do this, add an additional path to your
|
||||||
`WSGIPythonPath` directive with multiple paths separated by a colon::
|
`WSGIPythonPath` directive, with multiple paths separated by a colon::
|
||||||
|
|
||||||
WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python2.X/site-packages
|
WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python2.X/site-packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue