Fixed #21116 -- Made usage of manage.py in docs more consistent.

Thanks daniel.quattro at gmail.com for the report.
This commit is contained in:
Tim Graham 2013-09-18 10:35:41 -04:00
parent 2daada800f
commit d1c9802811
11 changed files with 27 additions and 28 deletions

View file

@ -174,7 +174,7 @@ for gathering static files in a single directory so you can serve them easily.
2. Run the :djadmin:`collectstatic` management command::
./manage.py collectstatic
$ python manage.py collectstatic
This will copy all files from your static folders into the
:setting:`STATIC_ROOT` directory.