-
Урок 1. 00:02:40Introduction
-
Урок 2. 00:02:32Installation & Recommended Setup
-
Урок 3. 00:02:37How to use this course
-
Урок 4. 00:01:48Introduction
-
Урок 5. 00:11:27Install & First View
-
Урок 6. 00:11:03Http Response & Http Response Redirect
-
Урок 7. 00:10:50CRUD & Views
-
Урок 8. 00:05:29Template Rendering
-
Урок 9. 00:05:30Understanding Context
-
Урок 10. 00:06:43User Context & Login Required Decorator
-
Урок 11. 00:12:18Detail View
-
Урок 12. 00:13:45Create View
-
Урок 13. 00:05:28Update View
-
Урок 14. 00:06:17Delete View
-
Урок 15. 00:11:52Combining Crud in 1 View
-
Урок 16. 00:06:30Search in List View & Q Lookups
-
Урок 17. 00:00:41Thank you and next steps
-
Урок 18. 00:01:59Introduction
-
Урок 19. 00:01:23Documentation & Version
-
Урок 20. 00:04:08Start Blank Project
-
Урок 21. 00:07:16App, First Model, & Makemigrations
-
Урок 22. 00:09:57Boolean Field, Null, & Default Values
-
Урок 23. 00:04:36CharField & TextField
-
Урок 24. 00:05:07Render Model in Admin
-
Урок 25. 00:05:41Django Field Choices
-
Урок 26. 00:03:40Object Unicode Name
-
Урок 27. 00:06:00Built-in Validation
-
Урок 28. 00:06:18Custom Field Validation
-
Урок 29. 00:07:42Overriding the Save Method
-
Урок 30. 00:10:50Using Signals with Models
-
Урок 31. 00:03:38Error Messages & Help Text
-
Урок 32. 00:07:26Timestamp & DateTimeField
-
Урок 33. 00:09:47Instance Methods & Properties
-
Урок 34. 00:09:55Model Managers
-
Урок 35. 00:08:50Custom QuerySet Methods
-
Урок 36. 00:10:45Models in the Python Shell
-
Урок 37. 00:00:51Thank you!
-
Урок 38. 00:00:40Welcome
-
Урок 39. 00:01:51Requirements & Recommendations
-
Урок 40. 00:04:11Intro & Template View
-
Урок 41. 00:06:16Customize Template View
-
Урок 42. 00:10:02Base View and Mixins
-
Урок 43. 00:09:19Login Required Decorator & Custom Mixin
-
Урок 44. 00:11:05DetailView
-
Урок 45. 00:08:23ListView
-
Урок 46. 00:12:10CreateView
-
Урок 47. 00:04:13UpdateView
-
Урок 48. 00:07:19Delete View
-
Урок 49. 00:07:06Handling Exceptions with Objects
-
Урок 50. 00:07:52Django Messages in a CBV
-
Урок 51. 00:11:57Using a FormMixin in a CBV
-
Урок 52. 00:01:19Next Steps
-
Урок 53. 00:01:22Introduction
-
Урок 54. 00:02:35Requirements & Suggestions
-
Урок 55. 00:02:23Basic Overview
-
Урок 56. 00:06:27An HTML Form
-
Урок 57. 00:02:22Your First Django Form
-
Урок 58. 00:05:55Render the Form
-
Урок 59. 00:04:38Form Fields
-
Урок 60. 00:06:56Collecting Data via HTML Form
-
Урок 61. 00:06:32Collecting Data via Django Form
-
Урок 62. 00:05:08Basic Form Validation
-
Урок 63. 00:10:24Initial Form Data
-
Урок 64. 00:11:46Form Field Label & Widgets
-
Урок 65. 00:09:03Model Form
-
Урок 66. 00:08:05Override the Save Method in Model Form
-
Урок 67. 00:05:34Adjusting Model Form Data in a View
-
Урок 68. 00:11:17Custom Error Messages
-
Урок 69. 00:06:31Rendering Form Errors in a View
-
Урок 70. 00:08:55Rendering Fields Manually within a Template
-
Урок 71. 00:05:55Reusable Form Template Snippet
-
Урок 72. 00:07:15Django Formsets
-
Урок 73. 00:07:12Model Formsets
-
Урок 74. 00:06:18ModelForm and QuerySets in Model Formsets
-
Урок 75. 00:15:54Dynamic New Form in Formsets with jQuery
-
Урок 76. 00:00:57Next Steps
-
Урок 77. 00:09:44Setup Project
-
Урок 78. 00:01:35Introduction
-
Урок 79. 00:10:08Template Filters
-
Урок 80. 00:10:20For Loops & Cycle
-
Урок 81. 00:10:13Inheritance
-
Урок 82. 00:06:35Include with Variables
-
Урок 83. 00:09:02Override App Templates
-
Урок 84. 00:01:45Thank you and next steps
-
Урок 85. 00:02:28Introduction
-
Урок 86. 00:02:48Setup gettext using Homebrew
-
Урок 87. 00:06:35Translate a String in a View
-
Урок 88. 00:02:24Manually Activate Translation by Language
-
Урок 89. 00:03:35Django Translation in Template
-
Урок 90. 00:00:49Thank you
-
Урок 91. 00:01:06Welcome
-
Урок 92. 00:02:01Requirements
-
Урок 93. 00:11:05Extend User Model
-
Урок 94. 00:17:17Custom User Model
-
Урок 95. 00:04:05Extending the Custom User Model
-
Урок 96. 00:08:43Register User
-
Урок 97. 00:17:33User Login & Authentication
-
Урок 98. 00:02:22User Logout
-
Урок 99. 00:09:22User Login with Username or Email
-
Урок 100. 00:06:30Inactive User
-
Урок 101. 00:14:02Activation Keys
-
Урок 102. 00:00:35Thank you and next steps
-
Урок 103. 00:02:46Requirements
-
Урок 104. 00:03:12Setup Project
-
Урок 105. 00:18:33Model Tests
-
Урок 106. 00:10:04Form Tests
-
Урок 107. 00:08:01View Tests
-
Урок 108. 00:13:26Authenticating Users Tests
-
Урок 109. 00:11:57CRUD Test in Django Rest Framework
-
Урок 110. 00:00:39Thank you and next steps
-
Урок 111. 00:01:54Deployment Introduction
-
Урок 112. 00:17:03Linode Part 1
-
Урок 113. 00:12:05Linode Part 2
-
Урок 114. 00:10:59Digital Ocean | Setup
-
Урок 115. 00:19:37Digital Ocean | Local Django Project
-
Урок 116. 00:15:44Digital Ocean | Debian + Apache + Django
-
Урок 117. 00:12:30Digital Ocean | Local to Live
-
Урок 118. 00:08:21Webfaction | Setup
-
Урок 119. 00:19:37Webfaction | Local Django Project
-
Урок 120. 00:13:02Webfaction | Local to Live
-
Урок 121. 00:04:34Heroku | Login to Heroku
-
Урок 122. 00:19:37Local Django Project
-
Урок 123. 00:08:09Setup Git for your Project
-
Урок 124. 00:04:53Create Heroku App
-
Урок 125. 00:05:11Production Settings & Static Files
-
Урок 126. 00:15:05Custom Domain & Go Live
-
Урок 127. 00:00:48Welcome to Foreign Keys Unleashed
-
Урок 128. 00:06:53First Foreign Key Relation
-
Урок 129. 00:08:09Relations in the Shell
-
Урок 130. 00:09:46More Foreign Keys
-
Урок 131. 00:08:27ManyToMany Field
-
Урок 132. 00:08:14One to One Field
-
Урок 133. 00:11:22On Delete
-
Урок 134. 00:04:01Limit Choices To
-
Урок 135. 00:03:33Search & Change Foreign Key Field in Admin
-
Урок 136. 00:04:36Save Request User to Model in Admin
-
Урок 137. 00:04:05Model Admin Method for User Foreign Key
-
Урок 138. 00:04:58Related Name in Foreign Key
-
Урок 139. 00:00:49Thank you
-
Урок 140. 00:03:02What is Time & Tasks?
-
Урок 141. 00:01:45Requirements
-
Урок 142. 00:05:17Download Redis
-
Урок 143. 00:04:51Install Celery & Redis in Virtualenv
-
Урок 144. 00:02:52Celery Module
-
Урок 145. 00:04:35Create a Django App
-
Урок 146. 00:11:47Defer Tasks with Celery
-
Урок 147. 00:07:47Scheduled Tasks
-
Урок 148. 00:07:33Celery & Redis on Heroku
-
Урок 149. 00:00:31Thank you
-
Урок 150. 00:01:27Welcome
-
Урок 151. 00:04:04Setup & Test Domains Locally
-
Урок 152. 00:08:21Initial Setup
-
Урок 153. 00:05:59Routing Subdomain Names
-
Урок 154. 00:08:10Default Subdomain Redirects
-
Урок 155. 00:08:02Django Hosts Reverse
-
Урок 156. 00:13:08Django Hosts within an App
-
Урок 157. 00:04:57Build URLs with Template Tags
-
Урок 158. 00:09:30Setting the Request Subdomain
-
Урок 159. 00:02:11Thank you and next steps!
- Категории
- Источники
- Все курсы
- Разделы
- Книги