From dc476a12a6b7513440c0d36d22690c4b4bc1c3e9 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 27 Feb 2013 10:01:12 -0500 Subject: [PATCH] Updated virtualenv note --- library/django-manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/django-manage b/library/django-manage index 038fc55739b..64e96c8fd2d 100644 --- a/library/django-manage +++ b/library/django-manage @@ -70,7 +70,7 @@ options: required: false notes: - U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified. - - This module will create a virtualenv if one does not already exist. + - This module will create a virtualenv if the virtualenv parameter is specified and a virtualenv does not already exist at the given location. - This module assumes English error messages for the 'createcachetable' command to detect table existence, unfortunately. requirements: [ "virtualenv", "django" ] author: Scott Anderson