本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner

种子简介

种子名称: [FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner
文件类型: 视频
文件数目: 73个文件
文件大小: 4.71 GB
收录时间: 2020-6-4 01:14
已经下载: 3
资源热度: 208
最近下载: 2024-6-2 16:24

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:1709df7bcae6985b022636a6538f4f02709f88cc&dn=[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner.torrent
  • 1. Course introduction/1. Course structure.mp441.49MB
  • 1. Course introduction/2. Technologies.mp444.72MB
  • 1. Course introduction/3. Vagrant vs. Docker.mp461.57MB
  • 1. Course introduction/4. How to get the most out of this course.mp422.71MB
  • 1. Course introduction/5. How to get help.mp429.24MB
  • 10. Create Profiles API/1. Plan our Profiles API.mp418.38MB
  • 10. Create Profiles API/10. Test searching profiles.mp479.18MB
  • 10. Create Profiles API/2. Create user profile serializer.mp4163.1MB
  • 10. Create Profiles API/3. Create profiles ViewSet.mp450.18MB
  • 10. Create Profiles API/4. Register profile Viewset with the URL router.mp426MB
  • 10. Create Profiles API/5. Test creating a profile.mp480.08MB
  • 10. Create Profiles API/6. Create permission class.mp4129.58MB
  • 10. Create Profiles API/7. Add authentication and permissions to Viewset.mp460.39MB
  • 10. Create Profiles API/8. Test new permissions.mp445.88MB
  • 10. Create Profiles API/9. Add search profiles feature.mp436.59MB
  • 11. Create login API/1. Create login API viewset.mp477.77MB
  • 11. Create login API/2. Test login API.mp449.79MB
  • 11. Create login API/3. Set token header using ModHeader extension.mp4105.71MB
  • 12. Create profile feed API/1. Plan profile feed API.mp414.13MB
  • 12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp431.91MB
  • 12. Create profile feed API/11. Test new private feed.mp422.06MB
  • 12. Create profile feed API/2. Add new model Item.mp4124.82MB
  • 12. Create profile feed API/3. Create and run model migration.mp437.99MB
  • 12. Create profile feed API/4. Add profile feed model to admin.mp417.39MB
  • 12. Create profile feed API/5. Create profile feed item serializer.mp476.95MB
  • 12. Create profile feed API/6. Create ViewSet for our profile feed item.mp4103.63MB
  • 12. Create profile feed API/7. Test Feed API.mp482.27MB
  • 12. Create profile feed API/8. Add permissions for feed API.mp494.71MB
  • 12. Create profile feed API/9. Test feed API permissions.mp465.95MB
  • 13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp416.3MB
  • 13. Deploying our API to a server on AWS/2. Add key pair to AWS.mp460.04MB
  • 13. Deploying our API to a server on AWS/3. Create EC2 server instance.mp446.53MB
  • 13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.mp4168.56MB
  • 13. Deploying our API to a server on AWS/5. Deploy to server.mp470.2MB
  • 13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.mp476.17MB
  • 14. Summary/1. Course outro.mp436.81MB
  • 2. Setting up your development environment/1. Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4124.76MB
  • 2. Setting up your development environment/2. macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4134.31MB
  • 3. Setting up your project/1. Creating a workspace.mp482.36MB
  • 3. Setting up your project/2. Creating a Git project.mp4118.55MB
  • 3. Setting up your project/3. Pushing to GitHub.mp488.6MB
  • 4. Creating a development server/1. Creating a Vagrantfile.mp434.29MB
  • 4. Creating a development server/2. Configuring our Vagrant box.mp435.98MB
  • 4. Creating a development server/3. Running and connecting to our dev server.mp430.38MB
  • 4. Creating a development server/4. Running a Hello World script.mp449.81MB
  • 5. Creating a Django app/1. Create Python Virtual Environment.mp468.16MB
  • 5. Creating a Django app/2. Install required Python packages.mp437.93MB
  • 5. Creating a Django app/3. Create a new Django project & app.mp428.55MB
  • 5. Creating a Django app/4. Enable our app in the Django settings file.mp421.42MB
  • 5. Creating a Django app/5. Test and commit our changes.mp438.05MB
  • 6. Setup the Database/1. What are Django Models.mp412.5MB
  • 6. Setup the Database/2. Create our user database model.mp497.78MB
  • 6. Setup the Database/3. Add a user model manager.mp4158.64MB
  • 6. Setup the Database/4. Set our custom user model.mp419.29MB
  • 6. Setup the Database/5. Create migrations and sync DB.mp453.53MB
  • 7. Setup Django Admin/1. Creating a superuser.mp448.92MB
  • 7. Setup Django Admin/2. Enable Django Admin.mp423.83MB
  • 7. Setup Django Admin/3. Test Django Admin.mp479.31MB
  • 8. Introduction to API Views/1. What is an APIView.mp424.02MB
  • 8. Introduction to API Views/2. Create first APIView.mp4148.86MB
  • 8. Introduction to API Views/3. Configure view URL.mp4104.88MB
  • 8. Introduction to API Views/4. Testing our API View.mp437.8MB
  • 8. Introduction to API Views/5. Create a Serializer.mp475.54MB
  • 8. Introduction to API Views/6. Add POST method to APIView.mp4143.31MB
  • 8. Introduction to API Views/7. Test POST Function.mp447.09MB
  • 8. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.mp481.48MB
  • 8. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.mp467.1MB
  • 9. Introduction to Viewsets/1. What is a Viewset.mp422.06MB
  • 9. Introduction to Viewsets/2. Create a simple Viewset.mp475.01MB
  • 9. Introduction to Viewsets/3. Add URL Router.mp492.06MB
  • 9. Introduction to Viewsets/4. Testing our Viewset.mp446.04MB
  • 9. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.mp4125.02MB
  • 9. Introduction to Viewsets/6. Test Viewset.mp473.53MB