Concerned-Coyotes / summer-code-jam-2020

The repository for the 2020 summer code jam. Find more information at https://pythondiscord.com/pages/code-jams/code-jam-7/
MIT License
0 stars 0 forks source link

Change location relationship with user #51

Closed MushroomMaula closed 4 years ago

MushroomMaula commented 4 years ago

Currently a OneToMany relationship is being used, however OneToOne makes more sense as it automatically would return the model and not a relationmanage (basically a queryset) and each user should only have one location.