[Devel] question about build procedure
Asheesh Laroia
asheesh at asheesh.org
Mon Jul 11 15:20:10 UTC 2011
On Mon, 11 Jul 2011, Mark Freeman wrote:
> I usually go ahead and run bootstrap, buildout (to pick up new
> dependencies), syncdb and migrate.
You don't need to re-bootstrap.
You need to re-buildout if there are new dependencies.
syncdb + migrate you need to do if there are new migrations, or new
dependencies.
If you want to be "safe", you can do buildout+syncdb+migrate each time.
Here's what I do: nothing! Then if something breaks, I do buildout +
syncdb + migrate.
-- Asheesh.
More information about the Devel
mailing list