Skip to main content

Command Palette

Search for a command to run...

Django REST Framework

Published
1 min read
A

☆ I am Anup D Ghattikar Worked in a small service based company as python full stack Developer trainee called Technosoft. ☆ I'm Interested in Python, Django, MySql, NoSql, Html, Devops, GitHub, Linux ☆ Presently iam focusing on myself and my strengths..

Django REST Framework

Documents Contains
- Introduction
- What is API and Why do we use Django rest framework
- Django rest framework setup
- API view decorators
- GET, POST, PUT method in API view decorators
- Creating model
- Writing serialisers
- CRUD method using serializers
- Validation in serializers
- Serializing foreign key in Django rest framework
- More About serializers in DRF
- APIView class in DRF
- ModelViewSet in DRF
- Status code in DRF
- Token Authentication in DRF
- Permissions in DRF