本站已收录 番号和无损神作磁力链接/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
文件类型: 视频
文件数目: 72个文件
文件大小: 1.07 GB
收录时间: 2019-2-16 07:24
已经下载: 3
资源热度: 181
最近下载: 2024-5-27 01:37

下载BT种子文件

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

磁力链接下载

magnet:?xt=urn:btih:e362d7a9385505109a6c395d180fb0a10438340d&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. Introduction.mp413.04MB
  • 1. Course introduction/2. How to take this course.mp49.07MB
  • 1. Course introduction/3. Technologies used.mp49.56MB
  • 10. Create Profiles API/1. Plan our Profiles API.mp43.67MB
  • 10. Create Profiles API/10. Test searching profiles.mp411.51MB
  • 10. Create Profiles API/2. Create user profile serializer.mp425.07MB
  • 10. Create Profiles API/3. Create profiles Viewset.mp48.43MB
  • 10. Create Profiles API/4. Register profile Viewset with the URL router.mp44.86MB
  • 10. Create Profiles API/5. Test creating a profile.mp421.45MB
  • 10. Create Profiles API/6. Create permission class.mp422.18MB
  • 10. Create Profiles API/7. Add authentication and permissions to Viewset.mp411.3MB
  • 10. Create Profiles API/8. Test new permissions.mp48.87MB
  • 10. Create Profiles API/9. Add search profiles feature.mp48.61MB
  • 11. Create login API/1. Create login API viewset.mp417.45MB
  • 11. Create login API/2. Test login API.mp48.99MB
  • 11. Create login API/3. Set token header using ModHeader extension.mp421.81MB
  • 12. Create profile feed API/1. Plan profile feed API.mp43.11MB
  • 12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp47.69MB
  • 12. Create profile feed API/11. Test new private feed.mp48.72MB
  • 12. Create profile feed API/2. Add new Model Item.mp418.65MB
  • 12. Create profile feed API/3. Create and run model migration.mp48.89MB
  • 12. Create profile feed API/4. Add profile feed model to admin.mp46.21MB
  • 12. Create profile feed API/5. Create profile feed item serializer.mp410.09MB
  • 12. Create profile feed API/6. Create Viewset for our profile feed item.mp415.58MB
  • 12. Create profile feed API/7. Test Feed API.mp410.55MB
  • 12. Create profile feed API/8. Add permissions for feed API.mp417.97MB
  • 12. Create profile feed API/9. Test feed API permissions.mp415.43MB
  • 13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp49.94MB
  • 13. Deploying our API to a server on AWS/2. Pushing our project to GitHub.mp431.23MB
  • 13. Deploying our API to a server on AWS/3. Add deployment script and configs to our project.mp433.92MB
  • 13. Deploying our API to a server on AWS/4. Create and launch an EC2 instance.mp437.55MB
  • 13. Deploying our API to a server on AWS/5. Download and run server setup script.mp422.04MB
  • 13. Deploying our API to a server on AWS/6. Create superuser and test server.mp420.95MB
  • 13. Deploying our API to a server on AWS/7. Add domain to allowed list and push update.mp418.85MB
  • 13. Deploying our API to a server on AWS/8. Test site on server.mp410.63MB
  • 14. Summary/1. Course outro.mp44.01MB
  • 2. Setting up your development environment/1. Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp438.12MB
  • 3. Setting up your project/1. Creating a workspace.mp429.48MB
  • 3. Setting up your project/2. Creating a Git project.mp425.56MB
  • 4. Creating a development server/1. Creating a Vagrantfile.mp49.53MB
  • 4. Creating a development server/2. Configuring our Vagrant box.mp418.89MB
  • 4. Creating a development server/3. Running and connecting to our dev server.mp413.94MB
  • 4. Creating a development server/4. Running a Hello World script.mp419.66MB
  • 5. Creating a Django app/1. Create Python Virtual Environment.mp423.16MB
  • 5. Creating a Django app/2. Install required Python packages.mp411.52MB
  • 5. Creating a Django app/3. Create a new Django project & app.mp412.7MB
  • 5. Creating a Django app/4. Enable our app in the Django settings file.mp48.47MB
  • 5. Creating a Django app/5. Saving our requirements.mp49.39MB
  • 5. Creating a Django app/6. Test and commit our changes.mp418.34MB
  • 6. Setup the Database/1. What are Django Models.mp43.74MB
  • 6. Setup the Database/2. Create our user database model.mp441.71MB
  • 6. Setup the Database/3. Add a user model manager.mp423.99MB
  • 6. Setup the Database/4. Set our custom user model.mp45.37MB
  • 6. Setup the Database/5. Create migrations and sync DB.mp430.99MB
  • 7. Setup Django Admin/1. Creating a superuser.mp411.13MB
  • 7. Setup Django Admin/2. Enable Django Admin.mp46.4MB
  • 7. Setup Django Admin/3. Test Django Admin.mp413.5MB
  • 8. Introduction to API Views/1. What is an APIView.mp45.1MB
  • 8. Introduction to API Views/2. Create first APIView.mp416.83MB
  • 8. Introduction to API Views/3. Configure view URL.mp419.63MB
  • 8. Introduction to API Views/4. Testing our API View.mp419.96MB
  • 8. Introduction to API Views/5. Create a Serializer.mp411.08MB
  • 8. Introduction to API Views/6. Add POST method to APIView.mp424.98MB
  • 8. Introduction to API Views/7. Test POST Function.mp48.34MB
  • 8. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.mp412.23MB
  • 8. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.mp411.2MB
  • 9. Introduction to Viewsets/1. What is a Viewset.mp44.64MB
  • 9. Introduction to Viewsets/2. Create a simple Viewset.mp412.7MB
  • 9. Introduction to Viewsets/3. Add URL Router.mp413.37MB
  • 9. Introduction to Viewsets/4. Testing our Viewset.mp47.11MB
  • 9. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.mp424.32MB
  • 9. Introduction to Viewsets/6. Test Viewset.mp414.78MB