-
Урок 1. 00:02:21Welcome to Build a Backend API with Django REST Framework - Advanced
-
Урок 2. 00:02:25Intro to the course
-
Урок 3. 00:01:04Course structure
-
Урок 4. 00:00:55How to get the most out of this course
-
Урок 5. 00:01:26How to get help
-
Урок 6. 00:00:49Python
-
Урок 7. 00:00:55Django
-
Урок 8. 00:00:47Django REST Framework
-
Урок 9. 00:00:36Docker
-
Урок 10. 00:00:44Travis-CI
-
Урок 11. 00:00:19Postgres
-
Урок 12. 00:04:01What is test driven development?
-
Урок 13. 00:02:51Setup new GitHub project
-
Урок 14. 00:09:57Add Dockerfile
-
Урок 15. 00:05:23Configure Docker Compose
-
Урок 16. 00:02:57Create Django project
-
Урок 17. 00:01:42Enable Travis-CI for project
-
Урок 18. 00:07:16Create Travis-CI configuration file
-
Урок 19. 00:05:48Writing a simple unit test
-
Урок 20. 00:05:09Writing a unit test with TDD
-
Урок 21. 00:02:53Create core app
-
Урок 22. 00:05:42Add tests for custom user model
-
Урок 23. 00:10:24Implement custom user model
-
Урок 24. 00:03:26Normalize email addresses
-
Урок 25. 00:02:37Add validation for email field
-
Урок 26. 00:05:21Add support for creating superusers
-
Урок 27. 00:09:31Add tests for listing users in Django admin
-
Урок 28. 00:02:28Modify Django admin to list our custom user model
-
Урок 29. 00:07:49Modify Django admin to support changing user model
-
Урок 30. 00:04:57Modify Django admin to support creating users
-
Урок 31. 00:05:26Add postgres to docker compose
-
Урок 32. 00:05:44Add postgres support to Dockerfile
-
Урок 33. 00:02:53Configure database in Django
-
Урок 34. 00:01:31Mocking with unittests
-
Урок 35. 00:11:44Add tests for wait_for_db command
-
Урок 36. 00:07:32Add wait_for_db command
-
Урок 37. 00:02:52Make docker compose wait for db
-
Урок 38. 00:03:02Test in browser
-
Урок 39. 00:03:30Create users app
-
Урок 40. 00:16:44Add tests for create user API
-
Урок 41. 00:13:53Add create user API
-
Урок 42. 00:10:40Add tests for creating a new token
-
Урок 43. 00:13:54Add create token API
-
Урок 44. 00:11:51Add tests for manage user endpoint
-
Урок 45. 00:11:25Add manage user endpoint
-
Урок 46. 00:02:16Create recipe app
-
Урок 47. 00:08:10Add tag model
-
Урок 48. 00:12:09Add tests for listing tags
-
Урок 49. 00:12:13Add feature to list tags
-
Урок 50. 00:07:08Add create tags feature
-
Урок 51. 00:04:09Add ingredient model
-
Урок 52. 00:10:30Add tests for listing ingredients
-
Урок 53. 00:05:05Implement feature for list ingredients
-
Урок 54. 00:07:39Implement feature for creating ingredients
-
Урок 55. 00:07:05Re-factor tags and ingredients viewsets
-
Урок 56. 00:12:51Add recipe model
-
Урок 57. 00:15:17Add tests for listing recipes
-
Урок 58. 00:08:39Implement feature for listing recipes
-
Урок 59. 00:09:13Add tests for retrieving recipe detail
-
Урок 60. 00:07:07Implement feature for retrieving recipe detail
-
Урок 61. 00:11:27Add tests for creating recipes
-
Урок 62. 00:04:23Implement feature for creating recipes
-
Урок 63. 00:09:43Add tests for updating recipes
-
Урок 64. 00:12:16Add Pillow requirement
-
Урок 65. 00:11:54Modify recipe model
-
Урок 66. 00:13:30Add tests for uploading image to recipe
-
Урок 67. 00:11:18Add feature to upload image
-
Урок 68. 00:08:58Add tests for filtering recipes
-
Урок 69. 00:09:20Implement feature to filter recipes
-
Урок 70. 00:13:00Add tests for filtering tags and ingredients
-
Урок 71. 00:06:32Implement feature for filtering tags and ingredients
-
Урок 72. 00:00:53What was covered in this course
- Категории
- Источники
- Все курсы
- Разделы
- Книги
If this is the course: https://www.udemy.com/course/django-python-advanced/ - could you please update it?