#Project structure dilema

1 messages · Page 1 of 1 (latest)

copper locust
#

I have an app "video" and all associated models, views... And an app "user" and also all associated models, views...
I want to add a new model/table favourites so a user can save a video to their favourites.

Where should i create this model? In the "video/models" app or in the "user/models" app or should i create a new app?

Thenk You for any pointers 🙂

velvet dagger
#

I'd put it in videos. User is more of a shared app and favorites would make user depend on video. While logically video should depend on user