Skip to content

Latest commit

 

History

History

mod0-baseline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Module 0 - Baseline migration sample app (Python 2, webapp2, ndb)

This repo folder is the baseline app for the App Engine migration module codelab tutorials. It is a Python 2 App Engine app that uses the webapp2 micro web framework implementing an "MVP" guestbook app. It stores website visits as Datastore entities using the ndb library. The first tutorial in this migration series is the Module 1 codelab, so begin there.