fix #8: collecstatic -> collectstatic

This commit is contained in:
Élie Bouttier 2015-04-12 02:13:35 +02:00
parent 10dc2d499c
commit 5c71ae324c

View file

@ -91,7 +91,7 @@ Create an account for the administrator::
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
==========