I deployed my web application on GAE using eclipse plugin. UI is fine but I do not see the data getting populated when I send a request. The application statistics tab shows Datastore Stored Data as 0%. What ever write operations I did on the local system do I have to do them again once it is deployed on GAE? That means when I deploy my application on GAE the local data store is not copied on to GAE?
I deployed my web application on GAE using eclipse plugin. UI is fine but
Share
Yes…. Local data store is not copied… You need to upload the data in CSV or XML format to populate the data..