2

Just really looking to develop a good build/deployment strategy for python web applications written in mostly django/web.py. I currently only utilize setuptools to get my dependencies, but would like to see what others are doing

1 Answer 1

1

We use zc.buildout to create repeatable development and deployment setups. During development, mr.developer is an unmissable extension.

It's important you use a versions section to pin all egg versions though to ensure your buildout is repeatable at all times. Setting the allow-picked-versions option to false will alert you to any version pins you may have overlooked.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.