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 🙂