Udemy - Build a Backend REST API with Python & Django - Advanced [GC]

seeders: 0 leechers: 3 updated: 5 years ago
Added 6 years ago by escobar623 in Other
Downloaded 13 times.
1337x.to
Udemy - Build a Backend REST API with Python & Django - Advanced [GC]

Torrent Contents Size: 5.5 GB

Udemy - Build a Backend REST API with Python & Django - Advanced [GC]
▼ show more 150 files
001 Welcome to Build a Backend API with Django REST Framework - Advanced.en.srt
SRT
3.3 KB
001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp4
MP4
44.8 MB
002 Intro to the course.en.srt
SRT
3.1 KB
002 Intro to the course.mp4
MP4
51.8 MB
003 Course structure.en.srt
SRT
1.5 KB
003 Course structure.mp4
MP4
23.4 MB
004 How to get the most out of this course.en.srt
SRT
1.2 KB
004 How to get the most out of this course.mp4
MP4
19.6 MB
005 How to get help.en.srt
SRT
2 KB
005 How to get help.mp4
MP4
29.9 MB
006 Windows 10 Home Workaround.html
HTML
2 KB
007 Python.en.srt
SRT
1.1 KB
007 Python.mp4
MP4
16.9 MB
008 Django.en.srt
SRT
1.2 KB
008 Django.mp4
MP4
20 MB
009 Django REST Framework.en.srt
SRT
1 KB
009 Django REST Framework.mp4
MP4
17.3 MB
010 Docker.en.srt
SRT
819.2 B
010 Docker.mp4
MP4
12.8 MB
011 Travis-CI.en.srt
SRT
921.6 B
011 Travis-CI.mp4
MP4
15.7 MB
012 Postgres.en.srt
SRT
307.2 B
012 Postgres.mp4
MP4
6.7 MB
013 What is test driven development.en.srt
SRT
5.4 KB
013 What is test driven development.mp4
MP4
88 MB
014 System setup.html
HTML
3.1 KB
015 Windows 10 Home Workaround.html
HTML
4.1 KB
016 Setup new GitHub project.en.srt
SRT
3.5 KB
016 Setup new GitHub project.mp4
MP4
37.9 MB
017 Add Dockerfile.en.srt
SRT
12.7 KB
017 Add Dockerfile.mp4
MP4
102.8 MB
018 Configure Docker Compose.en.srt
SRT
6.3 KB
018 Configure Docker Compose.mp4
MP4
49 MB
019 Custom configuration for Linux users.html
HTML
4.1 KB
020 Create Django project.en.srt
SRT
3.7 KB
020 Create Django project.mp4
MP4
32.6 MB
021 Enable Travis-CI for project.en.srt
SRT
2.3 KB
021 Enable Travis-CI for project.mp4
MP4
21.4 MB
022 Create Travis-CI configuration file.en.srt
SRT
7.9 KB
022 Create Travis-CI configuration file.mp4
MP4
77.2 MB
023 Writing a simple unit test.en.srt
SRT
7.2 KB
023 Writing a simple unit test.mp4
MP4
60.7 MB
024 Writing a unit test with TDD.en.srt
SRT
6.8 KB
024 Writing a unit test with TDD.mp4
MP4
53.6 MB
025 Create core app.en.srt
SRT
4.1 KB
025 Create core app.mp4
MP4
30.7 MB
026 Add tests for custom user model.en.srt
SRT
7.7 KB
026 Add tests for custom user model.mp4
MP4
62.5 MB
027 Implement custom user model.en.srt
SRT
14 KB
027 Implement custom user model.mp4
MP4
107.6 MB
028 Normalize email addresses.en.srt
SRT
4.5 KB
028 Normalize email addresses.mp4
MP4
37.8 MB
029 Add validation for email field.en.srt
SRT
3.5 KB
029 Add validation for email field.mp4
MP4
28.2 MB
030 Add support for creating superusers.en.srt
SRT
7 KB
030 Add support for creating superusers.mp4
MP4
60.1 MB
031 Add tests for listing users in Django admin.en.srt
SRT
12 KB
031 Add tests for listing users in Django admin.mp4
MP4
89.7 MB
032 Modify Django admin to list our custom user model.en.srt
SRT
2.9 KB
032 Modify Django admin to list our custom user model.mp4
MP4
23.9 MB
033 Modify Django admin to support changing user model.en.srt
SRT
9.9 KB
033 Modify Django admin to support changing user model.mp4
MP4
77.4 MB
034 Modify Django admin to support creating users.en.srt
SRT
6.4 KB
034 Modify Django admin to support creating users.mp4
MP4
48.3 MB
035 Add postgres to docker compose.en.srt
SRT
7.6 KB
035 Add postgres to docker compose.mp4
MP4
51.9 MB
036 Add postgres support to Dockerfile.en.srt
SRT
8.1 KB
036 Add postgres support to Dockerfile.mp4
MP4
53 MB
037 Configure database in Django.en.srt
SRT
3.9 KB
037 Configure database in Django.mp4
MP4
30.8 MB
038 Mocking with unittests.en.srt
SRT
2.4 KB
038 Mocking with unittests.mp4
MP4
29.8 MB
039 Add tests for wait_for_db command.en.srt
SRT
16.9 KB
039 Add tests for wait_for_db command.mp4
MP4
134.9 MB
040 Add wait_for_db command.en.srt
SRT
9.6 KB
040 Add wait_for_db command.mp4
MP4
82.7 MB
041 Make docker compose wait for db.en.srt
SRT
4 KB
041 Make docker compose wait for db.mp4
MP4
29.5 MB
042 Test in browser.en.srt
SRT
4.4 KB
042 Test in browser.mp4
MP4
32.1 MB
043 Create users app.en.srt
SRT
5 KB
043 Create users app.mp4
MP4
42.6 MB
044 Add tests for create user API.en.srt
SRT
22.2 KB
044 Add tests for create user API.mp4
MP4
184.1 MB
045 Add create user API.en.srt
SRT
18.3 KB
045 Add create user API.mp4
MP4
146.4 MB
046 UPDATE Fix for testing password too short.html
HTML
2.3 KB
047 Add tests for creating a new token.en.srt
SRT
14.5 KB
047 Add tests for creating a new token.mp4
MP4
127.4 MB
048 Add create token API.en.srt
SRT
18.8 KB
048 Add create token API.mp4
MP4
144.4 MB
049 Add tests for manage user endpoint.en.srt
SRT
16.2 KB
049 Add tests for manage user endpoint.mp4
MP4
149.1 MB
050 Add manage user endpoint.en.srt
SRT
16.5 KB
050 Add manage user endpoint.mp4
MP4
136.4 MB
051 Create recipe app.en.srt
SRT
3.3 KB
051 Create recipe app.mp4
MP4
34.1 MB
052 Add tag model.en.srt
SRT
12 KB
052 Add tag model.mp4
MP4
105.5 MB
053 Add tests for listing tags.en.srt
SRT
17.3 KB
053 Add tests for listing tags.mp4
MP4
140.4 MB
054 Add feature to list tags.en.srt
SRT
17.2 KB
054 Add feature to list tags.mp4
MP4
125.8 MB
055 Add create tags feature.en.srt
SRT
9.8 KB
055 Add create tags feature.mp4
MP4
78.7 MB
056 Add ingredient model.en.srt
SRT
5.4 KB
056 Add ingredient model.mp4
MP4
47.5 MB
057 Add tests for listing ingredients.en.srt
SRT
13.6 KB
057 Add tests for listing ingredients.mp4
MP4
118.4 MB
058 Implement feature for list ingredients.en.srt
SRT
6.7 KB
058 Implement feature for list ingredients.mp4
MP4
56.7 MB
059 Implement feature for creating ingredients.en.srt
SRT
10.5 KB
059 Implement feature for creating ingredients.mp4
MP4
96.1 MB
060 Re-factor tags and ingredients viewsets.en.srt
SRT
9.9 KB
060 Re-factor tags and ingredients viewsets.mp4
MP4
93.9 MB
061 Add recipe model.en.srt
SRT
18 KB
061 Add recipe model.mp4
MP4
158.5 MB
062 Add tests for listing recipes.en.srt
SRT
20.7 KB
062 Add tests for listing recipes.mp4
MP4
175.6 MB
063 Implement feature for listing recipes.en.srt
SRT
11.6 KB
063 Implement feature for listing recipes.mp4
MP4
97 MB
064 Add tests for retrieving recipe detail.en.srt
SRT
14 KB
064 Add tests for retrieving recipe detail.mp4
MP4
109.5 MB
065 Implement feature for retrieving recipe detail.en.srt
SRT
10.5 KB
065 Implement feature for retrieving recipe detail.mp4
MP4
78.5 MB
066 Add tests for creating recipes.en.srt
SRT
15.1 KB
066 Add tests for creating recipes.mp4
MP4
130.6 MB
067 Implement feature for creating recipes.en.srt
SRT
5.9 KB
067 Implement feature for creating recipes.mp4
MP4
50.1 MB
068 Add tests for updating recipes.en.srt
SRT
12.9 KB
068 Add tests for updating recipes.mp4
MP4
117.1 MB
069 Add Pillow requirement.en.srt
SRT
15.7 KB
069 Add Pillow requirement.mp4
MP4
131.2 MB
070 Modify recipe model.en.srt
SRT
14.5 KB
070 Modify recipe model.mp4
MP4
129.5 MB
071 Add tests for uploading image to recipe.en.srt
SRT
16.3 KB
071 Add tests for uploading image to recipe.mp4
MP4
157.5 MB
072 Add feature to upload image.en.srt
SRT
13.4 KB
072 Add feature to upload image.mp4
MP4
132 MB
073 Add tests for filtering recipes.en.srt
SRT
9.7 KB
073 Add tests for filtering recipes.mp4
MP4
117.6 MB
074 Implement feature to filter recipes.en.srt
SRT
11 KB
074 Implement feature to filter recipes.mp4
MP4
114.7 MB
075 Add tests for filtering tags and ingredients.en.srt
SRT
14.7 KB
075 Add tests for filtering tags and ingredients.mp4
MP4
201.3 MB
076 Implement feature for filtering tags and ingredients.en.srt
SRT
8.5 KB
076 Implement feature for filtering tags and ingredients.mp4
MP4
101 MB
077 What was covered in this course.en.srt
SRT
1.1 KB
077 What was covered in this course.mp4
MP4
19 MB
[GigaCourse.com].url
URL
0 B
external-assets-links.txt
TXT
512 B

Description

Related Torrents

Location

Trackers

Tracker name
udp://tracker.opentrackr.org:1337/announce
udp://p4p.arenabg.com:1337/announce
udp://tracker.tiny-vps.com:6969/announce
udp://zephir.monocul.us:6969/announce
udp://chihaya.toss.li:9696/announce
http://tracker.files.fm:6969/announce
udp://tracker.zerobytes.xyz:1337/announce
udp://explodie.org:6969/announce
udp://open.stealth.si:80/announce
udp://tracker.uw0.xyz:6969/announce
https://tracker.nanoha.org:443/announce
udp://retracker.akado-ural.ru:80/announce
udp://tracker.zum.bi:6969/announce
http://tracker.nyap2p.com:8080/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://coppersurfer.tk:6969/announce
Torrent hash: