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

Adding patient error #128

Open dc2007git opened 2 weeks ago

dc2007git commented 2 weeks ago

When working directly in development (even after having nuked the docker volumes and restarted the containers) I get this error when I add a patient.

Here is some example behaviour - after creating superuser, if I were to add a patient manually through the form, this works fine. then I can add patients via the csv method. Any patient I try to add manually after this throws the error shown below (of course using dummy data). Any ideas what could be causing this issue @eatyourpeas? maybe a discrepancy between the migrations and what is being added into the table with the form?:

image