Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Ultimate Django Series: Part 3, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:50
    1- Welcome
  2. Урок 2. 00:05:23
    2- Setting Up the Project
  3. Урок 3. 00:00:21
    1- Introduction
  4. Урок 4. 00:03:55
    2- Managing Media Files
  5. Урок 5. 00:03:00
    3- Adding Images to Products
  6. Урок 6. 00:06:15
    4- Building an API to Upload Images
  7. Урок 7. 00:02:50
    5- Returning Images from the API
  8. Урок 8. 00:04:01
    6- Validating Uploaded Files
  9. Урок 9. 00:01:48
    7- Setting Up the Client App
  10. Урок 10. 00:05:34
    8- Enabling CORS
  11. Урок 11. 00:09:13
    9- Managing Images in the Admin
  12. Урок 12. 00:00:16
    1- Introduction
  13. Урок 13. 00:02:34
    2- Setting up a Fake SMTP Server
  14. Урок 14. 00:02:39
    3- Configuring the Email Backend
  15. Урок 15. 00:04:35
    4- Sending Emails
  16. Урок 16. 00:02:06
    5- Attaching Files
  17. Урок 17. 00:04:59
    6- Sending Templated Emails
  18. Урок 18. 00:00:16
    1- Introduction
  19. Урок 19. 00:02:02
    2- Introduction to Celery
  20. Урок 20. 00:02:51
    3- Message Brokers
  21. Урок 21. 00:02:58
    4- Installing Redis
  22. Урок 22. 00:00:50
    5- Celery and Windows
  23. Урок 23. 00:05:30
    6- Setting Up Celery
  24. Урок 24. 00:05:40
    7- Creating and Executing Tasks
  25. Урок 25. 00:03:54
    8- Scheduling Periodic Tasks
  26. Урок 26. 00:01:42
    9- Monitoring Celery Tasks
  27. Урок 27. 00:00:23
    1- Introduction
  28. Урок 28. 00:02:12
    2- What is Automated Testing
  29. Урок 29. 00:02:51
    3- Test Behaviours, Not Implementations
  30. Урок 30. 00:02:02
    4- Tooling
  31. Урок 31. 00:04:45
    5- Your First Test
  32. Урок 32. 00:05:02
    6- Running Tests
  33. Урок 33. 00:00:55
    7- Skipping Tests
  34. Урок 34. 00:01:57
    8- Continuous Testing
  35. Урок 35. 00:02:30
    9- Running and Debugging Tests in VSCode
  36. Урок 36. 00:00:58
    10- Authenticating the User
  37. Урок 37. 00:05:49
    11- Single or Multiple Assertions
  38. Урок 38. 00:07:39
    12- Fixtures
  39. Урок 39. 00:09:00
    13- Creating Model Instances
  40. Урок 40. 00:00:20
    1- Introduction
  41. Урок 41. 00:01:23
    2- Why Performance Testing
  42. Урок 42. 00:00:33
    3- Installing Locust
  43. Урок 43. 00:07:52
    4- Creating a Test Script
  44. Урок 44. 00:04:14
    5- Running a Test Script
  45. Урок 45. 00:02:53
    6- Running a Performance Test
  46. Урок 46. 00:03:52
    7- Performance Optimization Techniques
  47. Урок 47. 00:07:58
    8- Profiling with Silk
  48. Урок 48. 00:03:45
    9- Verifying Optimizations
  49. Урок 49. 00:02:49
    10- Stress Testing
  50. Урок 50. 00:00:17
    1- Introduction
  51. Урок 51. 00:02:24
    2- What is Caching
  52. Урок 52. 00:01:34
    3- Cache Backends
  53. Урок 53. 00:01:11
    4- Simulating a Slow API
  54. Урок 54. 00:01:25
    5- Getting a Baseline Performance Benchmark
  55. Урок 55. 00:00:56
    6- Installing Redis
  56. Урок 56. 00:01:17
    7- Configuring Caching
  57. Урок 57. 00:03:28
    8- Using the Low-level Cache API
  58. Урок 58. 00:04:50
    9- Caching Views
  59. Урок 59. 00:01:48
    10- Verifying Optimizations
  60. Урок 60. 00:02:41
    11- Managing Redis Cache Content
  61. Урок 61. 00:00:17
    1- Introduction
  62. Урок 62. 00:02:38
    2- Adding the Home Page
  63. Урок 63. 00:03:08
    3- Adding Static Assets
  64. Урок 64. 00:02:48
    4- Collecting Static Assets
  65. Урок 65. 00:01:00
    5- Serving Static Assets
  66. Урок 66. 00:06:28
    6- Configuring Logging
  67. Урок 67. 00:05:31
    7- Logging
  68. Урок 68. 00:07:14
    8- Managing Development and Production Settings
  69. Урок 69. 00:02:10
    9- Serving the Application with Gunicorn
  70. Урок 70. 00:00:20
    1- Introduction
  71. Урок 71. 00:00:54
    2- Hosting Options
  72. Урок 72. 00:02:04
    3- Adding Project to Git
  73. Урок 73. 00:01:27
    4- Getting Started with Heroku
  74. Урок 74. 00:02:00
    5- Creating a Heroku App
  75. Урок 75. 00:01:50
    6- Setting Environment Variables
  76. Урок 76. 00:01:59
    7- Creating a Procfile
  77. Урок 77. 00:03:51
    8- Provisioning a MySQL Database
  78. Урок 78. 00:02:52
    9- Provisioning a Redis Instance
  79. Урок 79. 00:01:36
    10- Provisioning an SMTP Server
  80. Урок 80. 00:05:53
    11- Deploying the Application
  81. Урок 81. 00:02:14
    12 - Populating the Database
  82. Урок 82. 00:09:57
    13- Dockerizing the App
  83. Урок 83. 00:00:25
    14- Course Wrap Up