/flask-gae-sessions

Example for using Flask server side sessions on Google App Engine.

Primary LanguagePythonMIT LicenseMIT

Run Locally

  1. Install and then initialize the Google Cloud SDK.

  2. Install dependencies in the project's lib directory.

pip install -r requirements.txt -t lib
  1. Run tests
cd tests
python runner.py ~/google-cloud-sdk
  1. Start development server
./start.sh

Then browse http://localhost:8080.

  1. Deploy to GAE
gcloud app deploy app.yaml --project flask-gae-sessions --verbosity=info

Screenshot

Screenshot

Documentation

cd docs
make html
git subtree push --prefix docs/build/html origin gh-pages