Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Django Bootcamp: Zero to Mastery, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:01
    Learn Django with Dominic Vacchiano
  2. Урок 2. 00:05:31
    Intro to Web Servers
  3. Урок 3. 00:04:55
    What is Django and the MVT Pattern
  4. Урок 4. 00:04:49
    Why Learn Django
  5. Урок 5. 00:02:38
    Python Installation
  6. Урок 6. 00:02:04
    Visual Studio Code Installation
  7. Урок 7. 00:01:09
    Build Django Projects Quickly from the Browser Using Replit
  8. Урок 8. 00:01:40
    Git Bash Terminal Installation
  9. Урок 9. 00:01:59
    Your First Day!
  10. Урок 10. 00:03:18
    URLs and Views Overview
  11. Урок 11. 00:02:19
    Django Project Setup
  12. Урок 12. 00:05:46
    Adding URLs and Views
  13. Урок 13. 00:01:59
    EXERCISE: About Page Solution
  14. Урок 14. 00:05:02
    Dynamic URLs Overview: a Look at the Django Docs
  15. Урок 15. 00:02:44
    Adding Dynamic URL Routing
  16. Урок 16. 00:01:52
    EXERCISE: Dynamic URLs - Add 2 Numbers Solution
  17. Урок 17. 00:05:55
    How Django Templates Work
  18. Урок 18. 00:04:31
    Movies App Project Setup
  19. Урок 19. 00:04:25
    My Fav Movies Template
  20. Урок 20. 00:02:23
    EXERCISE: Create About Page Solution
  21. Урок 21. 00:05:39
    Django Template Variables, Tags, and Filters Overview
  22. Урок 22. 00:02:05
    Accessing Variables in Django Templates
  23. Урок 23. 00:04:30
    Listing Out Our Favorite Movies
  24. Урок 24. 00:04:37
    Django Template Inheritance Overview
  25. Урок 25. 00:07:32
    Creating Navigation Using Template Inheritance
  26. Урок 26. 00:04:27
    Adding Image to About Page
  27. Урок 27. 00:07:31
    What Are Django Models?
  28. Урок 28. 00:04:10
    Job Board Project and App Setup
  29. Урок 29. 00:07:01
    Creating Job Posting Model
  30. Урок 30. 00:05:43
    Adding Our First Job Posting to the Database
  31. Урок 31. 00:05:17
    Adding New Field to Job Posting Table
  32. Урок 32. 00:03:02
    Grabbing the Active Job Posting in Our View
  33. Урок 33. 00:04:14
    Listing Out Active Jobs in Our Template
  34. Урок 34. 00:02:24
    Adding Filters to the Job Listings to Update Formatting
  35. Урок 35. 00:05:20
    Job Detail Pages
  36. Урок 36. 00:02:41
    Handling "Does Not Exist" Error for Job Details
  37. Урок 37. 00:04:54
    Styling to Our Home And Detail Job Pages
  38. Урок 38. 00:03:07
    Creating an Admin Super User and First Look at Django Admin Interface
  39. Урок 39. 00:03:47
    Registering the Job Board Model in the Admin
  40. Урок 40. 00:02:31
    Making the Job Postings Appear Better in the Admin Section
  41. Урок 41. 00:03:11
    Creating, Updating and Deleting Job Postings via the Django Admin
  42. Урок 42. 00:01:13
    The First Project Meeting
  43. Урок 43. 00:02:24
    Setting Up Our Link Shortener Django Project
  44. Урок 44. 00:07:33
    Creating Our Link App and Models
  45. Урок 45. 00:03:30
    Registering Our Link Model with the Admin
  46. Урок 46. 00:01:33
    Adding Links via the Admin
  47. Урок 47. 00:03:14
    Links View and URL Setup
  48. Урок 48. 00:02:12
    Querying the Links from the Database
  49. Урок 49. 00:03:55
    Making the Home Page Pretty with Tailwind CSS
  50. Урок 50. 00:05:40
    Adding Link Shortening Redirect Functionality
  51. Урок 51. 00:04:57
    Intro to Forms: Creating Our First Form
  52. Урок 52. 00:04:09
    Getting the Input Data from the Form
  53. Урок 53. 00:06:51
    Using Django Forms to Create Our Link Form
  54. Урок 54. 00:03:41
    Refactoring to Use Django ModelForms to Create and Save a New Link
  55. Урок 55. 00:07:19
    Adding Styling to Our Form with Crispy Forms
  56. Урок 56. 00:02:57
    Exercise: Imposter Syndrome
  57. Урок 57. 00:01:19
    New Product Pivot
  58. Урок 58. 00:03:16
    Creating Initial Django Project and LinkPlant App
  59. Урок 59. 00:11:37
    Setting Up the Profile and Link Models
  60. Урок 60. 00:05:43
    Registering Our Models with the Admin and Creating Data via the Admin
  61. Урок 61. 00:08:14
    Listing Out the Links with a Class Based View ListView
  62. Урок 62. 00:02:59
    Creating Base HTML File and Styling with Tailwind CSS
  63. Урок 63. 00:08:10
    Creating New Links with the CreateView Class Based View
  64. Урок 64. 00:03:24
    Installing Crispy Forms and Tailwind Styling
  65. Урок 65. 00:04:43
    Updating the Links with the UpdateView Class
  66. Урок 66. 00:08:59
    Creating the Delete View to Remove a Link Using DeleteView Class
  67. Урок 67. 00:08:09
    Building the Final Profile Page Showcasing Links
  68. Урок 68. 00:01:43
    Project Demo Day
  69. Урок 69. 00:05:44
    Initial Project Setup and Creating Trip App
  70. Урок 70. 00:11:16
    Trip and Notes Data Models
  71. Урок 71. 00:05:44
    Enabling Images to be Stored in Our Database and Served via Django
  72. Урок 72. 00:05:33
    Adding Trips via Admin and Creating View to List Out Trips
  73. Урок 73. 00:04:55
    Using Built In Django Auth App to Setup Our Auth URLs
  74. Урок 74. 00:02:55
    Looking Under the Django Hood at the Auth App
  75. Урок 75. 00:06:43
    Adding Our Login Template Page
  76. Урок 76. 00:03:42
    Creating Logout Page and Checking if User is Logged In or Not
  77. Урок 77. 00:08:32
    Setting Up User Registration and Filtering Trips for the Logged In User
  78. Урок 78. 00:02:55
    Adding Styling and Creating Our Base HTML File
  79. Урок 79. 00:09:50
    Allowing User to Create a New Trip
  80. Урок 80. 00:06:31
    Viewing a Trip's Details
  81. Урок 81. 00:05:22
    Creating Notes via Admin and Seeing Notes Details
  82. Урок 82. 00:06:58
    Listing Out Our Notes with a Class Based View
  83. Урок 83. 00:08:20
    Adding a Create Note Form Using Class Based View
  84. Урок 84. 00:06:14
    Updating and Deleting a Note
  85. Урок 85. 00:06:10
    Updating and Deleting a Trip
  86. Урок 86. 00:04:09
    Adding the Finishing Touches to the Homepage and Login and Signup Forms
  87. Урок 87. 00:01:37
    The Final Launch Celebration
  88. Урок 88. 00:04:44
    Intro to Django REST Framework and Web API
  89. Урок 89. 00:07:28
    Setting up Django Project for Restaurant
  90. Урок 90. 00:09:31
    Returning Data in JSON Format
  91. Урок 91. 00:12:03
    Using Django REST Framework
  92. Урок 92. 00:01:18
    Thank You