Peter wrote:
> Hmm.  A couple of extra lines of documentation would have been very
> helpful.  I'm not used to ignoring warnings and errors.

I've committed a change to the Google Appengine Helper for Django 
article to mention these warnings and that they can be safely ignored.

> The datastore seems to be empty at each startup which could be a bit
> tedious.  Is there any way to keep it between server starts?

The default path for the datastore is in /tmp which on some 
distributions is cleared on reboot. You can run dev_appserver.py 
manually and specify the --datastore_path and --history_path options to 
put it somewhere else.

Cheers

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to