1. Урок 1.00:01:31
    Introduction
  2. Урок 2.00:01:56
    Course structure
  3. Урок 3.00:05:17
    Technologies
  4. Урок 4.00:02:54
    Vagrant vs. Docker
  5. Урок 5.00:01:07
    How to get the most out of this course
  6. Урок 6.00:01:26
    How to get help
  7. Урок 7.00:09:23
    Windows: Installing Git, VirtualBox, Vagrant, Atom and ModHeader
  8. Урок 8.00:07:34
    macOS: Installing Git, VirtualBox, Vagrant, Atom and ModHeader
  9. Урок 9.00:05:13
    Creating a workspace
  10. Урок 10.00:08:30
    Creating a Git project
  11. Урок 11.00:07:19
    Pushing to GitHub
  12. Урок 12.00:01:48
    Creating a Vagrantfile
  13. Урок 13.00:03:36
    Configuring our Vagrant box
  14. Урок 14.00:01:55
    Running and connecting to our dev server
  15. Урок 15.00:04:04
    Running a Hello World script
  16. Урок 16.00:03:40
    Create Python Virtual Environment
  17. Урок 17.00:03:11
    Install required Python packages
  18. Урок 18.00:02:40
    Create a new Django project & app
  19. Урок 19.00:02:15
    Enable our app in the Django settings file
  20. Урок 20.00:03:14
    Test and commit our changes
  21. Урок 21.00:00:39
    What are Django Models?
  22. Урок 22.00:10:57
    Create our user database model
  23. Урок 23.00:11:07
    Add a user model manager
  24. Урок 24.00:01:19
    Set our custom user model
  25. Урок 25.00:03:42
    Create migrations and sync DB
  26. Урок 26.00:02:34
    Creating a superuser
  27. Урок 27.00:01:16
    Enable Django Admin
  28. Урок 28.00:04:27
    Test Django Admin
  29. Урок 29.00:02:48
    What is an APIView?
  30. Урок 30.00:07:07
    Create first APIView
  31. Урок 31.00:05:38
    Configure view URL
  32. Урок 32.00:02:06
    Testing our API View
  33. Урок 33.00:03:45
    Create a Serializer
  34. Урок 34.00:07:39
    Add POST method to APIView
  35. Урок 35.00:02:29
    Test POST Function
  36. Урок 36.00:04:25
    Add PUT, PATCH and DELETE methods
  37. Урок 37.00:03:30
    Test the PUT, PATCH and DELETE methods
  38. Урок 38.00:02:36
    What is a Viewset?
  39. Урок 39.00:04:01
    Create a simple Viewset
  40. Урок 40.00:04:45
    Add URL Router
  41. Урок 41.00:02:28
    Testing our Viewset
  42. Урок 42.00:06:43
    Add create, retrieve, update, partial_update and destroy functions
  43. Урок 43.00:03:50
    Test Viewset
  44. Урок 44.00:02:13
    Plan our Profiles API
  45. Урок 45.00:08:36
    Create user profile serializer
  46. Урок 46.00:02:40
    Create profiles ViewSet
  47. Урок 47.00:01:24
    Register profile Viewset with the URL router
  48. Урок 48.00:04:06
    Test creating a profile
  49. Урок 49.00:06:38
    Create permission class
  50. Урок 50.00:03:36
    Add authentication and permissions to Viewset
  51. Урок 51.00:02:28
    Test new permissions
  52. Урок 52.00:02:14
    Add search profiles feature
  53. Урок 53.00:04:16
    Test searching profiles
  54. Урок 54.00:04:34
    Create login API viewset
  55. Урок 55.00:02:43
    Test login API
  56. Урок 56.00:05:39
    Set token header using ModHeader extension
  57. Урок 57.00:01:47
    Plan profile feed API
  58. Урок 58.00:07:17
    Add new model Item
  59. Урок 59.00:02:14
    Create and run model migration
  60. Урок 60.00:00:57
    Add profile feed model to admin
  61. Урок 61.00:04:21
    Create profile feed item serializer
  62. Урок 62.00:05:51
    Create ViewSet for our profile feed item
  63. Урок 63.00:04:16
    Test Feed API
  64. Урок 64.00:05:36
    Add permissions for feed API
  65. Урок 65.00:03:30
    Test feed API permissions
  66. Урок 66.00:01:43
    Restrict viewing status updates to logged in users only
  67. Урок 67.00:01:20
    Test new private feed
  68. Урок 68.00:00:52
    Introduction to deploying our app to AWS
  69. Урок 69.00:03:15
    Add key pair to AWS
  70. Урок 70.00:02:57
    Create EC2 server instance
  71. Урок 71.00:12:00
    Add deployment script and configs to our project
  72. Урок 72.00:04:39
    Deploy to server
  73. Урок 73.00:05:21
    Update allowed hosts and deploy changes
  74. Урок 74.00:01:48
    Course outro