Hello Filipe,
It is indeed possible to connect the dev_appserver to your production
datastore. This has to be done in a way similar to what you already tried,
by modifying appengine_config.py to call
remote_api_stub.ConfigureRemoteApi(app_id=None, path='/_ah/remote_api',
auth_func=lambda: ('email', 'password'),
servername='appid.apps fpot.com') . More related detail may be gathered
from the replies to the "Is it possible to run dev_appserver.py with the
remote datastore?" question
<https://stackoverflow.com/questions/22214258/is-it-possible-to-run-dev-appserver-py-with-the-remote-datastore>
on stackoverflow.
When you say that your attempt did not work, what were the errors? How did
that fail, exactly?
--
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 [email protected].
To post to this group, send email to [email protected].
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/a7d263f0-b797-452b-9381-42260b3f3f7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.