Remind that collectstatic is not necessary in debug mode.

This commit is contained in:
Mikaël Ates 2012-04-27 11:19:03 +02:00
parent 8515e6b555
commit 8a8776475a
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ Quick Start
Then launch the following commands::
python manage.py syncdb --migrate
python manage.py collectstatic
python manage.py collectstatic # Not necessary in DEBUG mode
python manage.py runserver
You should see the following output::

View File

@ -58,7 +58,7 @@ Quick Start
Then launch the following commands::
python manage.py syncdb --migrate
python manage.py collectstatic
python manage.py collectstatic # Not necessary in DEBUG mode
python manage.py runserver
You should see the following output::