CotripperPlatform / CoTrip

GA Development
3 stars 12 forks source link

Resubmit - Api group model completion #650 #651

Closed secondaryfun closed 4 years ago

secondaryfun commented 4 years ago

Location: one-to-many relationship to Group added on Location Model Profile: many-to-many relationship to Group added on Profile Model Posts: one-to-many relationship to Group added on Post Model

Please check logic for "on_delete":

secondaryfun commented 4 years ago

From Zakk on previous PR:

You have it so that a location has a group, but you want that the other way (a group belongs to a location). Under the current setup, there can only be 1 group in a location, but just like in meetup, we want to potentially have lots of groups related to a location.