首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[GigaCourse.Com] Udemy - Build a Backend REST API with Python & Django - Beginner
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2024-1-22 00:29
2024-11-23 04:41
137
2.15 GB
74
磁力链接
magnet:?xt=urn:btih:766ca179b8d109bb12512d853f80eff4d2b985b8
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjc2NmNhMTc5YjhkMTA5YmIxMjUxMmQ4NTNmODBlZmY0ZDJiOTg1YjhaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
GigaCourse
Com
Udemy
-
Build
a
Backend
REST
API
with
Python
&
Django
-
Beginner
文件列表
01 - Course introduction/001 Introduction.mp4
29.39MB
01 - Course introduction/002 Course structure.mp4
40.37MB
01 - Course introduction/003 Technologies.mp4
30.97MB
01 - Course introduction/004 Vagrant vs. Docker.mp4
59.9MB
01 - Course introduction/005 How to get the most out of this course.mp4
22.11MB
01 - Course introduction/006 How to get help.mp4
28.47MB
02 - Setting up your development environment/001 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
37.81MB
02 - Setting up your development environment/002 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
134.48MB
03 - Setting up your project/001 Creating a workspace.mp4
76.77MB
03 - Setting up your project/002 Creating a Git project.mp4
89.64MB
03 - Setting up your project/003 Pushing to GitHub.mp4
78.07MB
04 - Creating a development server/001 Creating a Vagrantfile.mp4
33.15MB
04 - Creating a development server/002 Configuring our Vagrant box.mp4
12.84MB
04 - Creating a development server/003 Running and connecting to our dev server.mp4
10.09MB
04 - Creating a development server/004 Running a Hello World script.mp4
29.12MB
05 - Creating a Django app/001 Create Python Virtual Environment.mp4
53.13MB
05 - Creating a Django app/002 Install required Python packages.mp4
34.88MB
05 - Creating a Django app/003 Create a new Django project & app.mp4
11.69MB
05 - Creating a Django app/004 Enable our app in the Django settings file.mp4
7.9MB
05 - Creating a Django app/005 Test and commit our changes.mp4
11.23MB
06 - Setup the Database/001 What are Django Models.mp4
3.07MB
06 - Setup the Database/002 Create our user database model.mp4
80.73MB
06 - Setup the Database/003 Add a user model manager.mp4
57.33MB
06 - Setup the Database/004 Set our custom user model.mp4
6.65MB
06 - Setup the Database/005 Create migrations and sync DB.mp4
31.04MB
07 - Setup Django Admin/001 Creating a superuser.mp4
28.34MB
07 - Setup Django Admin/002 Enable Django Admin.mp4
23.27MB
07 - Setup Django Admin/003 Test Django Admin.mp4
77.96MB
08 - Introduction to API Views/001 What is an APIView.mp4
6.92MB
08 - Introduction to API Views/002 Create first APIView.mp4
42.77MB
08 - Introduction to API Views/003 Configure view URL.mp4
24.16MB
08 - Introduction to API Views/004 Testing our API View.mp4
8.72MB
08 - Introduction to API Views/005 Create a Serializer.mp4
10.91MB
08 - Introduction to API Views/006 Add POST method to APIView.mp4
23.56MB
08 - Introduction to API Views/007 Test POST Function.mp4
13.33MB
08 - Introduction to API Views/008 Add PUT, PATCH and DELETE methods.mp4
18.34MB
08 - Introduction to API Views/009 Test the PUT, PATCH and DELETE methods.mp4
14.48MB
09 - Introduction to Viewsets/001 What is a Viewset.mp4
8.25MB
09 - Introduction to Viewsets/002 Create a simple Viewset.mp4
21.19MB
09 - Introduction to Viewsets/003 Add URL Router.mp4
88.35MB
09 - Introduction to Viewsets/004 Testing our Viewset.mp4
10.23MB
09 - Introduction to Viewsets/005 Add create, retrieve, update, partial_update and destroy functions.mp4
19.83MB
09 - Introduction to Viewsets/006 Test Viewset.mp4
15.88MB
10 - Create Profiles API/001 Plan our Profiles API.mp4
5.64MB
10 - Create Profiles API/002 Create user profile serializer.mp4
36.46MB
10 - Create Profiles API/004 Create profiles ViewSet.mp4
14.2MB
10 - Create Profiles API/005 Register profile Viewset with the URL router.mp4
4.22MB
10 - Create Profiles API/006 Test creating a profile.mp4
16.9MB
10 - Create Profiles API/007 Create permission class.mp4
27.67MB
10 - Create Profiles API/008 Add authentication and permissions to Viewset.mp4
57.37MB
10 - Create Profiles API/009 Test new permissions.mp4
43.69MB
10 - Create Profiles API/010 Add search profiles feature.mp4
11.47MB
10 - Create Profiles API/011 Test searching profiles.mp4
59.22MB
11 - Create login API/001 Create login API viewset.mp4
24.39MB
11 - Create login API/002 Test login API.mp4
7.8MB
11 - Create login API/003 Set token header using ModHeader extension.mp4
22.49MB
12 - Create profile feed API/001 Plan profile feed API.mp4
4.34MB
12 - Create profile feed API/002 Add new model Item.mp4
29.73MB
12 - Create profile feed API/003 Create and run model migration.mp4
9.36MB
12 - Create profile feed API/004 Add profile feed model to admin.mp4
2.64MB
12 - Create profile feed API/005 Create profile feed item serializer.mp4
16.6MB
12 - Create profile feed API/006 Create ViewSet for our profile feed item.mp4
23.96MB
12 - Create profile feed API/007 Test Feed API.mp4
12.26MB
12 - Create profile feed API/008 Add permissions for feed API.mp4
27.76MB
12 - Create profile feed API/009 Test feed API permissions.mp4
14.43MB
12 - Create profile feed API/010 Restrict viewing status updates to logged in users only.mp4
9.14MB
12 - Create profile feed API/011 Test new private feed.mp4
3.69MB
13 - Deploying our API to a server on AWS/001 Introduction to deploying our app to AWS.mp4
3.97MB
13 - Deploying our API to a server on AWS/002 Add key pair to AWS.mp4
59.97MB
13 - Deploying our API to a server on AWS/003 Create EC2 server instance.mp4
14.83MB
13 - Deploying our API to a server on AWS/004 Add deployment script and configs to our project.mp4
57.81MB
13 - Deploying our API to a server on AWS/005 Deploy to server.mp4
39.1MB
13 - Deploying our API to a server on AWS/006 Update allowed hosts and deploy changes.mp4
57.96MB
14 - Summary/001 Course outro.mp4
18.79MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统