[google-appengine] Using google cloud datastore emulator with dev_appserver

2016-07-29 Thread Frank Wilson
Hi,

Has anybody had any luck interfacing the dev_appserver.py with the 
non-legacy google cloud datastore emulator?

I posted this question on stackoverflow but haven't received much response 
yet [1].

I'd like to combine my google cloud platform and appengine projects while 
developing on my own machine. 

e.g. I'd like to populate the local datastore of my appengine database on 
my own machine using google cloud dataflow direct pipeline runner.

Thanks,

Frank

[1] 
http://stackoverflow.com/questions/38585619/using-google-cloud-datastore-emulator-with-dev-appserver

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d0008ce4-8c4c-4d44-b940-52d65a94e77c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Loading custom libraries with appengine_config.py

2015-04-01 Thread frank . wilson

Hi,

I was trying out custom runtimes / managed vms support [1] with python 
yesterday with an existing app engine app.

I notice that it does not seem to load my custom libraries with 
appengine_config.py:

appengine_config.py:

from google.appengine.ext import vendor

vendor.add('lib')
This worked fine in regular app engine, but not in managed vms, it is as if 
the managed vm runtime is not loading this file.

I know managed runtimes are beta but can anyone confirm that this method of 
loading libraries is not supported in managed vms?
I'm trying to work out if I have done something wrong or whether my app 
needs to change. 


Thanks,

Frank

[1] https://cloud.google.com/appengine/docs/python/managed-vms/

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8be228eb-2b63-4ad7-84be-2fc8309a83b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.