Google App Engine boilerplate for Python apps with authentication and i18n.
Google App Engine Boilerplate (legacy) is a starter project for Python 2.7 on Google App Engine using webapp2, NDB datastore, and Jinja2 templates. It provides built-in user authentication (including federated OpenID/OAuth), internationalization, form validation, admin user management, and unit testing, and is intended for web applications deployed to App Engine.
0