I am trying to use the remote datastore with my website running on localhost.
According to this, it should be quite straight forward: https://cloud.google.com/appengine/docs/python/tools/remoteapi#using_the_remote_api_in_a_local_client
but where in my project should I place the code ?
I am running python 2.7 on Mac OS X.
thanks
Thomas