What are a few options to deploy changes made to a django project to multiple servers simultaneously in an efficient manner?

Are there any tools that would allow servers to checkout latest changes from a repository, restart apache or nginx, etc?

link|improve this question
feedback

1 Answer

fabric is a quite nice tool that you could use.

See this blogpost for more info about deploying django with fabric. or this or this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown