GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

User and Image tables should not have a relationship #66

Closed heyhaleema closed 2 years ago

heyhaleema commented 2 years ago

We've established this relationship in models.py but because we don't identify the foreign key in the latter table, we receive the following error:

image

As discussed in the hackathon, the Series table should be the main link to Image, User, Reports, etc. and so we should remove/comment out the User/Image relationship until we've established a need for it, if any.