How can I deploy a django application to multiple servers efficiently?

Posted by Catalina on Server Fault See other posts from Server Fault or by Catalina
Published on 2010-05-05T20:05:51Z Indexed on 2010/05/05 20:08 UTC
Read the original article Hit count: 114

Filed under:
|
|
|
|

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?

© Server Fault or respective owner

Related posts about deployment

Related posts about django