Skip to content

Latest commit

 

History

History

website

wedding.bekolay.org

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

Installation

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=

Run locally

To run the project locally, do

dev_appserver.py .

and then visit http://localhost:8080.

Deploy

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>.