Skip to content

Commit

Permalink
Merge pull request #454 from dgales4130/dgales4130-venv-collectstatic
Browse files Browse the repository at this point in the history
add virtualenv name to prompt
  • Loading branch information
williln committed Aug 9, 2015
2 parents 7268169 + d1b7f32 commit 77c8ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ We'll find out a bit more about static files later in the tutorial, when we edit

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.

$ python manage.py collectstatic
(mvenv) $ python manage.py collectstatic

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

0 comments on commit 77c8ce2

Please sign in to comment.