Best deployment strategy for Python google app eng

2019-05-18 12:05发布

I wonder if there are any best practices/patterns for deploying python apps on Google app engine specifically Django. The best practice should be combination of existing best practices viz. Fabric, Paver, Buildout etc. Also please share best practice patterns for developing (I could not get virtualenv running with Django and Django App engine helper)

1条回答
甜甜的少女心
2楼-- · 2019-05-18 12:34

For many projects, you shouldn't need any deployment process at all. If you're using App Engine Patch or Django-Nonrel, they should take care of everything for you.

For other needs, check out this article on buildout and this set of buildout recipes.

查看更多
登录 后发表回答