TorBT - Torrents and Magnet Links Search Engine
[GigaCourse.com] Udemy - Build a Backend REST API with Python & Django - Advanced
- Date: 2026-04-09
- Size: 5.5 GB
- Files: 165
File Name
Size
01 Introduction/001 Welcome to Build a Backend API with Django REST Framework - Advanced.en.srt
3.3 kB
01 Introduction/001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp4
45 MB
01 Introduction/002 Intro to the course.en.srt
3.1 kB
01 Introduction/002 Intro to the course.mp4
52 MB
01 Introduction/003 Course structure.en.srt
1.5 kB
01 Introduction/003 Course structure.mp4
23 MB
01 Introduction/004 How to get the most out of this course.en.srt
1.2 kB
01 Introduction/004 How to get the most out of this course.mp4
20 MB
01 Introduction/005 How to get help.en.srt
2.0 kB
01 Introduction/005 How to get help.mp4
30 MB
01 Introduction/006 Windows 10 Home Workaround.html
2.0 kB
01 Introduction/external-assets-links.txt
237 B
02 Technologies used in this course/007 Python.en.srt
1.1 kB
02 Technologies used in this course/007 Python.mp4
17 MB
02 Technologies used in this course/008 Django.en.srt
1.2 kB
02 Technologies used in this course/008 Django.mp4
20 MB
02 Technologies used in this course/009 Django REST Framework.en.srt
978 B
02 Technologies used in this course/009 Django REST Framework.mp4
17 MB
02 Technologies used in this course/010 Docker.en.srt
793 B
02 Technologies used in this course/010 Docker.mp4
13 MB
02 Technologies used in this course/011 Travis-CI.en.srt
904 B
02 Technologies used in this course/011 Travis-CI.mp4
16 MB
02 Technologies used in this course/012 Postgres.en.srt
349 B
02 Technologies used in this course/012 Postgres.mp4
6.7 MB
02 Technologies used in this course/013 What is test driven development.en.srt
5.4 kB
02 Technologies used in this course/013 What is test driven development.mp4
88 MB
02 Technologies used in this course/external-assets-links.txt
262 B
03 Installation and setup/014 System setup.html
3.1 kB
03 Installation and setup/015 Windows 10 Home Workaround.html
4.1 kB
04 Create new project/016 Setup new GitHub project.en.srt
3.5 kB
04 Create new project/016 Setup new GitHub project.mp4
38 MB
04 Create new project/017 Add Dockerfile.en.srt
13 kB
04 Create new project/017 Add Dockerfile.mp4
103 MB
04 Create new project/018 Configure Docker Compose.en.srt
6.3 kB
04 Create new project/018 Configure Docker Compose.mp4
49 MB
04 Create new project/019 Custom configuration for Linux users.html
4.1 kB
04 Create new project/020 Create Django project.en.srt
3.7 kB
04 Create new project/020 Create Django project.mp4
33 MB
04 Create new project/external-assets-links.txt
824 B
05 Setup automation/021 Enable Travis-CI for project.en.srt
2.3 kB
05 Setup automation/021 Enable Travis-CI for project.mp4
21 MB
05 Setup automation/022 Create Travis-CI configuration file.en.srt
7.9 kB
05 Setup automation/022 Create Travis-CI configuration file.mp4
77 MB
05 Setup automation/external-assets-links.txt
433 B
06 Introduction to test driven development (TDD)/023 Writing a simple unit test.en.srt
7.2 kB
06 Introduction to test driven development (TDD)/023 Writing a simple unit test.mp4
61 MB
06 Introduction to test driven development (TDD)/024 Writing a unit test with TDD.en.srt
6.8 kB
06 Introduction to test driven development (TDD)/024 Writing a unit test with TDD.mp4
54 MB
06 Introduction to test driven development (TDD)/external-assets-links.txt
759 B
07 Configure Django custom user model/025 Create core app.en.srt
4.1 kB
07 Configure Django custom user model/025 Create core app.mp4
31 MB
07 Configure Django custom user model/026 Add tests for custom user model.en.srt
7.7 kB
07 Configure Django custom user model/026 Add tests for custom user model.mp4
62 MB
07 Configure Django custom user model/027 Implement custom user model.en.srt
14 kB
07 Configure Django custom user model/027 Implement custom user model.mp4
108 MB
07 Configure Django custom user model/028 Normalize email addresses.en.srt
4.5 kB
07 Configure Django custom user model/028 Normalize email addresses.mp4
38 MB
07 Configure Django custom user model/029 Add validation for email field.en.srt
3.5 kB
07 Configure Django custom user model/029 Add validation for email field.mp4
28 MB
07 Configure Django custom user model/030 Add support for creating superusers.en.srt
7.0 kB
07 Configure Django custom user model/030 Add support for creating superusers.mp4
60 MB
07 Configure Django custom user model/external-assets-links.txt
2.1 kB
08 Setup Django admin/031 Add tests for listing users in Django admin.en.srt
12 kB
08 Setup Django admin/031 Add tests for listing users in Django admin.mp4
90 MB
08 Setup Django admin/032 Modify Django admin to list our custom user model.en.srt
2.9 kB
08 Setup Django admin/032 Modify Django admin to list our custom user model.mp4
24 MB
08 Setup Django admin/033 Modify Django admin to support changing user model.en.srt
9.9 kB
08 Setup Django admin/033 Modify Django admin to support changing user model.mp4
77 MB
08 Setup Django admin/034 Modify Django admin to support creating users.en.srt
6.4 kB
08 Setup Django admin/034 Modify Django admin to support creating users.mp4
48 MB
08 Setup Django admin/external-assets-links.txt
874 B
09 Setting up database/035 Add postgres to docker compose.en.srt
7.6 kB
09 Setting up database/035 Add postgres to docker compose.mp4
52 MB
09 Setting up database/036 Add postgres support to Dockerfile.en.srt
8.1 kB
09 Setting up database/036 Add postgres support to Dockerfile.mp4
53 MB
09 Setting up database/037 Configure database in Django.en.srt
3.9 kB
09 Setting up database/037 Configure database in Django.mp4
31 MB
09 Setting up database/external-assets-links.txt
1.0 kB
10 Waiting for postgres to start/038 Mocking with unittests.en.srt
2.4 kB
10 Waiting for postgres to start/038 Mocking with unittests.mp4
30 MB
10 Waiting for postgres to start/039 Add tests for wait_for_db command.en.srt
17 kB
10 Waiting for postgres to start/039 Add tests for wait_for_db command.mp4
135 MB
10 Waiting for postgres to start/040 Add wait_for_db command.en.srt
9.6 kB
10 Waiting for postgres to start/040 Add wait_for_db command.mp4
83 MB
10 Waiting for postgres to start/041 Make docker compose wait for db.en.srt
4.0 kB
10 Waiting for postgres to start/041 Make docker compose wait for db.mp4
30 MB
10 Waiting for postgres to start/042 Test in browser.en.srt
4.4 kB
10 Waiting for postgres to start/042 Test in browser.mp4
32 MB
10 Waiting for postgres to start/external-assets-links.txt
1003 B
11 Create user management endpoints/043 Create users app.en.srt
5.0 kB
11 Create user management endpoints/043 Create users app.mp4
43 MB
11 Create user management endpoints/044 Add tests for create user API.en.srt
22 kB
11 Create user management endpoints/044 Add tests for create user API.mp4
184 MB
11 Create user management endpoints/045 Add create user API.en.srt
18 kB
11 Create user management endpoints/045 Add create user API.mp4
146 MB
11 Create user management endpoints/046 UPDATE Fix for testing password too short.html
2.3 kB
11 Create user management endpoints/047 Add tests for creating a new token.en.srt
14 kB
11 Create user management endpoints/047 Add tests for creating a new token.mp4
127 MB
11 Create user management endpoints/048 Add create token API.en.srt
19 kB
11 Create user management endpoints/048 Add create token API.mp4
144 MB
11 Create user management endpoints/049 Add tests for manage user endpoint.en.srt
16 kB
11 Create user management endpoints/049 Add tests for manage user endpoint.mp4
149 MB
11 Create user management endpoints/050 Add manage user endpoint.en.srt
16 kB
11 Create user management endpoints/050 Add manage user endpoint.mp4
136 MB
11 Create user management endpoints/external-assets-links.txt
2.0 kB
12 Create tags endpoint/051 Create recipe app.en.srt
3.3 kB
12 Create tags endpoint/051 Create recipe app.mp4
34 MB
12 Create tags endpoint/052 Add tag model.en.srt
12 kB
12 Create tags endpoint/052 Add tag model.mp4
106 MB
12 Create tags endpoint/053 Add tests for listing tags.en.srt
17 kB
12 Create tags endpoint/053 Add tests for listing tags.mp4
140 MB
12 Create tags endpoint/054 Add feature to list tags.en.srt
17 kB
12 Create tags endpoint/054 Add feature to list tags.mp4
126 MB
12 Create tags endpoint/055 Add create tags feature.en.srt
9.8 kB
12 Create tags endpoint/055 Add create tags feature.mp4
79 MB
12 Create tags endpoint/external-assets-links.txt
1.8 kB
13 Create ingredients endpoint/056 Add ingredient model.en.srt
5.4 kB
13 Create ingredients endpoint/056 Add ingredient model.mp4
48 MB
13 Create ingredients endpoint/057 Add tests for listing ingredients.en.srt
14 kB
13 Create ingredients endpoint/057 Add tests for listing ingredients.mp4
118 MB
13 Create ingredients endpoint/058 Implement feature for list ingredients.en.srt
6.7 kB
13 Create ingredients endpoint/058 Implement feature for list ingredients.mp4
57 MB
13 Create ingredients endpoint/059 Implement feature for creating ingredients.en.srt
10 kB
13 Create ingredients endpoint/059 Implement feature for creating ingredients.mp4
96 MB
13 Create ingredients endpoint/060 Re-factor tags and ingredients viewsets.en.srt
9.9 kB
13 Create ingredients endpoint/060 Re-factor tags and ingredients viewsets.mp4
94 MB
13 Create ingredients endpoint/external-assets-links.txt
932 B
14 Create recipe endpoint/061 Add recipe model.en.srt
18 kB
14 Create recipe endpoint/061 Add recipe model.mp4
158 MB
14 Create recipe endpoint/062 Add tests for listing recipes.en.srt
21 kB
14 Create recipe endpoint/062 Add tests for listing recipes.mp4
176 MB
14 Create recipe endpoint/063 Implement feature for listing recipes.en.srt
12 kB
14 Create recipe endpoint/063 Implement feature for listing recipes.mp4
97 MB
14 Create recipe endpoint/064 Add tests for retrieving recipe detail.en.srt
14 kB
14 Create recipe endpoint/064 Add tests for retrieving recipe detail.mp4
110 MB
14 Create recipe endpoint/065 Implement feature for retrieving recipe detail.en.srt
10 kB
14 Create recipe endpoint/065 Implement feature for retrieving recipe detail.mp4
78 MB
14 Create recipe endpoint/066 Add tests for creating recipes.en.srt
15 kB
14 Create recipe endpoint/066 Add tests for creating recipes.mp4
131 MB
14 Create recipe endpoint/067 Implement feature for creating recipes.en.srt
5.9 kB
14 Create recipe endpoint/067 Implement feature for creating recipes.mp4
50 MB
14 Create recipe endpoint/068 Add tests for updating recipes.en.srt
13 kB
14 Create recipe endpoint/068 Add tests for updating recipes.mp4
117 MB
14 Create recipe endpoint/external-assets-links.txt
1.8 kB
15 Add upload image endpoint/069 Add Pillow requirement.en.srt
16 kB
15 Add upload image endpoint/069 Add Pillow requirement.mp4
131 MB
15 Add upload image endpoint/070 Modify recipe model.en.srt
14 kB
15 Add upload image endpoint/070 Modify recipe model.mp4
130 MB
15 Add upload image endpoint/071 Add tests for uploading image to recipe.en.srt
16 kB
15 Add upload image endpoint/071 Add tests for uploading image to recipe.mp4
158 MB
15 Add upload image endpoint/072 Add feature to upload image.en.srt
13 kB
15 Add upload image endpoint/072 Add feature to upload image.mp4
132 MB
15 Add upload image endpoint/external-assets-links.txt
1.4 kB
16 Add filtering/073 Add tests for filtering recipes.en.srt
9.7 kB
16 Add filtering/073 Add tests for filtering recipes.mp4
118 MB
16 Add filtering/074 Implement feature to filter recipes.en.srt
11 kB
16 Add filtering/074 Implement feature to filter recipes.mp4
115 MB
16 Add filtering/075 Add tests for filtering tags and ingredients.en.srt
15 kB
16 Add filtering/075 Add tests for filtering tags and ingredients.mp4
201 MB
16 Add filtering/076 Implement feature for filtering tags and ingredients.en.srt
8.5 kB
16 Add filtering/076 Implement feature for filtering tags and ingredients.mp4
101 MB
16 Add filtering/external-assets-links.txt
478 B
17 Summary/077 What was covered in this course.en.srt
1.1 kB
17 Summary/077 What was covered in this course.mp4
19 MB
[GigaCourse.com].url
49 B