https://www.django-rest-framework.org/tutorial/2-requests-and-responses/REST framework introduces a Request object that extends the regular HttpR
https://www.django-rest-framework.org/tutorial/3-class-based-views/
https://www.django-rest-framework.org/tutorial/6-viewsets-and-routers/REST framework includes an abstraction for dealing with ViewSets, that allo
https://www.django-rest-framework.org/tutorial/5-relationships-and-hyperlinked-apis/At the moment relationships within our API are represented by
https://www.django-rest-framework.org/tutorial/4-authentication-and-permissions/Currently our API doesn't have any restrictions on who can edit o