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

[GigaCourse.Com] Udemy - Build a Backend REST API with Python & Django - Beginner

种子简介

种子名称: [GigaCourse.Com] Udemy - Build a Backend REST API with Python & Django - Beginner
文件类型: 视频
文件数目: 74个文件
文件大小: 2.15 GB
收录时间: 2024-1-22 00:29
已经下载: 3
资源热度: 67
最近下载: 2024-5-20 00:04

下载BT种子文件

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

磁力链接下载

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

喜欢这个种子的人也喜欢

种子包含的文件

[GigaCourse.Com] Udemy - Build a Backend REST API with Python & Django - Beginner.torrent
  • 01 - Course introduction/001 Introduction.mp429.39MB
  • 01 - Course introduction/002 Course structure.mp440.37MB
  • 01 - Course introduction/003 Technologies.mp430.97MB
  • 01 - Course introduction/004 Vagrant vs. Docker.mp459.9MB
  • 01 - Course introduction/005 How to get the most out of this course.mp422.11MB
  • 01 - Course introduction/006 How to get help.mp428.47MB
  • 02 - Setting up your development environment/001 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp437.81MB
  • 02 - Setting up your development environment/002 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4134.48MB
  • 03 - Setting up your project/001 Creating a workspace.mp476.77MB
  • 03 - Setting up your project/002 Creating a Git project.mp489.64MB
  • 03 - Setting up your project/003 Pushing to GitHub.mp478.07MB
  • 04 - Creating a development server/001 Creating a Vagrantfile.mp433.15MB
  • 04 - Creating a development server/002 Configuring our Vagrant box.mp412.84MB
  • 04 - Creating a development server/003 Running and connecting to our dev server.mp410.09MB
  • 04 - Creating a development server/004 Running a Hello World script.mp429.12MB
  • 05 - Creating a Django app/001 Create Python Virtual Environment.mp453.13MB
  • 05 - Creating a Django app/002 Install required Python packages.mp434.88MB
  • 05 - Creating a Django app/003 Create a new Django project & app.mp411.69MB
  • 05 - Creating a Django app/004 Enable our app in the Django settings file.mp47.9MB
  • 05 - Creating a Django app/005 Test and commit our changes.mp411.23MB
  • 06 - Setup the Database/001 What are Django Models.mp43.07MB
  • 06 - Setup the Database/002 Create our user database model.mp480.73MB
  • 06 - Setup the Database/003 Add a user model manager.mp457.33MB
  • 06 - Setup the Database/004 Set our custom user model.mp46.65MB
  • 06 - Setup the Database/005 Create migrations and sync DB.mp431.04MB
  • 07 - Setup Django Admin/001 Creating a superuser.mp428.34MB
  • 07 - Setup Django Admin/002 Enable Django Admin.mp423.27MB
  • 07 - Setup Django Admin/003 Test Django Admin.mp477.96MB
  • 08 - Introduction to API Views/001 What is an APIView.mp46.92MB
  • 08 - Introduction to API Views/002 Create first APIView.mp442.77MB
  • 08 - Introduction to API Views/003 Configure view URL.mp424.16MB
  • 08 - Introduction to API Views/004 Testing our API View.mp48.72MB
  • 08 - Introduction to API Views/005 Create a Serializer.mp410.91MB
  • 08 - Introduction to API Views/006 Add POST method to APIView.mp423.56MB
  • 08 - Introduction to API Views/007 Test POST Function.mp413.33MB
  • 08 - Introduction to API Views/008 Add PUT, PATCH and DELETE methods.mp418.34MB
  • 08 - Introduction to API Views/009 Test the PUT, PATCH and DELETE methods.mp414.48MB
  • 09 - Introduction to Viewsets/001 What is a Viewset.mp48.25MB
  • 09 - Introduction to Viewsets/002 Create a simple Viewset.mp421.19MB
  • 09 - Introduction to Viewsets/003 Add URL Router.mp488.35MB
  • 09 - Introduction to Viewsets/004 Testing our Viewset.mp410.23MB
  • 09 - Introduction to Viewsets/005 Add create, retrieve, update, partial_update and destroy functions.mp419.83MB
  • 09 - Introduction to Viewsets/006 Test Viewset.mp415.88MB
  • 10 - Create Profiles API/001 Plan our Profiles API.mp45.64MB
  • 10 - Create Profiles API/002 Create user profile serializer.mp436.46MB
  • 10 - Create Profiles API/004 Create profiles ViewSet.mp414.2MB
  • 10 - Create Profiles API/005 Register profile Viewset with the URL router.mp44.22MB
  • 10 - Create Profiles API/006 Test creating a profile.mp416.9MB
  • 10 - Create Profiles API/007 Create permission class.mp427.67MB
  • 10 - Create Profiles API/008 Add authentication and permissions to Viewset.mp457.37MB
  • 10 - Create Profiles API/009 Test new permissions.mp443.69MB
  • 10 - Create Profiles API/010 Add search profiles feature.mp411.47MB
  • 10 - Create Profiles API/011 Test searching profiles.mp459.22MB
  • 11 - Create login API/001 Create login API viewset.mp424.39MB
  • 11 - Create login API/002 Test login API.mp47.8MB
  • 11 - Create login API/003 Set token header using ModHeader extension.mp422.49MB
  • 12 - Create profile feed API/001 Plan profile feed API.mp44.34MB
  • 12 - Create profile feed API/002 Add new model Item.mp429.73MB
  • 12 - Create profile feed API/003 Create and run model migration.mp49.36MB
  • 12 - Create profile feed API/004 Add profile feed model to admin.mp42.64MB
  • 12 - Create profile feed API/005 Create profile feed item serializer.mp416.6MB
  • 12 - Create profile feed API/006 Create ViewSet for our profile feed item.mp423.96MB
  • 12 - Create profile feed API/007 Test Feed API.mp412.26MB
  • 12 - Create profile feed API/008 Add permissions for feed API.mp427.76MB
  • 12 - Create profile feed API/009 Test feed API permissions.mp414.43MB
  • 12 - Create profile feed API/010 Restrict viewing status updates to logged in users only.mp49.14MB
  • 12 - Create profile feed API/011 Test new private feed.mp43.69MB
  • 13 - Deploying our API to a server on AWS/001 Introduction to deploying our app to AWS.mp43.97MB
  • 13 - Deploying our API to a server on AWS/002 Add key pair to AWS.mp459.97MB
  • 13 - Deploying our API to a server on AWS/003 Create EC2 server instance.mp414.83MB
  • 13 - Deploying our API to a server on AWS/004 Add deployment script and configs to our project.mp457.81MB
  • 13 - Deploying our API to a server on AWS/005 Deploy to server.mp439.1MB
  • 13 - Deploying our API to a server on AWS/006 Update allowed hosts and deploy changes.mp457.96MB
  • 14 - Summary/001 Course outro.mp418.79MB