Django or Django Rest Framework

后端 未结 7 841
北荒
北荒 2021-01-30 06:28

I have made a certain app in Django, and I know that Django Rest Framework is used for building APIs. However, when I started to read about Django Rest Framework on their websit

7条回答
  •  我在风中等你
    2021-01-30 06:54

    Here is a link which might give you some insights on what you are looking for. This explains how a django app can be converted into Django Rest Service, and it also explains what a REST Service actually is

    https://opensourceforu.com/2017/11/converting-django-app-rest-api/

提交回复
热议问题