Add collectstatic step to update instructions

This commit is contained in:
Roberto Rosario
2012-07-01 00:29:46 -04:00
parent bdcc7debcc
commit a8e26a4602

View File

@@ -92,6 +92,10 @@ Migrate existing database schema with::
$ ./manage.py migrate checkouts
$ ./manage.py migrate installation
Add new static media::
$ ./manage.py collectstatic --noinput
The upgrade procedure is now complete.