tellmeabout.coffee
Flask + App Engine + NDB
To start locally
- git clone this project
- Download the Google App Engine SDK for python
- Create a virtualenv (2.7 python) and
pip install -r requirements -t lib
- Add a new project in the Google App Engine Launcher
- name: tellmeaboutcoffee
- path: whereever you git cloned
- Run using the Launcher and verify!
Adding external packages
pip install <package_name> -t lib/