Design based on IronSummitMedia/startbootstrap-agency.
Flask app based on Flask Mega-Tutorial and run on Google App Engine with the help of appengine-python-flask-skeleton
First, install the App Engine Python SDK. If you're using Homebrew, this can be done with
brew install google-app-engine
The Python dependencies aren't included in this repo by default. To install them, do
pip install -r requirements.txt -t lib
If you're using Homebrew, then you may also need to
create a ~/.pydistutils.cfg
with the following contents:
[install]
prefix=
To run the project locally, do
dev_appserver.py .
and then visit http://localhost:8080.
Use the Admin Console to set up your project.
Deploy with
appcfg.py -A <your-project-id> --oauth2 update .
and then visit <your-project-id.appspot.com>.