+ 1
Is it important to use Django rest framework to make websites for hosting it online rather than only using Django?
4 Respostas
+ 4
It depends on what your website is supposed to do. Rest API is a tool for programs and applications to communicate with each other. If you are only building a user-facing website, and don't want to expose a public API then you don't need the Rest framework.
+ 1
Tibor Santa Thanks, I got my answer
0
do you mean using django server..
0
Abhay Singh Not Django server. I meant should I use django REST framework or only django for making websites?