rcpch / national-paediatric-diabetes-audit

A django application to audit the care of children and young people with diabetes in England and Wales.
0 stars 1 forks source link

permissions #12

Closed eatyourpeas closed 2 months ago

eatyourpeas commented 2 months ago

There are currently no permissions in the models apart from the generic model based permissions (add/change/delete).

In addition to these we need a list of custom permissions that then need adding to the patient or visit models, that can be accessed in the template or as decorators to the views.