[Answered ]-Cloning a django project from hg using buildout and using it for development

2👍

Generally, you make your checkout the buildout itself, so you’d place buildout.cfg and bootstrap.py in your project root. That way when someone checks out/clones your project, they just do the bootstrap/buildout dannce and they’re up and running.

If you have multiple checkouts, then look into mr.developer.

Leave a comment