Skip to content

miquelet/flask_projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set of sample projects testing the advance aspects of flask micro framework

flask : http://flask.pocoo.org/
flask sqlaclchemy : http://packages.python.org/Flask-SQLAlchemy/
sqlalchemy (original project) : http://www.sqlalchemy.org/
gae : http://code.google.com/appengine/
Flask-Upload : http://packages.python.org/Flask-Uploads/
MongoAlchemy : http://packages.python.org/Flask-MongoAlchemy/
MongoDB : http://www.mongodb.org/

flask-appengine-template : https://github.com/kamalgill/flask-appengine-template (this was my starting point)

flask_db - project connecting to a sqlite db
flask_orm - project connecting to a sqlite db using flask alchemy orm
flask_gae - running flask on app enging (authentication : harded password)
flask_gae_db - running flask on app enging (authentication : appengine db with passwords stored with a sha1 hash)
flask_gae_user - running flask on app enging (authentication : google open id authentication)
flask_flask_upload - simple photo manager, with user registration and authentication. MongoDB is used as storage for document information
Developer : Ferron Smith


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published