Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Django with Tailwind CSS, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:50
    Course overview
  2. Урок 2. 00:00:50
    Code editor + extensions
  3. Урок 3. 00:03:37
    Start a new project
  4. Урок 4. 00:09:51
    Create first app & model for Authors
  5. Урок 5. 00:02:09
    Create apps for: publishers, books, customers & rentals
  6. Урок 6. 00:08:32
    Create the Publisher Model
  7. Урок 7. 00:10:04
    Create the Book Model + override the save method to generate the slug
  8. Урок 8. 00:03:48
    Generating book id with uuid
  9. Урок 9. 00:09:37
    Add ImageField to the Book class + configure media files
  10. Урок 10. 00:06:40
    Create QR Code for the Book
  11. Урок 11. 00:10:27
    Create the Customer Model
  12. Урок 12. 00:11:37
    Create the Rental Model
  13. Урок 13. 00:03:41
    Improvements to the Book Model
  14. Урок 14. 00:04:23
    Introduction to MVT
  15. Урок 15. 00:03:14
    Writing our first view
  16. Урок 16. 00:04:28
    View with the template
  17. Урок 17. 00:03:04
    Template inheritance
  18. Урок 18. 00:07:55
    Working with querysets
  19. Урок 19. 00:06:02
    Reverse relationships
  20. Урок 20. 00:05:06
    Defining methods in models
  21. Урок 21. 00:04:57
    Better code organization
  22. Урок 22. 00:11:51
    App views and urls
  23. Урок 23. 00:07:53
    Navigating between views
  24. Урок 24. 00:15:38
    Dummy data generation with custom management commands
  25. Урок 25. 00:08:40
    Exporting the Publisher data
  26. Урок 26. 00:10:09
    Exporting Customers data
  27. Урок 27. 00:12:21
    Exporting Books data
  28. Урок 28. 00:01:38
    Improving the book exports
  29. Урок 29. 00:01:12
    Adjust admin header & title
  30. Урок 30. 00:01:12
    Introduction to Tailwind css
  31. Урок 31. 00:20:19
    Add Tailwind CSS to a Django Project
  32. Урок 32. 00:12:11
    Style Button
  33. Урок 33. 00:10:09
    Add custom color
  34. Урок 34. 00:07:01
    Light / Dark mode
  35. Урок 35. 00:01:48
    Add navbar & sidebar
  36. Урок 36. 00:06:05
    Transforming the book title list to class view
  37. Урок 37. 00:08:07
    Overriding get_queryset method
  38. Урок 38. 00:04:16
    Create first Django Form
  39. Урок 39. 00:08:01
    Form methods
  40. Урок 40. 00:04:38
    Form validation
  41. Урок 41. 00:08:16
    Styling options for the forms
  42. Урок 42. 00:07:47
    Styling the book title form
  43. Урок 43. 00:07:57
    Django messages
  44. Урок 44. 00:07:59
    Reusable components - alert
  45. Урок 45. 00:07:57
    Reusable components - header
  46. Урок 46. 00:05:46
    get context data method
  47. Урок 47. 00:04:56
    Adding extra parameter to the Book Title list view
  48. Урок 48. 00:09:51
    Configuring static files (add javascript)
  49. Урок 49. 00:06:36
    Add a button to the header
  50. Урок 50. 00:05:17
    Place form in a modal
  51. Урок 51. 00:01:58
    Adding js to the modal + fixing the form
  52. Урок 52. 00:10:19
    Book list view
  53. Урок 53. 00:09:33
    Adding pagination
  54. Урок 54. 00:02:22
    Transforming to Book Title detail view
  55. Урок 55. 00:03:01
    Add a header to the Book title detail page + back button
  56. Урок 56. 00:06:08
    Add table to display books
  57. Урок 57. 00:05:23
    Book detail page (get absolute url)
  58. Урок 58. 00:09:59
    Book delete page
  59. Урок 59. 00:12:07
    Add confirmation of delete
  60. Урок 60. 00:02:15
    Reusable components - buttons
  61. Урок 61. 00:06:54
    Checking if the book is available
  62. Урок 62. 00:04:51
    Display the status of the book
  63. Урок 63. 00:03:06
    Book detail page
  64. Урок 64. 00:10:40
    Adding copy to clipboard
  65. Урок 65. 00:04:54
    Add rentals section + create first view & template
  66. Урок 66. 00:06:20
    Highlight the current section in the sidebar
  67. Урок 67. 00:05:27
    Add search functionality by the book id - form and view
  68. Урок 68. 00:05:09
    Add search functionality by the book id - template and javascript
  69. Урок 69. 00:11:42
    Redirect to Rentals list
  70. Урок 70. 00:04:58
    Display the history of rentals
  71. Урок 71. 00:12:36
    Writing custom template filter to retrieve status information
  72. Урок 72. 00:07:11
    Intro to book model modification
  73. Урок 73. 00:01:27
    Change pk to uuid
  74. Урок 74. 00:03:04
    Change isbn as hashed book title and publisher (sha 256)
  75. Урок 75. 00:04:55
    Automation - run migrations
  76. Урок 76. 00:03:42
    Automation - reset data
  77. Урок 77. 00:05:42
    Modification: display the book id and isbn
  78. Урок 78. 00:10:01
    Search by book id or isbn
  79. Урок 79. 00:05:50
    Last touches to book detail page
  80. Урок 80. 00:09:39
    Working on update rental status
  81. Урок 81. 00:12:06
    Add small improvements
  82. Урок 82. 00:02:36
    Add new rental
  83. Урок 83. 00:15:01
    Add header to the new rental page
  84. Урок 84. 00:01:37
    Download rentals data from view - part 1
  85. Урок 85. 00:09:15
    Download rentals data from view (and admin) - part 2
  86. Урок 86. 00:19:41
    Adding jdenticon to the navbar
  87. Урок 87. 00:03:07
    Create the dropdown menu
  88. Урок 88. 00:08:41
    Adding JS to the navbar to make it more interactive
  89. Урок 89. 00:07:10
    Create the dashboard page
  90. Урок 90. 00:06:43
    Add ajax
  91. Урок 91. 00:06:03
    Aggregate vs annotate
  92. Урок 92. 00:06:07
    Prepare chart data - part 1
  93. Урок 93. 00:10:02
    Prepare chart data - part 2
  94. Урок 94. 00:09:55
    Add chart js
  95. Урок 95. 00:15:49
    Adding forms for logging in
  96. Урок 96. 00:02:32
    Add login view
  97. Урок 97. 00:05:51
    Add login template
  98. Урок 98. 00:06:12
    Create send otp function
  99. Урок 99. 00:05:32
    Create otp view
  100. Урок 100. 00:12:38
    Otp template & test run
  101. Урок 101. 00:04:02
    Add logout
  102. Урок 102. 00:02:44
    Adding mixins & decorators for login
  103. Урок 103. 00:07:13
    Display contents depending on if user is authenticated
  104. Урок 104. 00:03:11
    Chart data only for ajax requests
  105. Урок 105. 00:02:20
    Fix change theme after login
  106. Урок 106. 00:02:04
    Put charts into cards & set the dashboard header
  107. Урок 107. 00:02:23
    Add about page + highlighting for about & dashboard section
  108. Урок 108. 00:05:57
    Add logo
  109. Урок 109. 00:01:44
    Add missing titles to templates
  110. Урок 110. 00:03:02
    Switching Username to Email in Django Authentication