Django REST API With Python & DRF (All you Need to Know)
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size3 GB
- Uploaded Bytutsnode
- Downloads60
- Last checkedJul. 13th '21
- Date uploadedJul. 11th '21
- Seeders 12
- Leechers5
Description
Introducing the Django REST Framework course where you learn:
Build an robust API using Django Rest Framework.
Handle users authentication (Signup, Login, Logout … etc.).
API Functional Based Views (How and When to use them) -APIView- @decorators.
API security using Authentication Tokens and Permissions
Sending Parameters To The Server (API) Within The URL And Extract Them Inside Our Function Based View.
Create Model Class & add it to admin panel and store some Data in the Database.
What is Serializer , how to write a Model Serializer for a Django Model Class and serializing data .
How to use ModelViewSet and Routers With Serializer.
Search and Filtering Data Inside views.
How to filter data from database using two or three parameters.
Override Create, Update / Put, Delete, Partial Update / Patch Actions.
How to use Django Relationships to link models (Many To One, One To One, Many To Many)
How to get and show the nested data from the API response
How to use APIView to handle get and post requests inside views file.
How to get a specific object from the database using APIView get method.
Django rest framework API authentication with JWT (JSON Web Token) VS AuthToken.
How to build a custom user model in django rest framework API.
How To Add Extra Fields To a Serializer Using SerializerMethodField.
How To Use THREADING To Improve API Performance.
How To Schedule a Task or Function To Improve API Performance.
Django API Permissions Using Throttling. How to use throttle to control the rate of request to Django API.
Deploy Django Rest API with Heroku.
Deploy Django Rest API to AWS.
Who this course is for:
This course is for beginners and intermediate developers
Requirements
Basic knowledge in Python 3
Last Updated 5/2021
Files:
Django REST API With Python & DRF (All you Need to Know) [TutsNode.com] - Django REST API With Python & DRF (All you Need to Know) 11. DRF Custom User Model- 1. Building Custom User Model.mp4 (248.6 MB)
- 1.1 Source Code.html (0.1 KB)
- 1. Django-Rest-Auth introduction.html (1.0 KB)
- 1.1 Django-Rest-Auth documentation.html (0.1 KB)
- 2. Django-Rest-Auth implementation..mp4 (78.1 MB)
- 1.1 Oauth 1.html (0.1 KB)
- 1.2 Django Rest Framework Documentation.html (0.1 KB)
- 1.3 Django Documentation.html (0.1 KB)
- 3.1 Download Postman.html (0.1 KB)
- 3.2 Download vscode.html (0.1 KB)
- 3.3 Download Python.html (0.1 KB)
- 2. What you will be able to do by the end of the course.mp4 (13.8 MB)
- 3. Setting up the environment.mp4 (10.2 MB)
- 1. Why Django REST framework is a great choice.mp4 (9.4 MB)
- 3. Important for APIView url Parameters.html (0.5 KB)
- 1.1 Source Code.html (0.1 KB)
- 2.1 Source Code.html (0.1 KB)
- 4.1 Source Code.html (0.1 KB)
- 4. Override UPDATE PUT Action Method for ModelViewSet and ApiView..mp4 (81.5 MB)
- 1. Override Create Action CREATE Method ModelViewSet.mp4 (80.7 MB)
- 2. Override Delete Action (destroy method) DELETE Request..mp4 (71.5 MB)
- 2.3 Deploy django application to aws elastic beanstalk.html (0.2 KB)
- 2.2 Install awsebcli.html (0.1 KB)
- 1.1 Deploy to Heroku Source Code.html (0.1 KB)
- 2.1 Deploy django application to AWS Source Code.html (0.1 KB)
- 1.3 Heroku Support.html (0.1 KB)
- 1.2 Heroku website.html (0.1 KB)
- 1. Deploy DRF API To Heroku.mp4 (212.9 MB)
- 4. Deploy DRF API To AWS - Part-3.mp4 (108.6 MB)
- 2. Deploy DRF API To AWS - Part-1.mp4 (39.1 MB)
- 3. Deploy DRF API To AWS - Part-2.mp4 (39.0 MB)
- 5. Deploy DRF API To AWS - Part-4.mp4 (27.4 MB)
- 2.1 Scheduler Documentation.html (0.1 KB)
- 1.1 Source Code.html (0.1 KB)
- 2.2 Source Code.html (0.1 KB)
- 2. Schedule a Task Function To Improve API Performance..mp4 (188.9 MB)
- 1. Use THREADING To Improve API Performance..mp4 (93.3 MB)
- 2.1 Source code.html (0.1 KB)
- 2. Create Model Class & Add it to Admin Panel.mp4 (91.5 MB)
- 1. Django Admin Panel.mp4 (40.1 MB)
- 3.2 Django’s cache framework documentation.html (0.1 KB)
- 3.3 Source Code.html (0.1 KB)
- 3.1 Django REST Framework Throttling documentation.html (0.1 KB)
- 1. Authentication Tokens Permissions With Decorators.mp4 (180.1 MB)
- 2. JWT, JSON Web Token Authentication with Django Rest Framework.mp4 (100.4 MB)
- 3. Django API Permissions Using Throttling..mp4 (82.1 MB)
- 1.1 Source code.html (0.1 KB)
- 2.1 Source Code.html (0.1 KB)
- 2. Adding Fields To a Serializer Using SerializerMethodField.mp4 (72.4 MB)
- 1. Serializers , Model Serializer..mp4 (38.0 MB)
- 1.1 Source Code.html (0.1 KB)
- 2.1 Source Code.html (0.1 KB)
- 3.1 Source Code.html (0.1 KB)
- 4.1 Source Code.html (0.1 KB)
- 5.1 Source Code.html (0.1 KB)
- 4. APIView GET & POST Request and Response.mp4 (125.5 MB)
- 1. ModelViewSet and Routers With Serializer.mp4 (104.0 MB)
- 5. APIView GET Object By ID, URL Parameters.mp4 (76.4 MB)
- 2. Search Filtering Data Inside ModelViewset..mp4 (74.1 MB)
- 3. Filtering With 2 Parameters Or More..mp4 (65.9 MB)
- 1.1 Source Code.html (0.1 KB)
- 2.1 Source Code.html (0.1 KB)
- 3.1 Source Code.html (0.1 KB)
- 4.1 Source Code.html (0.1 KB)
- 2. One To One Relationship, Nested Data.mp4 (165.8 MB)
- 3. Many To Many Relationship , Nested Data.mp4 (152.9 MB)
- 1. Many To One Relationship, Nested Data.mp4 (120.4 MB)
- 4. Represent the Target of the relationship.mp4 (36.8 MB)
- 1. DRF Functional Based Views.mp4 (137.4 MB)
- 2. Sending And Handling Parameters Within URL..mp4 (78.5 MB)
- 1. Start Django Rest Framework New Project.mp4 (44.2 MB)
- TutsNode.com.txt (0.1 KB)
- [TGx]Downloaded from torrentgalaxy.to .txt (0.6 KB) .pad
- 0 (381.2 KB)
- 1 (69.0 KB)
- 2 (94.9 KB)
- 3 (924.6 KB)
- 4 (214.4 KB)
- 5 (54.7 KB)
- 6 (652.1 KB)
- 7 (538.2 KB)
- 8 (613.5 KB)
- 9 (447.8 KB)
- 10 (1,011.0 KB)
- 11 (564.5 KB)
- 12 (767.2 KB)
- 13 (538.6 KB)
- 14 (900.8 KB)
- 15 (471.2 KB)
- 16 (327.4 KB)
- 17 (518.1 KB)
- 18 (952.3 KB)
- 19 (572.3 KB)
- 20 (871.3 KB)
- 21 (598.9 KB)
- 22 (513.5 KB)
- 23 (137.2 KB)
- 24 (813.5 KB)
- 25 (943.8 KB)
- 26 (902.8 KB)
- 27 (25.5 KB)
- 28 (1,009.2 KB)
- 29 (170.9 KB)
- 30 (636.0 KB)
- 31 (160.3 KB)
- 32 (774.2 KB)
Code:
- udp://inferno.demonoid.pw:3391/announce
- udp://tracker.openbittorrent.com:80/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://torrent.gresille.org:80/announce
- udp://glotorrents.pw:6969/announce
- udp://tracker.leechers-paradise.org:6969/announce
- udp://tracker.pirateparty.gr:6969/announce
- udp://tracker.coppersurfer.tk:6969/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://9.rarbg.to:2710/announce
- udp://shadowshq.yi.org:6969/announce
- udp://tracker.zer0day.to:1337/announce