Hi Henrik,
  You could just use the wrappers in the db package; the page you
linked to describes using those convenience wrappers for the datastore
services.   If you would rather do something your self, you could look
at how they do it:

    READ_CAPABILITY = capabilities.CapabilitySet('datastore_v3')
    WRITE_CAPABILITY = capabilities.CapabilitySet(
        'datastore_v3',
        capabilities=['write'])

http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/datastore.py#78



Robert




On Mon, Apr 11, 2011 at 16:33, Henrik Schack <[email protected]> wrote:
> Hi
> Is
> http://code.google.com/appengine/docs/python/capabilities/overview.html#Supported_Capabilities
> up2date ?
> I can't really get the productionservers to recognize datastore &
> datastore_write
>
> /Henrik Schack
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to