Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 409 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 409 Bytes

Google App Engine + zc.buildout template

Template project for using zc.buildout with Google App Engine projects

To initialize your project

$ python bootstrap.py
$ ./bin/buildout

Now launch the app!

$ ./bin/dev_appserver

Enjoy

Made possible by the following recipes

  • zc.buildout
  • zc.recipe.egg
  • appfy.recipe.gae
  • pbp.recipe.noserunner