Skip to content

A project template for Google App Engine sites based on the Flask framework

Notifications You must be signed in to change notification settings

unbracketed/flapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flapp is a project template for creating Google AppEngine sites using Flask. Based on work by Peter Baumgartner.

Getting Started: 1. Make a local copy of secrets.py.example cp secrets.py.example secrets.py 2. Change the name of the project in app.yaml

To run on App Engine, simply run:

dev_appserver.py .

within this directory.

To run outside of App Engine, either:

  • add lib to your PYTHONPATH, or
  • pip install -r requirements.pip

then run:

python application.py

About

A project template for Google App Engine sites based on the Flask framework

Resources

Stars

Watchers

Forks

Packages

No packages published