Skip to content

Instantly share code, notes, and snippets.

@merwok
Forked from hadrien/doc.rst
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save merwok/108718f81ebff057f840 to your computer and use it in GitHub Desktop.

Select an option

Save merwok/108718f81ebff057f840 to your computer and use it in GitHub Desktop.
from pyramid.security import Allow, Everyone, Deny
# /users/123/photos
class oto(object):
__acl__ = [
(Allow, Everyone, 'show'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment