Add collectstatic command in the quickstart
This commit is contained in:
parent
d6d11def72
commit
7bd87fc6c4
1 changed files with 2 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue