[google-appengine] Organizing webapp2 application

2013-08-28 Thread diego
Im trying to find the right way to organize my webapp2 application. This is the file structure: /my-app app.yaml main.app /views index.html /handlers __init__.py base.py home.py handlers/base.py import webapp2from webapp2_extras import jinja2 class

[google-appengine] Organizing webapp2 application

2013-09-14 Thread diego
Im trying to find the right way to organize my webapp2 application. This is the file structure: /my-app app.yaml main.app /views index.html /handlers __init__.py base.py home.py handlers/base.py import webapp2from webapp2_extras import jinja2 class