开发者

Application build/deployment for python

开发者 https://www.devze.com 2023-02-22 15:03 出处:网络
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, b开发者_StackOv

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, b开发者_StackOverflowut would like to see what others are doing


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消