./bin/gmg migrate -> ./bin/gmg dbupdate in the docs

This commit is contained in:
Christopher Allan Webber 2012-04-30 22:05:27 -05:00
parent 9716031483
commit 084a619079

View File

@ -184,7 +184,7 @@ This concludes the initial configuration of the development
environment. In the future, you want update your
codebase, you should also run::
./bin/python setup.py develop --upgrade && ./bin/gmg migrate.
./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate
Deploy MediaGoblin Services
---------------------------