Is it possible to somehow enable editing lists in GAE datastore viewer?
I’m using Python version of SDK.
Basically I want to avoid, as much as possible, writing own CRUD as it
wouldn’t be necessary if only I could edit lists in datastore viewer..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s not built in to the datastore viewer, no. With the 1.3.1 release of the SDK, it is possible to add custom pages to the Admin console, but that wouldn’t really save you from having to write the list editing page yourself.
AppEnngine Custom Pages Documentation