From b34caacf131e12349859708ad5f13594f74af71f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 9 Jan 2012 09:07:59 -0400 Subject: [PATCH] Update installation instructions to add --migrate parameter to syncdb step --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 98e96a283b..09d44f2f0a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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::