From f4cfb4e9c8bdfdb3662417048cd6caf2fa4bcd02 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 22 May 2011 17:11:59 -0500 Subject: [PATCH] Encourage users to run migrations every time they buildout. --- docs/hackinghowto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 3544ec92..a56498bb 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -96,7 +96,7 @@ While hacking on GNU MediaGoblin over time, you'll eventually have to update your development environment because the dependencies have changed. To do that, run:: - ./bin/buildout + ./bin/buildout && ./bin/gmg migrate **Updating for code changes**