What are the differences between Generics, Views, Viewsets and Mixins in Django?
问题 I am new to Django and Django-Rest. I am confused about when I should use these? what are their advantages and disadvantages? I have only seen this- http://www.cdrf.co The only thing I know is there are a lot of ways to do 1 thing. But this is totally unclear to me. 回答1: In Django, these four terms we use frequently for different purposes in the projects. I have tried to collect and share the actual meaning with the links to details description of each term. Please check if you find these