Skip to content

Commit 77c8ce2

Browse files
committed
Merge pull request #454 from dgales4130/dgales4130-venv-collectstatic
add virtualenv name to prompt
2 parents 7268169 + d1b7f32 commit 77c8ce2

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)