Description
What you’ll learn
-
Create a Django project
-
Add apps to the project
-
Make the migrations and update the database
-
Use the Django administrative panel to populate the database
-
Customize the views to the admin
-
Create the serializers for our models
-
Create the views to handle the client request
-
Test the app with Postman
-
Make the code clean using class based views
-
Make the code cleaner using mixins and generics
Django REST framework is a powerful and flexible toolkit for building HTTP enabled service APIs that expose service and data. It can be consumed by a broad range of clients including browsers, mobiles, desktop and tablets. As it is HTTP service, so it can reach a broad range of client.
Django is a back-end framework used by Python developers to develop back-end applications. Django REST framework is used build Web APIs with Django
This course will take you in a step-by-step way to build your own Web APIs with Django REST framework
By taking this course you will have the required skills that you need to build real applications using Django REST framework and to learn advanced topics about Django REST framework
Requirements for this Course:
-
Basic Python knowledge
Who this course is for:
-
The course is python developers who wants to start learning web development with Django and Django rest framework
-
This course is ideal for people who wish to build their own web APIs that can be connected to a Front-end application developed with a Front-end framework like React or Angular
What you’ll learn
-
Django project structure
-
Admin site in a Django project
-
Class based views
-
Generic views
-
Implementing CRUD operations
Who this course is for:
- Anyone who wants to start learning web development with Django
Course content
- Setting up the project1 lecture • 8min
- Setting up the project
- working with the admin site2 lectures • 5min
- working with the admin site
- Basics of Django rest framework10 lectures • 23min
- Basics of Django rest framework
- Class based views2 lectures • 7min
- Class based views
- Mixins classes3 lectures • 11min
- Mixins classes
Reviews
There are no reviews yet.