All Questions
1 question
2
votes
1
answer
148
views
Django Authentication and Permissions: Snippets visible only to the creator
So in the tutorial for authentication and permissions:
http://www.django-rest-framework.org/tutorial/4-authentication-and-permissions/
All user can see all snippets but it only allows the user to ...