You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following connections are needed:
# Location defined in trip.models
# Members defined in account.models in Profile model
# Posts: one to many with post model
(should be) taken care of in the Post model
Solution:
Location: one-to-many relationship to Group added on Location Model
Profile: many-to-many relationshpi to Group added on Profile Model
Posts: one-to-many relationship to Group added on Post Model
The text was updated successfully, but these errors were encountered:
The following connections are needed:
# Location defined in trip.models
# Members defined in account.models in Profile model
# Posts: one to many with post model
(should be) taken care of in the Post model
Solution:
The text was updated successfully, but these errors were encountered: