[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.

Thanks daniel.quattro at gmail.com for the report.

d1c9802811 from master.
This commit is contained in:
Tim Graham 2013-09-18 10:35:41 -04:00 committed by Ramiro Morales
parent d7ae0bc372
commit d1047c8b4c
10 changed files with 26 additions and 27 deletions

View file

@ -147,7 +147,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.