Skip to content

hello-josh/appengine-python-flask-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask on Google App Engine

This project combines the ideas from multiple projects to create a working example of running popular Flask extensions on Google App Engine.

Installing Dependencies

App Dependencies are managed with zc.buildout.

$ python bootstrap-buildout.py
$ ./bin/buildout

Running the app

Running the application is simple using the included bash script.

$ ./run.sh

If you are not using an sh compatible shell you can use the following:

$ ./bin/dev_appserver

Flask installs an admin user on first launch with the admin role.

Username: admin@example.org
Password: password

Testing the app

There are no tests yet but the runner is configured. Run it with:

$ ./bin/nosetests

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

Based upon

About

A skeleton for creating Python applications using the Flask framework on App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • HTML 8.0%
  • Shell 0.2%