RachWalm / dog-api

Backend for project 5 at code institue
0 stars 1 forks source link

Improvement/Bug : Put vaccine information on dog in a separate app with different permissions #49

Open RachWalm opened 5 months ago

RachWalm commented 5 months ago

As a developer, I can set the dog_profile to be is edited by admin or readonly so that I can have it visible to the public but not editable.

Acceptance Criteria

Tasks

RachWalm commented 5 months ago

https://www.django-rest-framework.org/api-guide/permissions/

RachWalm commented 4 months ago

This is a bug as the original model required two different levels of confidentiality applied to one model, so the permissions classes won't be appropriate.

RachWalm commented 4 months ago

58

RachWalm commented 4 months ago

56