mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
[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:
parent
d7ae0bc372
commit
d1047c8b4c
10 changed files with 26 additions and 27 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue