REST API with Django
摘要
Django is a popular choice for building robust data-driven web applications. In recent years, there is a growing trend of adding a web API component to the application so that various frontend apps can interact with the resources of the main applications. Django’s large ecosystem of reusable apps offers tools, such as Django REST Framework and others, that help you add the API functionality to a Django project.