Reference no: EM133234696
1. What I need help with is create a Django model, where :
-A model where a book genre is beeing follow, an example would be like this
- User Logs in -> user click on a genre -> user click genre(horror) ->now that genre is beeing followed.
-With that, allows the user to click on genre, allowing them to unfollow that genre of the book.
2. The last thing would be that the previous model, where a genre is follow or unfollow, be shown in the Django admin page:
-Admin should be able to see the genre it is follow, and the user who follows it
3. To finish things up, I would like to know how to make it so each genre tag shows the numbers of users who follows it, similar to a Follow/Unfollow feature from website like twitter.