Skip to content

jbking/demo-appengine-django-golang

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

An experimental miscellaneous code for google appengine

  • sharing datastore beyond runtimes Python and Go in single project
  • django admin with django-nonrel

Python

myproject

run on localhost

$ ./manage.py runserver

deploy onto appengine

$ ./manage.py deploy --application=charged-state-106215

Go

gomod

Invoke the "/create" that create a greeting entity then it can be shown both runtimes(versions).

run on localhost

$ goapp serve

deploy onto appengine

$ goapp deploy -application charged-state-106215

About

experimental code for appengine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published