首页 磁力链接怎么用

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

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2022-9-14 16:21 2024-5-9 16:55 145 3.93 GB 72
二维码链接
[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Advanced的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Introduction/001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp444.8MB
  2. 01 Introduction/002 Intro to the course.mp451.85MB
  3. 01 Introduction/003 Course structure.mp423.37MB
  4. 01 Introduction/004 How to get the most out of this course.mp419.61MB
  5. 01 Introduction/005 How to get help.mp429.86MB
  6. 02 Technologies used in this course/001 Python.mp416.88MB
  7. 02 Technologies used in this course/002 Django.mp420MB
  8. 02 Technologies used in this course/003 Django REST Framework.mp417.29MB
  9. 02 Technologies used in this course/004 Docker.mp412.77MB
  10. 02 Technologies used in this course/005 Travis-CI.mp415.7MB
  11. 02 Technologies used in this course/006 Postgres.mp46.67MB
  12. 02 Technologies used in this course/007 What is test driven development_.mp487.95MB
  13. 04 Create new project/001 Setup new GitHub project.mp437.9MB
  14. 04 Create new project/002 Add Dockerfile.mp4102.78MB
  15. 04 Create new project/003 Configure Docker Compose.mp449.02MB
  16. 04 Create new project/005 Create Django project.mp432.62MB
  17. 05 Setup automation/001 Enable Travis-CI for project.mp421.39MB
  18. 05 Setup automation/002 Create Travis-CI configuration file.mp477.16MB
  19. 06 Introduction to test driven development (TDD)/001 Writing a simple unit test.mp467.3MB
  20. 06 Introduction to test driven development (TDD)/002 Writing a unit test with TDD.mp453.62MB
  21. 07 Configure Django custom user model/001 Create core app.mp411.74MB
  22. 07 Configure Django custom user model/002 Add tests for custom user model.mp424.6MB
  23. 07 Configure Django custom user model/003 Implement custom user model.mp460.74MB
  24. 07 Configure Django custom user model/004 Normalize email addresses.mp421.58MB
  25. 07 Configure Django custom user model/005 Add validation for email field.mp416.7MB
  26. 07 Configure Django custom user model/006 Add support for creating superusers.mp442.27MB
  27. 08 Setup Django admin/001 Add tests for listing users in Django admin.mp440.48MB
  28. 08 Setup Django admin/002 Modify Django admin to list our custom user model.mp49.94MB
  29. 08 Setup Django admin/003 Modify Django admin to support changing user model.mp434.19MB
  30. 08 Setup Django admin/004 Modify Django admin to support creating users.mp488.04MB
  31. 09 Setting up database/001 Add postgres to docker compose.mp431.4MB
  32. 09 Setting up database/002 Add postgres support to Dockerfile.mp423.83MB
  33. 09 Setting up database/003 Configure database in Django.mp418.86MB
  34. 10 Waiting for postgres to start/001 Mocking with unittests.mp429.77MB
  35. 10 Waiting for postgres to start/002 Add tests for wait_for_db command.mp453.65MB
  36. 10 Waiting for postgres to start/003 Add wait_for_db command.mp444.94MB
  37. 10 Waiting for postgres to start/004 Make docker compose wait for db.mp417.21MB
  38. 10 Waiting for postgres to start/006 Test in browser.mp412.35MB
  39. 11 Create user management endpoints/001 Create users app.mp422.74MB
  40. 11 Create user management endpoints/002 Add tests for create user API.mp4126.51MB
  41. 11 Create user management endpoints/003 Add create user API.mp476.83MB
  42. 11 Create user management endpoints/005 Add tests for creating a new token.mp4154.93MB
  43. 11 Create user management endpoints/006 Add create token API.mp4224.6MB
  44. 11 Create user management endpoints/007 Add tests for manage user endpoint.mp4101.76MB
  45. 11 Create user management endpoints/008 Add manage user endpoint.mp494.9MB
  46. 12 Create tags endpoint/001 Create recipe app.mp417.37MB
  47. 12 Create tags endpoint/002 Add tag model.mp457.34MB
  48. 12 Create tags endpoint/003 Add tests for listing tags.mp458.69MB
  49. 12 Create tags endpoint/004 Add feature to list tags.mp452.68MB
  50. 12 Create tags endpoint/005 Add create tags feature.mp434.27MB
  51. 13 Create ingredients endpoint/001 Add ingredient model.mp427.39MB
  52. 13 Create ingredients endpoint/002 Add tests for listing ingredients.mp468.04MB
  53. 13 Create ingredients endpoint/003 Implement feature for listing ingredients.mp433.04MB
  54. 13 Create ingredients endpoint/004 Implement feature for creating ingredients.mp453.71MB
  55. 13 Create ingredients endpoint/005 Re-factor tags and ingredients viewsets.mp449.99MB
  56. 14 Create recipe endpoint/001 Add recipe model.mp485.6MB
  57. 14 Create recipe endpoint/002 Add tests for listing recipes.mp471.51MB
  58. 14 Create recipe endpoint/003 Implement feature for listing recipes.mp456.78MB
  59. 14 Create recipe endpoint/004 Add tests for retrieving recipe detail.mp461.65MB
  60. 14 Create recipe endpoint/005 Implement feature for retrieving recipe detail.mp446.39MB
  61. 14 Create recipe endpoint/006 Add tests for creating recipes.mp477.09MB
  62. 14 Create recipe endpoint/007 Implement feature for creating recipes.mp491.46MB
  63. 14 Create recipe endpoint/008 Add tests for updating recipes.mp450.12MB
  64. 15 Add upload image endpoint/001 Add Pillow requirement.mp4160.26MB
  65. 15 Add upload image endpoint/002 Modify recipe model.mp477.11MB
  66. 15 Add upload image endpoint/003 Add tests for uploading image to recipe.mp492.5MB
  67. 15 Add upload image endpoint/004 Add feature to upload image.mp475.21MB
  68. 16 Add filtering/001 Add tests for filtering recipes.mp481.93MB
  69. 16 Add filtering/002 Implement feature to filter recipes.mp4211.39MB
  70. 16 Add filtering/003 Add tests for filtering tags and ingredients.mp489.96MB
  71. 16 Add filtering/004 Implement feature for filtering tags and ingredients.mp445.97MB
  72. 17 Summary/001 What was covered in this course.mp428.17MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统