In this tutorial, we’ll introduce you to some alternatives to the Django REST framework for building web APIs. We’ll focus three libraries that support extending applications with a RESTful API that uses HTTP requests to access and use data: Django Tastypie, Restless, and Django JSON View.

We’ll cover the following in detail:

  • What is Django?
  • What is a REST API?
  • What is Django REST framework?
  • Should you use Django REST framework?
  • Django Tastypie
  • Django Restless
  • django-jsonview

#django #python #rest #api #web-development

Django REST Framework Alternatives
4.50 GEEK