首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2020-6-4 01:14
2024-11-17 13:27
251
4.71 GB
73
磁力链接
magnet:?xt=urn:btih:1709df7bcae6985b022636a6538f4f02709f88cc
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjE3MDlkZjdiY2FlNjk4NWIwMjI2MzZhNjUzOGY0ZjAyNzA5Zjg4Y2NaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
Build
a
Backend
REST
API
with
Python
&
Django
-
Beginner
文件列表
1. Course introduction/1. Course structure.mp4
41.49MB
1. Course introduction/2. Technologies.mp4
44.72MB
1. Course introduction/3. Vagrant vs. Docker.mp4
61.57MB
1. Course introduction/4. How to get the most out of this course.mp4
22.71MB
1. Course introduction/5. How to get help.mp4
29.24MB
10. Create Profiles API/1. Plan our Profiles API.mp4
18.38MB
10. Create Profiles API/10. Test searching profiles.mp4
79.18MB
10. Create Profiles API/2. Create user profile serializer.mp4
163.1MB
10. Create Profiles API/3. Create profiles ViewSet.mp4
50.18MB
10. Create Profiles API/4. Register profile Viewset with the URL router.mp4
26MB
10. Create Profiles API/5. Test creating a profile.mp4
80.08MB
10. Create Profiles API/6. Create permission class.mp4
129.58MB
10. Create Profiles API/7. Add authentication and permissions to Viewset.mp4
60.39MB
10. Create Profiles API/8. Test new permissions.mp4
45.88MB
10. Create Profiles API/9. Add search profiles feature.mp4
36.59MB
11. Create login API/1. Create login API viewset.mp4
77.77MB
11. Create login API/2. Test login API.mp4
49.79MB
11. Create login API/3. Set token header using ModHeader extension.mp4
105.71MB
12. Create profile feed API/1. Plan profile feed API.mp4
14.13MB
12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp4
31.91MB
12. Create profile feed API/11. Test new private feed.mp4
22.06MB
12. Create profile feed API/2. Add new model Item.mp4
124.82MB
12. Create profile feed API/3. Create and run model migration.mp4
37.99MB
12. Create profile feed API/4. Add profile feed model to admin.mp4
17.39MB
12. Create profile feed API/5. Create profile feed item serializer.mp4
76.95MB
12. Create profile feed API/6. Create ViewSet for our profile feed item.mp4
103.63MB
12. Create profile feed API/7. Test Feed API.mp4
82.27MB
12. Create profile feed API/8. Add permissions for feed API.mp4
94.71MB
12. Create profile feed API/9. Test feed API permissions.mp4
65.95MB
13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp4
16.3MB
13. Deploying our API to a server on AWS/2. Add key pair to AWS.mp4
60.04MB
13. Deploying our API to a server on AWS/3. Create EC2 server instance.mp4
46.53MB
13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.mp4
168.56MB
13. Deploying our API to a server on AWS/5. Deploy to server.mp4
70.2MB
13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.mp4
76.17MB
14. Summary/1. Course outro.mp4
36.81MB
2. Setting up your development environment/1. Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
124.76MB
2. Setting up your development environment/2. macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
134.31MB
3. Setting up your project/1. Creating a workspace.mp4
82.36MB
3. Setting up your project/2. Creating a Git project.mp4
118.55MB
3. Setting up your project/3. Pushing to GitHub.mp4
88.6MB
4. Creating a development server/1. Creating a Vagrantfile.mp4
34.29MB
4. Creating a development server/2. Configuring our Vagrant box.mp4
35.98MB
4. Creating a development server/3. Running and connecting to our dev server.mp4
30.38MB
4. Creating a development server/4. Running a Hello World script.mp4
49.81MB
5. Creating a Django app/1. Create Python Virtual Environment.mp4
68.16MB
5. Creating a Django app/2. Install required Python packages.mp4
37.93MB
5. Creating a Django app/3. Create a new Django project & app.mp4
28.55MB
5. Creating a Django app/4. Enable our app in the Django settings file.mp4
21.42MB
5. Creating a Django app/5. Test and commit our changes.mp4
38.05MB
6. Setup the Database/1. What are Django Models.mp4
12.5MB
6. Setup the Database/2. Create our user database model.mp4
97.78MB
6. Setup the Database/3. Add a user model manager.mp4
158.64MB
6. Setup the Database/4. Set our custom user model.mp4
19.29MB
6. Setup the Database/5. Create migrations and sync DB.mp4
53.53MB
7. Setup Django Admin/1. Creating a superuser.mp4
48.92MB
7. Setup Django Admin/2. Enable Django Admin.mp4
23.83MB
7. Setup Django Admin/3. Test Django Admin.mp4
79.31MB
8. Introduction to API Views/1. What is an APIView.mp4
24.02MB
8. Introduction to API Views/2. Create first APIView.mp4
148.86MB
8. Introduction to API Views/3. Configure view URL.mp4
104.88MB
8. Introduction to API Views/4. Testing our API View.mp4
37.8MB
8. Introduction to API Views/5. Create a Serializer.mp4
75.54MB
8. Introduction to API Views/6. Add POST method to APIView.mp4
143.31MB
8. Introduction to API Views/7. Test POST Function.mp4
47.09MB
8. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.mp4
81.48MB
8. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.mp4
67.1MB
9. Introduction to Viewsets/1. What is a Viewset.mp4
22.06MB
9. Introduction to Viewsets/2. Create a simple Viewset.mp4
75.01MB
9. Introduction to Viewsets/3. Add URL Router.mp4
92.06MB
9. Introduction to Viewsets/4. Testing our Viewset.mp4
46.04MB
9. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.mp4
125.02MB
9. Introduction to Viewsets/6. Test Viewset.mp4
73.53MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统