[Answered ]-Django local development, remote test and production configuration

2👍

It seems almost right to me (but there are many strategies),
I’d make a testing-branch, so you could continue pushing to develop-branch while others are testing the test-branch. Then when it passes the test merge to Master.

(Also, if you want to make your live easier, use fab files to ‘pull’ on the remote machine.)

👤Alex

Leave a comment