Add --migrate to another instance of syncdb command

This commit is contained in:
Roberto Rosario
2012-01-09 09:08:56 -04:00
parent b34caacf13
commit f3fe4edc74

View File

@@ -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::