Update installation instructions to add --migrate parameter to syncdb step

This commit is contained in:
Roberto Rosario
2012-01-09 09:07:59 -04:00
parent 94e8bf2e74
commit b34caacf13

View File

@@ -39,7 +39,7 @@ If using the ``MySQL`` database manager, use the following commands::
Populate the database with the project's schema doing::
$ ./manage.py syncdb
$ ./manage.py syncdb --migrate
Collect the static files of the project into the ``static`` folder for serving via a webserver::