Skip to content

Commit d1b7f32

Browse files
committed
add virtualenv name to prompt
1 parent a15e620 commit d1b7f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ We'll find out a bit more about static files later in the tutorial, when we edit
186186

187187
For now we just need to run an extra command called `collectstatic`, on the server. It tells Django to gather up all the static files it needs on the server. At the moment these are mostly files that make the admin site look pretty.
188188

189-
$ python manage.py collectstatic
189+
(mvenv) $ python manage.py collectstatic
190190

191191
You have requested to collect static files at the destination
192192
location as specified in your settings:

0 commit comments

Comments
 (0)