From f3fe4edc74a8bbadb11f270b056b77b68b7a45c8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 9 Jan 2012 09:08:56 -0400 Subject: [PATCH] Add --migrate to another instance of syncdb command --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 09d44f2f0a..cba4e5e9f7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -100,7 +100,7 @@ To install **Mayan EDMS** on Webfaction_, follow these steps: #. Create the database schema (during this step two errors will appears about failling to install indexes on ``documents.Document`` and ``documents.DocumentPage`` models, ignore them for now):: - $ ./manage.py syncdb + $ ./manage.py syncdb --migrate #. Collect the static files of the apps::