首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2019-2-16 07:24
2024-11-2 18:59
206
1.07 GB
72
磁力链接
magnet:?xt=urn:btih:e362d7a9385505109a6c395d180fb0a10438340d
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmUzNjJkN2E5Mzg1NTA1MTA5YTZjMzk1ZDE4MGZiMGExMDQzODM0MGRaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
Build
a
Backend
REST
API
with
Python
&
Django
-
Beginner
文件列表
1. Course introduction/1. Introduction.mp4
13.04MB
1. Course introduction/2. How to take this course.mp4
9.07MB
1. Course introduction/3. Technologies used.mp4
9.56MB
10. Create Profiles API/1. Plan our Profiles API.mp4
3.67MB
10. Create Profiles API/10. Test searching profiles.mp4
11.51MB
10. Create Profiles API/2. Create user profile serializer.mp4
25.07MB
10. Create Profiles API/3. Create profiles Viewset.mp4
8.43MB
10. Create Profiles API/4. Register profile Viewset with the URL router.mp4
4.86MB
10. Create Profiles API/5. Test creating a profile.mp4
21.45MB
10. Create Profiles API/6. Create permission class.mp4
22.18MB
10. Create Profiles API/7. Add authentication and permissions to Viewset.mp4
11.3MB
10. Create Profiles API/8. Test new permissions.mp4
8.87MB
10. Create Profiles API/9. Add search profiles feature.mp4
8.61MB
11. Create login API/1. Create login API viewset.mp4
17.45MB
11. Create login API/2. Test login API.mp4
8.99MB
11. Create login API/3. Set token header using ModHeader extension.mp4
21.81MB
12. Create profile feed API/1. Plan profile feed API.mp4
3.11MB
12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp4
7.69MB
12. Create profile feed API/11. Test new private feed.mp4
8.72MB
12. Create profile feed API/2. Add new Model Item.mp4
18.65MB
12. Create profile feed API/3. Create and run model migration.mp4
8.89MB
12. Create profile feed API/4. Add profile feed model to admin.mp4
6.21MB
12. Create profile feed API/5. Create profile feed item serializer.mp4
10.09MB
12. Create profile feed API/6. Create Viewset for our profile feed item.mp4
15.58MB
12. Create profile feed API/7. Test Feed API.mp4
10.55MB
12. Create profile feed API/8. Add permissions for feed API.mp4
17.97MB
12. Create profile feed API/9. Test feed API permissions.mp4
15.43MB
13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp4
9.94MB
13. Deploying our API to a server on AWS/2. Pushing our project to GitHub.mp4
31.23MB
13. Deploying our API to a server on AWS/3. Add deployment script and configs to our project.mp4
33.92MB
13. Deploying our API to a server on AWS/4. Create and launch an EC2 instance.mp4
37.55MB
13. Deploying our API to a server on AWS/5. Download and run server setup script.mp4
22.04MB
13. Deploying our API to a server on AWS/6. Create superuser and test server.mp4
20.95MB
13. Deploying our API to a server on AWS/7. Add domain to allowed list and push update.mp4
18.85MB
13. Deploying our API to a server on AWS/8. Test site on server.mp4
10.63MB
14. Summary/1. Course outro.mp4
4.01MB
2. Setting up your development environment/1. Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
38.12MB
3. Setting up your project/1. Creating a workspace.mp4
29.48MB
3. Setting up your project/2. Creating a Git project.mp4
25.56MB
4. Creating a development server/1. Creating a Vagrantfile.mp4
9.53MB
4. Creating a development server/2. Configuring our Vagrant box.mp4
18.89MB
4. Creating a development server/3. Running and connecting to our dev server.mp4
13.94MB
4. Creating a development server/4. Running a Hello World script.mp4
19.66MB
5. Creating a Django app/1. Create Python Virtual Environment.mp4
23.16MB
5. Creating a Django app/2. Install required Python packages.mp4
11.52MB
5. Creating a Django app/3. Create a new Django project & app.mp4
12.7MB
5. Creating a Django app/4. Enable our app in the Django settings file.mp4
8.47MB
5. Creating a Django app/5. Saving our requirements.mp4
9.39MB
5. Creating a Django app/6. Test and commit our changes.mp4
18.34MB
6. Setup the Database/1. What are Django Models.mp4
3.74MB
6. Setup the Database/2. Create our user database model.mp4
41.71MB
6. Setup the Database/3. Add a user model manager.mp4
23.99MB
6. Setup the Database/4. Set our custom user model.mp4
5.37MB
6. Setup the Database/5. Create migrations and sync DB.mp4
30.99MB
7. Setup Django Admin/1. Creating a superuser.mp4
11.13MB
7. Setup Django Admin/2. Enable Django Admin.mp4
6.4MB
7. Setup Django Admin/3. Test Django Admin.mp4
13.5MB
8. Introduction to API Views/1. What is an APIView.mp4
5.1MB
8. Introduction to API Views/2. Create first APIView.mp4
16.83MB
8. Introduction to API Views/3. Configure view URL.mp4
19.63MB
8. Introduction to API Views/4. Testing our API View.mp4
19.96MB
8. Introduction to API Views/5. Create a Serializer.mp4
11.08MB
8. Introduction to API Views/6. Add POST method to APIView.mp4
24.98MB
8. Introduction to API Views/7. Test POST Function.mp4
8.34MB
8. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.mp4
12.23MB
8. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.mp4
11.2MB
9. Introduction to Viewsets/1. What is a Viewset.mp4
4.64MB
9. Introduction to Viewsets/2. Create a simple Viewset.mp4
12.7MB
9. Introduction to Viewsets/3. Add URL Router.mp4
13.37MB
9. Introduction to Viewsets/4. Testing our Viewset.mp4
7.11MB
9. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.mp4
24.32MB
9. Introduction to Viewsets/6. Test Viewset.mp4
14.78MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统