-
-
Save merwok/108718f81ebff057f840 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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