-
Урок 1. 00:01:31Introduction
-
Урок 2. 00:01:56Course structure
-
Урок 3. 00:05:17Technologies
-
Урок 4. 00:02:54Vagrant vs. Docker
-
Урок 5. 00:01:07How to get the most out of this course
-
Урок 6. 00:01:26How to get help
-
Урок 7. 00:09:23Windows: Installing Git, VirtualBox, Vagrant, Atom and ModHeader
-
Урок 8. 00:07:34macOS: Installing Git, VirtualBox, Vagrant, Atom and ModHeader
-
Урок 9. 00:05:13Creating a workspace
-
Урок 10. 00:08:30Creating a Git project
-
Урок 11. 00:07:19Pushing to GitHub
-
Урок 12. 00:01:48Creating a Vagrantfile
-
Урок 13. 00:03:36Configuring our Vagrant box
-
Урок 14. 00:01:55Running and connecting to our dev server
-
Урок 15. 00:04:04Running a Hello World script
-
Урок 16. 00:03:40Create Python Virtual Environment
-
Урок 17. 00:03:11Install required Python packages
-
Урок 18. 00:02:40Create a new Django project & app
-
Урок 19. 00:02:15Enable our app in the Django settings file
-
Урок 20. 00:03:14Test and commit our changes
-
Урок 21. 00:00:39What are Django Models?
-
Урок 22. 00:10:57Create our user database model
-
Урок 23. 00:11:07Add a user model manager
-
Урок 24. 00:01:19Set our custom user model
-
Урок 25. 00:03:42Create migrations and sync DB
-
Урок 26. 00:02:34Creating a superuser
-
Урок 27. 00:01:16Enable Django Admin
-
Урок 28. 00:04:27Test Django Admin
-
Урок 29. 00:02:48What is an APIView?
-
Урок 30. 00:07:07Create first APIView
-
Урок 31. 00:05:38Configure view URL
-
Урок 32. 00:02:06Testing our API View
-
Урок 33. 00:03:45Create a Serializer
-
Урок 34. 00:07:39Add POST method to APIView
-
Урок 35. 00:02:29Test POST Function
-
Урок 36. 00:04:25Add PUT, PATCH and DELETE methods
-
Урок 37. 00:03:30Test the PUT, PATCH and DELETE methods
-
Урок 38. 00:02:36What is a Viewset?
-
Урок 39. 00:04:01Create a simple Viewset
-
Урок 40. 00:04:45Add URL Router
-
Урок 41. 00:02:28Testing our Viewset
-
Урок 42. 00:06:43Add create, retrieve, update, partial_update and destroy functions
-
Урок 43. 00:03:50Test Viewset
-
Урок 44. 00:02:13Plan our Profiles API
-
Урок 45. 00:08:36Create user profile serializer
-
Урок 46. 00:02:40Create profiles ViewSet
-
Урок 47. 00:01:24Register profile Viewset with the URL router
-
Урок 48. 00:04:06Test creating a profile
-
Урок 49. 00:06:38Create permission class
-
Урок 50. 00:03:36Add authentication and permissions to Viewset
-
Урок 51. 00:02:28Test new permissions
-
Урок 52. 00:02:14Add search profiles feature
-
Урок 53. 00:04:16Test searching profiles
-
Урок 54. 00:04:34Create login API viewset
-
Урок 55. 00:02:43Test login API
-
Урок 56. 00:05:39Set token header using ModHeader extension
-
Урок 57. 00:01:47Plan profile feed API
-
Урок 58. 00:07:17Add new model Item
-
Урок 59. 00:02:14Create and run model migration
-
Урок 60. 00:00:57Add profile feed model to admin
-
Урок 61. 00:04:21Create profile feed item serializer
-
Урок 62. 00:05:51Create ViewSet for our profile feed item
-
Урок 63. 00:04:16Test Feed API
-
Урок 64. 00:05:36Add permissions for feed API
-
Урок 65. 00:03:30Test feed API permissions
-
Урок 66. 00:01:43Restrict viewing status updates to logged in users only
-
Урок 67. 00:01:20Test new private feed
-
Урок 68. 00:00:52Introduction to deploying our app to AWS
-
Урок 69. 00:03:15Add key pair to AWS
-
Урок 70. 00:02:57Create EC2 server instance
-
Урок 71. 00:12:00Add deployment script and configs to our project
-
Урок 72. 00:04:39Deploy to server
-
Урок 73. 00:05:21Update allowed hosts and deploy changes
-
Урок 74. 00:01:48Course outro
- Категории
- Источники
- Все курсы
- Разделы
- Книги