A template for use Flask (a Python microframework) on Google App Engine.
Stars
5
Forks
1
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
Update the appengine_config.py with the vendor api
5a2caa2View on GitHubMerge branch 'feature/create_the_template' into develop
ed90cb7View on GitHubUpdate the README with the requirements and instructions for run the project locally
dda63efView on GitHubRemove the app.run() in the main file. Now the Google App Engine SDK handler the app with a WSGI application
316526cView on GitHubCreate the appengine_config.py file for add a `lib` subdirectory to `sys.path` to can load third-party packages
8e9325cView on GitHubCreate the app.yaml file for configure the Google App Engine application
c34af4bView on GitHub