2.1 GB | 7min 33s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
1 Introduction.mp4 (7.46 MB)
2 Course structure.mp4 (5.52 MB)
3 Technologies.mp4 (30.97 MB)
4 Vagrant vs Docker.mp4 (59.9 MB)
5 How to get the most out of this course.mp4 (22.11 MB)
6 How to get help.mp4 (28.47 MB)
1 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4 (37.81 MB)
2 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4 (134.48 MB)
1 Creating a workspace.mp4 (76.77 MB)
2 Creating a Git project.mp4 (89.64 MB)
3 Pushing to GitHub.mp4 (78.07 MB)
1 Creating a Vagrantfile.mp4 (33.15 MB)
2 Configuring our Vagrant box.mp4 (12.84 MB)
3 Running and connecting to our dev server.mp4 (10.09 MB)
4 Running a Hello World script.mp4 (29.12 MB)
1 Create Python Virtual Environment.mp4 (53.13 MB)
2 Install required Python packages.mp4 (34.88 MB)
3 Create a new Django project & app.mp4 (11.69 MB)
4 Enable our app in the Django settings file.mp4 (7.9 MB)
5 Test and commit our changes.mp4 (11.23 MB)
1 What are Django Models.mp4 (3.07 MB)
2 Create our user database model.mp4 (80.73 MB)
3 Add a user model manager.mp4 (57.34 MB)
4 Set our custom user model.mp4 (6.65 MB)
5 Create migrations and sync DB.mp4 (31.04 MB)
1 Creating a superuser.mp4 (28.34 MB)
2 Enable Django Admin.mp4 (23.27 MB)
3 Test Django Admin.mp4 (77.96 MB)
1 What is an APIView.mp4 (6.92 MB)
2 Create first APIView.mp4 (42.77 MB)
3 Configure view URL.mp4 (24.16 MB)
4 Testing our API View.mp4 (8.72 MB)
5 Create a Serializer.mp4 (10.91 MB)
6 Add POST method to APIView.mp4 (23.56 MB)
7 Test POST Function.mp4 (13.33 MB)
8 Add PUT, PATCH and DELETE methods.mp4 (18.34 MB)
9 Test the PUT, PATCH and DELETE methods.mp4 (14.48 MB)
1 What is a Viewset.mp4 (8.25 MB)
2 Create a simple Viewset.mp4 (21.19 MB)
3 Add URL Router.mp4 (88.35 MB)
4 Testing our Viewset.mp4 (10.23 MB)
5 Add create, retrieve, update, partial update and destroy functions.mp4 (19.83 MB)
6 Test Viewset.mp4 (15.88 MB)
1 Plan our Profiles API.mp4 (5.64 MB)
2 Create user profile serializer.mp4 (36.47 MB)
4 Create profiles ViewSet.mp4 (14.2 MB)
5 Register profile Viewset with the URL router.mp4 (4.22 MB)
6 Test creating a profile.mp4 (16.9 MB)
7 Create permission class.mp4 (27.67 MB)
8 Add authentication and permissions to Viewset.mp4 (57.37 MB)
9 Test new permissions.mp4 (43.69 MB)
10 Add search profiles feature.mp4 (11.47 MB)
11 Test searching profiles.mp4 (59.23 MB)
1 Create login API viewset.mp4 (24.39 MB)
2 Test login API.mp4 (7.8 MB)
3 Set token header using ModHeader extension.mp4 (22.49 MB)
1 Plan profile feed API.mp4 (4.34 MB)
2 Add new model Item.mp4 (29.73 MB)
3 Create and run model migration.mp4 (9.36 MB)
4 Add profile feed model to admin.mp4 (2.64 MB)
5 Create profile feed item serializer.mp4 (16.6 MB)
6 Create ViewSet for our profile feed item.mp4 (23.96 MB)
7 Test Feed API.mp4 (12.26 MB)
8 Add permissions for feed API.mp4 (27.76 MB)
9 Test feed API permissions.mp4 (14.43 MB)
10 Restrict viewing status updates to logged in users only.mp4 (9.14 MB)
11 Test new private feed.mp4 (3.69 MB)
1 Introduction to deploying our app to AWS.mp4 (3.97 MB)
2 Add key pair to AWS.mp4 (59.97 MB)
3 Create EC2 server instance.mp4 (14.83 MB)
4 Add deployment script and configs to our project.mp4 (57.81 MB)
5 Deploy to server.mp4 (39.1 MB)
6 Update allowed hosts and deploy changes.mp4 (57.96 MB)
1 Course outro.mp4 (18.79 MB)
2 Course structure.mp4 (5.52 MB)
3 Technologies.mp4 (30.97 MB)
4 Vagrant vs Docker.mp4 (59.9 MB)
5 How to get the most out of this course.mp4 (22.11 MB)
6 How to get help.mp4 (28.47 MB)
1 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4 (37.81 MB)
2 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4 (134.48 MB)
1 Creating a workspace.mp4 (76.77 MB)
2 Creating a Git project.mp4 (89.64 MB)
3 Pushing to GitHub.mp4 (78.07 MB)
1 Creating a Vagrantfile.mp4 (33.15 MB)
2 Configuring our Vagrant box.mp4 (12.84 MB)
3 Running and connecting to our dev server.mp4 (10.09 MB)
4 Running a Hello World script.mp4 (29.12 MB)
1 Create Python Virtual Environment.mp4 (53.13 MB)
2 Install required Python packages.mp4 (34.88 MB)
3 Create a new Django project & app.mp4 (11.69 MB)
4 Enable our app in the Django settings file.mp4 (7.9 MB)
5 Test and commit our changes.mp4 (11.23 MB)
1 What are Django Models.mp4 (3.07 MB)
2 Create our user database model.mp4 (80.73 MB)
3 Add a user model manager.mp4 (57.34 MB)
4 Set our custom user model.mp4 (6.65 MB)
5 Create migrations and sync DB.mp4 (31.04 MB)
1 Creating a superuser.mp4 (28.34 MB)
2 Enable Django Admin.mp4 (23.27 MB)
3 Test Django Admin.mp4 (77.96 MB)
1 What is an APIView.mp4 (6.92 MB)
2 Create first APIView.mp4 (42.77 MB)
3 Configure view URL.mp4 (24.16 MB)
4 Testing our API View.mp4 (8.72 MB)
5 Create a Serializer.mp4 (10.91 MB)
6 Add POST method to APIView.mp4 (23.56 MB)
7 Test POST Function.mp4 (13.33 MB)
8 Add PUT, PATCH and DELETE methods.mp4 (18.34 MB)
9 Test the PUT, PATCH and DELETE methods.mp4 (14.48 MB)
1 What is a Viewset.mp4 (8.25 MB)
2 Create a simple Viewset.mp4 (21.19 MB)
3 Add URL Router.mp4 (88.35 MB)
4 Testing our Viewset.mp4 (10.23 MB)
5 Add create, retrieve, update, partial update and destroy functions.mp4 (19.83 MB)
6 Test Viewset.mp4 (15.88 MB)
1 Plan our Profiles API.mp4 (5.64 MB)
2 Create user profile serializer.mp4 (36.47 MB)
4 Create profiles ViewSet.mp4 (14.2 MB)
5 Register profile Viewset with the URL router.mp4 (4.22 MB)
6 Test creating a profile.mp4 (16.9 MB)
7 Create permission class.mp4 (27.67 MB)
8 Add authentication and permissions to Viewset.mp4 (57.37 MB)
9 Test new permissions.mp4 (43.69 MB)
10 Add search profiles feature.mp4 (11.47 MB)
11 Test searching profiles.mp4 (59.23 MB)
1 Create login API viewset.mp4 (24.39 MB)
2 Test login API.mp4 (7.8 MB)
3 Set token header using ModHeader extension.mp4 (22.49 MB)
1 Plan profile feed API.mp4 (4.34 MB)
2 Add new model Item.mp4 (29.73 MB)
3 Create and run model migration.mp4 (9.36 MB)
4 Add profile feed model to admin.mp4 (2.64 MB)
5 Create profile feed item serializer.mp4 (16.6 MB)
6 Create ViewSet for our profile feed item.mp4 (23.96 MB)
7 Test Feed API.mp4 (12.26 MB)
8 Add permissions for feed API.mp4 (27.76 MB)
9 Test feed API permissions.mp4 (14.43 MB)
10 Restrict viewing status updates to logged in users only.mp4 (9.14 MB)
11 Test new private feed.mp4 (3.69 MB)
1 Introduction to deploying our app to AWS.mp4 (3.97 MB)
2 Add key pair to AWS.mp4 (59.97 MB)
3 Create EC2 server instance.mp4 (14.83 MB)
4 Add deployment script and configs to our project.mp4 (57.81 MB)
5 Deploy to server.mp4 (39.1 MB)
6 Update allowed hosts and deploy changes.mp4 (57.96 MB)
1 Course outro.mp4 (18.79 MB)
Screenshot
DDownload
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!