首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Advanced
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2022-9-14 16:21
2024-10-28 16:16
198
3.93 GB
72
磁力链接
magnet:?xt=urn:btih:223017633c23276c5feabc3b3937f4ada973f880
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjIyMzAxNzYzM2MyMzI3NmM1ZmVhYmMzYjM5MzdmNGFkYTk3M2Y4ODBaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
Build
a
Backend
REST
API
with
Python
&
Django
-
Advanced
文件列表
01 Introduction/001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp4
44.8MB
01 Introduction/002 Intro to the course.mp4
51.85MB
01 Introduction/003 Course structure.mp4
23.37MB
01 Introduction/004 How to get the most out of this course.mp4
19.61MB
01 Introduction/005 How to get help.mp4
29.86MB
02 Technologies used in this course/001 Python.mp4
16.88MB
02 Technologies used in this course/002 Django.mp4
20MB
02 Technologies used in this course/003 Django REST Framework.mp4
17.29MB
02 Technologies used in this course/004 Docker.mp4
12.77MB
02 Technologies used in this course/005 Travis-CI.mp4
15.7MB
02 Technologies used in this course/006 Postgres.mp4
6.67MB
02 Technologies used in this course/007 What is test driven development_.mp4
87.95MB
04 Create new project/001 Setup new GitHub project.mp4
37.9MB
04 Create new project/002 Add Dockerfile.mp4
102.78MB
04 Create new project/003 Configure Docker Compose.mp4
49.02MB
04 Create new project/005 Create Django project.mp4
32.62MB
05 Setup automation/001 Enable Travis-CI for project.mp4
21.39MB
05 Setup automation/002 Create Travis-CI configuration file.mp4
77.16MB
06 Introduction to test driven development (TDD)/001 Writing a simple unit test.mp4
67.3MB
06 Introduction to test driven development (TDD)/002 Writing a unit test with TDD.mp4
53.62MB
07 Configure Django custom user model/001 Create core app.mp4
11.74MB
07 Configure Django custom user model/002 Add tests for custom user model.mp4
24.6MB
07 Configure Django custom user model/003 Implement custom user model.mp4
60.74MB
07 Configure Django custom user model/004 Normalize email addresses.mp4
21.58MB
07 Configure Django custom user model/005 Add validation for email field.mp4
16.7MB
07 Configure Django custom user model/006 Add support for creating superusers.mp4
42.27MB
08 Setup Django admin/001 Add tests for listing users in Django admin.mp4
40.48MB
08 Setup Django admin/002 Modify Django admin to list our custom user model.mp4
9.94MB
08 Setup Django admin/003 Modify Django admin to support changing user model.mp4
34.19MB
08 Setup Django admin/004 Modify Django admin to support creating users.mp4
88.04MB
09 Setting up database/001 Add postgres to docker compose.mp4
31.4MB
09 Setting up database/002 Add postgres support to Dockerfile.mp4
23.83MB
09 Setting up database/003 Configure database in Django.mp4
18.86MB
10 Waiting for postgres to start/001 Mocking with unittests.mp4
29.77MB
10 Waiting for postgres to start/002 Add tests for wait_for_db command.mp4
53.65MB
10 Waiting for postgres to start/003 Add wait_for_db command.mp4
44.94MB
10 Waiting for postgres to start/004 Make docker compose wait for db.mp4
17.21MB
10 Waiting for postgres to start/006 Test in browser.mp4
12.35MB
11 Create user management endpoints/001 Create users app.mp4
22.74MB
11 Create user management endpoints/002 Add tests for create user API.mp4
126.51MB
11 Create user management endpoints/003 Add create user API.mp4
76.83MB
11 Create user management endpoints/005 Add tests for creating a new token.mp4
154.93MB
11 Create user management endpoints/006 Add create token API.mp4
224.6MB
11 Create user management endpoints/007 Add tests for manage user endpoint.mp4
101.76MB
11 Create user management endpoints/008 Add manage user endpoint.mp4
94.9MB
12 Create tags endpoint/001 Create recipe app.mp4
17.37MB
12 Create tags endpoint/002 Add tag model.mp4
57.34MB
12 Create tags endpoint/003 Add tests for listing tags.mp4
58.69MB
12 Create tags endpoint/004 Add feature to list tags.mp4
52.68MB
12 Create tags endpoint/005 Add create tags feature.mp4
34.27MB
13 Create ingredients endpoint/001 Add ingredient model.mp4
27.39MB
13 Create ingredients endpoint/002 Add tests for listing ingredients.mp4
68.04MB
13 Create ingredients endpoint/003 Implement feature for listing ingredients.mp4
33.04MB
13 Create ingredients endpoint/004 Implement feature for creating ingredients.mp4
53.71MB
13 Create ingredients endpoint/005 Re-factor tags and ingredients viewsets.mp4
49.99MB
14 Create recipe endpoint/001 Add recipe model.mp4
85.6MB
14 Create recipe endpoint/002 Add tests for listing recipes.mp4
71.51MB
14 Create recipe endpoint/003 Implement feature for listing recipes.mp4
56.78MB
14 Create recipe endpoint/004 Add tests for retrieving recipe detail.mp4
61.65MB
14 Create recipe endpoint/005 Implement feature for retrieving recipe detail.mp4
46.39MB
14 Create recipe endpoint/006 Add tests for creating recipes.mp4
77.09MB
14 Create recipe endpoint/007 Implement feature for creating recipes.mp4
91.46MB
14 Create recipe endpoint/008 Add tests for updating recipes.mp4
50.12MB
15 Add upload image endpoint/001 Add Pillow requirement.mp4
160.26MB
15 Add upload image endpoint/002 Modify recipe model.mp4
77.11MB
15 Add upload image endpoint/003 Add tests for uploading image to recipe.mp4
92.5MB
15 Add upload image endpoint/004 Add feature to upload image.mp4
75.21MB
16 Add filtering/001 Add tests for filtering recipes.mp4
81.93MB
16 Add filtering/002 Implement feature to filter recipes.mp4
211.39MB
16 Add filtering/003 Add tests for filtering tags and ingredients.mp4
89.96MB
16 Add filtering/004 Implement feature for filtering tags and ingredients.mp4
45.97MB
17 Summary/001 What was covered in this course.mp4
28.17MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统