Django or Django Rest Framework

后端 未结 7 766
北荒
北荒 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 07:13

    Simply saying: with just Django you can create server side rendered websites; and with DRF you can create SPAs with a vuejs or react frontend part.

提交回复
热议问题