Creating a follow and unfollow system in Django | python
Social Media giants like Instagram, Twitter, Facebook, and Github have one thing in common, that is it follow/unfollow feature. which allows the user to follow each other. Here, in this post, we have tried to mimic this feature. *Basic knowledge of D...
Apr 25, 20214 min read5.0K


