docs/notes/note_permissions.rst
Permissions
===========
I would like to take some time to dig deep into the permissions around my models and views. I want to make sure that
only authors of recipes can modify their own (except super users of course). Some of this will come from information
on the rest framework tutorial here: http://www.django-rest-framework.org/tutorial/4-authentication-and-permissions/.