3. Introduction to Django REST Framework
3. Introduction to Django REST Framework
Django REST framework is a powerful and flexible toolkit for building Web APIs.
• The Web browsable API is a huge usability win for your developers.
• Authentication policies including packages for OAuth1 and OAuth2.
• Serialization that supports both ORM and non-ORM data sources.
• Customizable all the way down - just use regular function-based views if you don't
need the more powerful features.
• Extensive documentation, and great community support.
• Used and trusted by internationally recognized companies including Mozilla, Red
Hat, Heroku, and Eventbrite.
Requirements
• Python
• Django