0% found this document useful (0 votes)
11 views4 pages

Introduction To Django Rest Framework

The document discusses Django Rest Framework which is a toolkit for building web APIs in Django applications and has requirements of a Django application and supported Python and Django versions, mentioning installing Django Rest Framework.

Uploaded by

xapas35688
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

Introduction To Django Rest Framework

The document discusses Django Rest Framework which is a toolkit for building web APIs in Django applications and has requirements of a Django application and supported Python and Django versions, mentioning installing Django Rest Framework.

Uploaded by

xapas35688
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Django Rest Framework

Why would you need an API.


Make money selling data.

Developing a mobile app.

Let other developers integrate your content on their site.


Django Rest Framework
A powerful web toolkit for building web APIs.

Suitable for building web APIs for Django applications.

Requirements:

A Django Application

Python Version (3.5, 3.6, 3.7)

Django Version (1.11, 2.0, 2.1, 2.2)


Let’s install Django Rest Framework…..

You might also like