Google Appengine Helpers

This bundle provides features to help with integrating Glashammer with Google AppEngine.

How to use

During application setup:

from glashammer.bundles.gae import setup_gae
app.add_setup(setup_gae)

Then in your AppEngine main module:

def main():
    gae.make_and_run_gae_app(setup)

if __name__ == '__main__':
    main()

Available API