zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner
magnet:?xt=urn:btih:e362d7a9385505109a6c395d180fb0a10438340d&dn=[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner
磁力链接详情
文件列表详情
e362d7a9385505109a6c395d180fb0a10438340d
infohash:
72
文件数量
1.07 GB
文件大小
2019-2-16 07:24
创建日期
2024-12-15 12:54
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Build
a
Backend
REST
API
with
Python
&
Django
-
Beginner
1. Course introduction/1. Introduction.mp4 13.04 MB
1. Course introduction/2. How to take this course.mp4 9.07 MB
1. Course introduction/3. Technologies used.mp4 9.56 MB
10. Create Profiles API/1. Plan our Profiles API.mp4 3.67 MB
10. Create Profiles API/10. Test searching profiles.mp4 11.51 MB
10. Create Profiles API/2. Create user profile serializer.mp4 25.07 MB
10. Create Profiles API/3. Create profiles Viewset.mp4 8.43 MB
10. Create Profiles API/4. Register profile Viewset with the URL router.mp4 4.86 MB
10. Create Profiles API/5. Test creating a profile.mp4 21.45 MB
10. Create Profiles API/6. Create permission class.mp4 22.18 MB
10. Create Profiles API/7. Add authentication and permissions to Viewset.mp4 11.3 MB
10. Create Profiles API/8. Test new permissions.mp4 8.87 MB
10. Create Profiles API/9. Add search profiles feature.mp4 8.61 MB
11. Create login API/1. Create login API viewset.mp4 17.45 MB
11. Create login API/2. Test login API.mp4 8.99 MB
11. Create login API/3. Set token header using ModHeader extension.mp4 21.81 MB
12. Create profile feed API/1. Plan profile feed API.mp4 3.11 MB
12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp4 7.69 MB
12. Create profile feed API/11. Test new private feed.mp4 8.72 MB
12. Create profile feed API/2. Add new Model Item.mp4 18.65 MB
12. Create profile feed API/3. Create and run model migration.mp4 8.89 MB
12. Create profile feed API/4. Add profile feed model to admin.mp4 6.21 MB
12. Create profile feed API/5. Create profile feed item serializer.mp4 10.09 MB
12. Create profile feed API/6. Create Viewset for our profile feed item.mp4 15.58 MB
12. Create profile feed API/7. Test Feed API.mp4 10.55 MB
12. Create profile feed API/8. Add permissions for feed API.mp4 17.97 MB
12. Create profile feed API/9. Test feed API permissions.mp4 15.43 MB
13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp4 9.94 MB
13. Deploying our API to a server on AWS/2. Pushing our project to GitHub.mp4 31.23 MB
13. Deploying our API to a server on AWS/3. Add deployment script and configs to our project.mp4 33.92 MB
13. Deploying our API to a server on AWS/4. Create and launch an EC2 instance.mp4 37.55 MB
13. Deploying our API to a server on AWS/5. Download and run server setup script.mp4 22.04 MB
13. Deploying our API to a server on AWS/6. Create superuser and test server.mp4 20.95 MB
13. Deploying our API to a server on AWS/7. Add domain to allowed list and push update.mp4 18.85 MB
13. Deploying our API to a server on AWS/8. Test site on server.mp4 10.63 MB
14. Summary/1. Course outro.mp4 4.01 MB
2. Setting up your development environment/1. Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4 38.12 MB
3. Setting up your project/1. Creating a workspace.mp4 29.48 MB
3. Setting up your project/2. Creating a Git project.mp4 25.56 MB
4. Creating a development server/1. Creating a Vagrantfile.mp4 9.53 MB
4. Creating a development server/2. Configuring our Vagrant box.mp4 18.89 MB
4. Creating a development server/3. Running and connecting to our dev server.mp4 13.94 MB
4. Creating a development server/4. Running a Hello World script.mp4 19.66 MB
5. Creating a Django app/1. Create Python Virtual Environment.mp4 23.16 MB
5. Creating a Django app/2. Install required Python packages.mp4 11.52 MB
5. Creating a Django app/3. Create a new Django project & app.mp4 12.7 MB
5. Creating a Django app/4. Enable our app in the Django settings file.mp4 8.47 MB
5. Creating a Django app/5. Saving our requirements.mp4 9.39 MB
5. Creating a Django app/6. Test and commit our changes.mp4 18.34 MB
6. Setup the Database/1. What are Django Models.mp4 3.74 MB
6. Setup the Database/2. Create our user database model.mp4 41.71 MB
6. Setup the Database/3. Add a user model manager.mp4 23.99 MB
6. Setup the Database/4. Set our custom user model.mp4 5.37 MB
6. Setup the Database/5. Create migrations and sync DB.mp4 30.99 MB
7. Setup Django Admin/1. Creating a superuser.mp4 11.13 MB
7. Setup Django Admin/2. Enable Django Admin.mp4 6.4 MB
7. Setup Django Admin/3. Test Django Admin.mp4 13.5 MB
8. Introduction to API Views/1. What is an APIView.mp4 5.1 MB
8. Introduction to API Views/2. Create first APIView.mp4 16.83 MB
8. Introduction to API Views/3. Configure view URL.mp4 19.63 MB
8. Introduction to API Views/4. Testing our API View.mp4 19.96 MB
8. Introduction to API Views/5. Create a Serializer.mp4 11.08 MB
8. Introduction to API Views/6. Add POST method to APIView.mp4 24.98 MB
8. Introduction to API Views/7. Test POST Function.mp4 8.34 MB
8. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.mp4 12.23 MB
8. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.mp4 11.2 MB
9. Introduction to Viewsets/1. What is a Viewset.mp4 4.64 MB
9. Introduction to Viewsets/2. Create a simple Viewset.mp4 12.7 MB
9. Introduction to Viewsets/3. Add URL Router.mp4 13.37 MB
9. Introduction to Viewsets/4. Testing our Viewset.mp4 7.11 MB
9. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.mp4 24.32 MB
9. Introduction to Viewsets/6. Test Viewset.mp4 14.78 MB
其他位置