fix #8: collecstatic -> collectstatic
This commit is contained in:
parent
10dc2d499c
commit
5c71ae324c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Create an account for the administrator::
|
||||||
|
|
||||||
Collect static files in the ``STATIC_DIR``::
|
Collect static files in the ``STATIC_DIR``::
|
||||||
|
|
||||||
$ python manage.py collecstatic --settings=ponytracker.local_settings
|
$ python manage.py collectstatic --settings=ponytracker.local_settings
|
||||||
|
|
||||||
Run django
|
Run django
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue