Best deployment strategy for Python google app engine
Posted
by sushant
on Stack Overflow
See other posts from Stack Overflow
or by sushant
Published on 2010-04-30T10:24:05Z
Indexed on
2010/05/01
8:17 UTC
Read the original article
Hit count: 439
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)
© Stack Overflow or respective owner