diff options
Diffstat (limited to 'docs/howto/static-files')
| -rw-r--r-- | docs/howto/static-files/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index e32a752454..f94e2601e4 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -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. |
