InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by the Django rest framework? |
|
Answer» Django Rest Framework (DRF) is an efficient framework which allows the developer to CREATE RESTful APIs QUICKLY. A number of BIG ENTERPRISES have supported its funding and the reason for its popularity is features like serialization, web browsable API and authentication policies. |
|