And if you want the dev_appserver to maintain your database when you shutdown the dev_appserver don't forget to set an extra flag called "--datastore_path" or else the will just keep the database in the memory.
..fredrik On 22 apr 2010, at 12.34, Nick Johnson (Google) wrote: > Warnings about not finding the local database are expected when you first run > your app - it will create one for you. The server will work fine regardless. > > -Nick Johnson > > On Thu, Apr 22, 2010 at 11:32 AM, laurent <[email protected]> wrote: > it says there is a local_db file but it not exist on my project. > > On 22 avr, 11:55, Scott Ellis <[email protected]> wrote: > > And you'll want to look at the BulkLoader for moving your data from live to > > the SDK and back. > > > > On 22 April 2010 19:53, Nick Johnson (Google) > > <[email protected]>wrote: > > > > > > > > > Hi, > > > > > The SDK comes with the dev_appserver, a local development server. Please > > > see the getting started guide for your language at > > >http://code.google.com/appengine/docs/for instructions on how to use it. > > > > > -Nick Johnson > > > > > On Thu, Apr 22, 2010 at 10:26 AM, laurent > > > <[email protected]>wrote: > > > > >> Exist it a tool to stock and test in local a GAE applications with my > > >> datastore?For example , work with the contents of my datastore. > > >> I want to this because i don't want deploy every times my applications > > >> to the GAE server.To upload an application takes between 1 or 2 > > >> minutes.It's long. > > > > >> thanks for your request. > > > > >> -- > > >> 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]<google-appengine%[email protected]> > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/google-appengine?hl=en. > > > > > -- > > > Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. > > > :: Registered in Dublin, Ireland, Registration Number: 368047 > > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > > > 368047 > > > > > -- > > > 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]<google-appengine%[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 > > athttp://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. > > > > > -- > Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: > Registered in Dublin, Ireland, Registration Number: 368047 > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 > > -- > 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. -- Fredrik Bonander [email protected] +46 70 943 5441 - the infinite power of the creative mind - -- 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.
