diff --git a/doc/installation.rst b/doc/installation.rst index 0e96f71fd..fd9a29c37 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -51,6 +51,7 @@ Quick Start Then launch the following commands:: python manage.py syncdb --migrate + python manage.py collectstatic python manage.py runserver You should see the following output::