Google News
logo
Django - Interview Questions
What is Django Rest Framework (DRF)?
Django REST is a framework which lets you create RESTful APIs rapidly.
 
This framework has got funding by many big organizations and is popular because of its features over Django frameworks like Serialisation, Authentication policies and Web-browsable API.
 
RESTful APIs are perfect for web applications since they use low bandwidth and are designed such that they work well with communications over the Internet like GET, POST, PUT, etc.
Advertisement