Ah. Yes. I see now. I put that into the app-specific settings dialog. I was confused because it seems like all my apps are using the same datastore, so I was looking for a more global setting.
Thanks! -Joshua On Nov 30, 2009, at 3:07 PM, Eli Jones wrote: > I'm guessing y ou could figure out a way to stick that --datastore_path flag > in the Application Settings menu for your app in the App Launcher. > > On Mon, Nov 30, 2009 at 2:57 PM, Joshua Smith <[email protected]> > wrote: > I know that. > > My question was how to change it using the GoogleAppEngineLauncher. > > -Joshua > > On Nov 30, 2009, at 2:14 PM, Sylvain wrote: > > > http://code.google.com/intl/fr/appengine/docs/python/tools/devserver.html#Using_the_Datastore > > > > To change the location used for the datastore file, use the -- > > datastore_path option: > > dev_appserver.py --datastore_path=/tmp/myapp_datastore myapp > > > > Regards > > > > On Nov 30, 6:52 pm, Joshua Smith <[email protected]> wrote: > >> I use the GoogleAppEngineLauncher on my Mac. > >> > >> It stores the datastore in a folder that gets erased on reboot. > >> > >> Is there a way to change the default directory the launcher uses for the > >> datastore? > >> > >> -Joshua > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/google-appengine?hl=en. > > > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
