python - Move from google app engine to virtual machine -
i had assignement create website. did on google app engine. use jinja2 , google database.
now, proffesor ask move google app engine virtual machine. probably, have rewrite part of google database mysql example.
how setup libraries, files , templates in virtual machine? know tutorial?
the simplest method install appengine sdk on virtual machine , run appengine app on local dev server. see:
https://developers.google.com/appengine/docs/python/tools/devserver
Comments
Post a Comment