Learn about Django Rest Framework from industry experts and boost your professional skill. This Django Rest Framework course will enhance your skill and make you ready for the job market. You’ll get expert opinions about the best practices and problems of Django Rest Framework. You’ll also gain the skills of Django Rest Framework to excel in your job and tips to master professional skills in no time.
You’ll be connected with the community of Django Rest Framework professionals and gain first-hand experience of Django Rest Framework problem-solving. The Django Rest Framework is self-paced. You can complete your course and submit the written assignment in your suitable schedule. After completing the Django Rest Framework, you’ll be provided with a CPD accredited certificate which will boost your CV and help you get your dream job.
This Django Rest Framework will provide you with the latest information and updates of Django Rest Framework. It will keep you one step ahead of others and increase your chances of growth.
After studying the course materials of the Django Rest Framework there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60.
This Django Rest Framework does not require you to have any prior qualifications or experience. You can just enrol and start learning.
This Django Rest Framework was made by professionals and it is compatible with all PC’s, Mac’s, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection.
As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Django Rest Framework is a great way for you to gain multiple skills from the comfort of your home.
Unit 01: Start Here | |||
Module 01: Course and Instructor Introduction | 00:03:00 | ||
Module 02: How to make the best of this course | 00:02:00 | ||
Unit 02: Introduction | |||
Module 01: What is REST? | 00:06:00 | ||
Module 02: Why REST | 00:08:00 | ||
Module 03: What and Why DJango REST Framework | 00:06:00 | ||
Unit 03: Software Setup | |||
Module 01: Install DJango | 00:03:00 | ||
Module 02: Install DJango REST Framework | 00:01:00 | ||
Module 03: Install MySql and MySql workbench | 00:03:00 | ||
Module 04: Launch MySql workbench | 00:02:00 | ||
Module 05: Install python mysqlclient | 00:01:00 | ||
Module 06: Install ATOM | 00:03:00 | ||
Module 07: Install Postman | 00:01:00 | ||
Unit 04: REST in Action | |||
Module 01: Create the project | 00:02:00 | ||
Module 02: Create ViewSet | 00:02:00 | ||
Module 03: Configure the URL and TEST | 00:03:00 | ||
Module 04: Create app level urls | 00:02:00 | ||
Module 05: Create a model class | 00:03:00 | ||
Module 06: Configure the database and run migrations | 00:03:00 | ||
Module 07: Use the model in the view and test | 00:03:00 | ||
Unit 05: Function Based Views and Serializers | |||
Module 01: DRF Components | 00:06:00 | ||
Module 02: Function Based Views | 00:05:00 | ||
Module 03: Serializers | 00:04:00 | ||
Module 04: Create the Project | 00:02:00 | ||
Module 05: Create the Model | 00:02:00 | ||
Module 06: Create the Serializer | 00:02:00 | ||
Module 07: GET single student | 00:04:00 | ||
Module 08: Create Student | 00:04:00 | ||
Module 09: Implement Non Primary Key Based Operations | 00:07:00 | ||
Module 10: Use @api_view | 00:01:00 | ||
Module 11: Configure the URLs | 00:02:00 | ||
Module 12: Test | 00:07:00 | ||
Module 13: Test Using Postman | 00:04:00 | ||
Unit 06: Class Based Views | |||
Module 01: Introduction | 00:03:00 | ||
Module 02: Create the Project | 00:01:00 | ||
Module 03: Implement Non Primary Key Based Operations | 00:06:00 | ||
Module 04: Implement Primary Key Based Operations | 00:07:00 | ||
Module 05: Configure the URLs and TEST | 00:04:00 | ||
Unit 07: Mixins | |||
Module 01: Introduction | 00:05:00 | ||
Module 02: Non Primary Key based operations | 00:04:00 | ||
Module 03: Primary Key based operations | 00:02:00 | ||
Module 04: Configure the URLs and TEST | 00:02:00 | ||
Unit 08: Generic Views | |||
Module 01: Generics | 00:03:00 | ||
Module 02: Generics in action | 00:03:00 | ||
Unit 09: ViewSets | |||
Module 01: Introduction | 00:03:00 | ||
Module 02: Create ViewSet | 00:02:00 | ||
Module 03: Configure URLs and Test | 00:04:00 | ||
Unit 10: Nested Serializers | |||
Module 01: Create the project | 00:02:00 | ||
Module 02: Create model | 00:03:00 | ||
Module 03: Create Serializers | 00:04:00 | ||
Module 04: Create REST endpoints | 00:03:00 | ||
Module 05: Configure URLs | 00:02:00 | ||
Module 06: Test | 00:03:00 | ||
Unit 11: Pagination | |||
Module 01: Introduction | 00:06:00 | ||
Module 02: Pagination in action | 00:05:00 | ||
Module 03: Pagination at class level | 00:03:00 | ||
Module 04: Using LimitOffsetPagination | 00:01:00 | ||
Unit 12: Security | |||
Module 01: Introduction | 00:04:00 | ||
Module 02: Authentication in action | 00:03:00 | ||
Module 03: Authorization in action | 00:05:00 | ||
Module 04: Global Security | 00:04:00 | ||
Unit 13: Flight Reservation API | |||
Module 01: Usecase | 00:01:00 | ||
Module 02: Create the Project | 00:03:00 | ||
Module 03: Create Model Classes | 00:03:00 | ||
Module 04: Create Reservation Model | 00:01:00 | ||
Module 05: Create Serializers | 00:01:00 | ||
Module 06: Create ViewSets | 00:02:00 | ||
Module 07: Configure the Router | 00:02:00 | ||
Module 08: Run Migrations | 00:01:00 | ||
Module 09: Initial round of testing | 00:04:00 | ||
Module 10: Implement findFlights endpoint | 00:03:00 | ||
Module 11: Test findFlights | 00:05:00 | ||
Module 12: Implement Save Reservation | 00:06:00 | ||
Module 13: Test Save Reservation | 00:04:00 | ||
Unit 14: Validations | |||
Module 01: In-Built Validations | 00:04:00 | ||
Module 02: Allowing Blank and Null Values | 00:02:00 | ||
Module 03: Create Custom Validator | 00:05:00 | ||
Module 04: Two more ways | 00:07:00 | ||
Unit 15: Token Auth | |||
Module 01: Introduction | 00:03:00 | ||
Module 02: Configure Token Auth | 00:05:00 | ||
Module 03: Create Users and Token | 00:04:00 | ||
Module 04: Token Auth in action | 00:03:00 | ||
Module 05: Automate Token Creation | 00:09:00 | ||
Assignment | |||
Assignment – Django Rest Framework | 00:00:00 |
Overview The Ultimate Microsoft Office Bundle course will allow you to get the very best results from every one of …
65
Overview Uplift Your Career & Skill Up to Your Dream Job – Learning Simplified From Home! Kickstart your career & …
1
Dive deep into the intricate world of Microsoft Office with a tailored course specifically designed for Arabic speakers. The “Microsoft …
1