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
If you want to manage datastore file in your own directory, you can set the datastore path with command line arguments. See this document.
datastore
--datastore_path=... The path to use for the local datastore data file. The server creates this file if it does not exist.