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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…