views:

28

answers:

1

Hi all,

I am working on a google app engine project using python. I want to know where does google app engine stores the datastore for the projects. I have tried but could not find it.

Can anyone please help me? I am using windows.

Thanks in advance.

+1  A: 

On my Windows machine the datastore file is stored in:

C:\Documents and Settings\(yourusername))\Local Settings\Temp

It'll have a .datastore extension.

Mark B
Thanks Mark. Got it in the temp directory.
anand