2

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)

2
  • I haven't had any problems with django 1.1.1 and the helper with virtualenv on OSX. What problems did you have? Commented Apr 30, 2010 at 13:29
  • Mostly some modules missing like unittest. Commented May 1, 2010 at 5:21

1 Answer 1

2

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.

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.