I'm developing a web app with Google's AppEngine. I'd like to iterate on the code locally using dev_appserver.py
. But it's hard to do this without all the data in my deployed app's datastore. I currently run a script to populate the local datastore, but it takes on the order of 15-20 minutes to populate.
Is it possible for dev_appserver.py
to connect to my deployed app's datastore?