Add collectstatic command in the quickstart

This commit is contained in:
Yohan Boniface 2013-04-05 16:18:28 -04:00
parent d6d11def72
commit 7bd87fc6c4

View file

@ -65,8 +65,9 @@ Create the tables::
python manage.py syncdb --migrate
Compress the statics::
Collect and compress the statics::
python manage.py collectstatic
python manage.py compress
Start the server::