On Jan 21, 8:46 pm, Stuart  Grimshaw <[email protected]>
wrote:
> On Jan 19, 10:57 pm, Adam Oakman <[email protected]> wrote:
>
> > I ran into similar issues at one point. I wanted to share the same datastore
> > between the shell and server and kept getting a similar error. My solution
> > was to modify the settings.py and specify the datastore_path in
> > DATABASE_OPTIONS. Though you need to be on 1.1 rc for it to work, though it
> > does perfectly meet my needs.
>
> > DATABASE_OPTIONS = { 
> >     'datastore_path': '/mypath', 
> >     'history_path': '/mypath/history', 
>
> > } 
>
> I tried setting it to a few different paths, but I still get the same
> error, but with the new path in the error message.

I finally worked out what was going on.

Because my app needs Facebook auth, I've set the dev server to run on
port 80 rather than the default, but to do that I had to be root, so I
also have to be root when running the shell. Not ideal but I can
switch back to the default port now that Facebook Connect works.

-- 
You received this message because you are subscribed to the Google Groups 
"app-engine-patch" 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/app-engine-patch?hl=en.

Reply via email to