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..
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..
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.