TorBT - Torrents and Magnet Links Search Engine

[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner

File Name
Size
0. Websites you may like/[CourseClub.Me].url
122 B
0. Websites you may like/[FreeCourseSite.com].url
127 B
0. Websites you may like/[GigaCourse.Com].url
49 B
01 - Course introduction/001 Command-Line-Cheatsheet.url
138 B
01 - Course introduction/001 Introduction.mp4
29 MB
01 - Course introduction/001 Introduction_en.vtt
1.8 kB
01 - Course introduction/002 Course structure.mp4
40 MB
01 - Course introduction/002 Course structure_en.vtt
2.5 kB
01 - Course introduction/003 Technologies.mp4
31 MB
01 - Course introduction/003 Technologies_en.vtt
6.3 kB
01 - Course introduction/004 Vagrant vs. Docker.mp4
60 MB
01 - Course introduction/004 Vagrant vs. Docker_en.vtt
3.7 kB
01 - Course introduction/005 How to get the most out of this course.mp4
22 MB
01 - Course introduction/005 How to get the most out of this course_en.vtt
1.5 kB
01 - Course introduction/006 How to get help.mp4
28 MB
01 - Course introduction/006 How to get help_en.vtt
1.9 kB
01 - Course introduction/006 How-to-ask-questions-on-Stack-Overflow-and-get-answers-.url
114 B
01 - Course introduction/external-links.txt
302 B
02 - Setting up your development environment/001 Atom.url
40 B
02 - Setting up your development environment/001 Cheatsheet.url
129 B
02 - Setting up your development environment/001 Git-SCM.url
44 B
02 - Setting up your development environment/001 ModHeader.url
114 B
02 - Setting up your development environment/001 Vagrant.url
50 B
02 - Setting up your development environment/001 VirtualBox.url
51 B
02 - Setting up your development environment/001 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
38 MB
02 - Setting up your development environment/001 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader_en.vtt
12 kB
02 - Setting up your development environment/002 Atom-Editor.url
40 B
02 - Setting up your development environment/002 Cheatsheet.url
129 B
02 - Setting up your development environment/002 Git-SCM.url
53 B
02 - Setting up your development environment/002 ModHeader.url
114 B
02 - Setting up your development environment/002 Vagrant.url
64 B
02 - Setting up your development environment/002 VirtualBox.url
51 B
02 - Setting up your development environment/002 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
134 MB
02 - Setting up your development environment/002 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader_en.vtt
9.2 kB
02 - Setting up your development environment/external-links.txt
812 B
03 - Setting up your project/001 Creating a workspace.mp4
77 MB
03 - Setting up your project/001 Creating a workspace_en.vtt
6.9 kB
03 - Setting up your project/002 .gitignore.url
93 B
03 - Setting up your project/002 Cheatsheet.url
129 B
03 - Setting up your project/002 Creating a Git project.mp4
90 MB
03 - Setting up your project/002 Creating a Git project_en.vtt
11 kB
03 - Setting up your project/002 GitHub-Markdown-Cheatsheet.url
88 B
03 - Setting up your project/002 LICENSE.url
64 B
03 - Setting up your project/003 Pushing to GitHub.mp4
78 MB
03 - Setting up your project/003 Pushing to GitHub_en.vtt
9.4 kB
03 - Setting up your project/external-links.txt
371 B
04 - Creating a development server/001 Creating a Vagrantfile.mp4
33 MB
04 - Creating a development server/001 Creating a Vagrantfile_en.vtt
2.1 kB
04 - Creating a development server/002 Configuring our Vagrant box.mp4
13 MB
04 - Creating a development server/002 Configuring our Vagrant box_en.vtt
4.5 kB
04 - Creating a development server/002 Vagrantfile.url
93 B
04 - Creating a development server/003 Running and connecting to our dev server.mp4
10 MB
04 - Creating a development server/003 Running and connecting to our dev server_en.vtt
2.3 kB
04 - Creating a development server/004 Running a Hello World script.mp4
29 MB
04 - Creating a development server/004 Running a Hello World script_en.vtt
4.7 kB
04 - Creating a development server/external-links.txt
90 B
05 - Creating a Django app/001 Create Python Virtual Environment.mp4
53 MB
05 - Creating a Django app/001 Create Python Virtual Environment_en.vtt
4.2 kB
05 - Creating a Django app/001 Virtual-Environment-Docs-.url
85 B
05 - Creating a Django app/002 Install required Python packages.mp4
35 MB
05 - Creating a Django app/002 Install required Python packages_en.vtt
3.8 kB
05 - Creating a Django app/002 Python-Package-Index-PyPi-.url
41 B
05 - Creating a Django app/003 Create a new Django project & app.mp4
12 MB
05 - Creating a Django app/003 Create a new Django project & app_en.vtt
2.9 kB
05 - Creating a Django app/004 Enable our app in the Django settings file.mp4
7.9 MB
05 - Creating a Django app/004 Enable our app in the Django settings file_en.vtt
2.5 kB
05 - Creating a Django app/005 Test and commit our changes.mp4
11 MB
05 - Creating a Django app/005 Test and commit our changes_en.vtt
3.7 kB
05 - Creating a Django app/external-links.txt
149 B
06 - Setup the Database/001 Django-Models-Official-Docs-.url
80 B
06 - Setup the Database/001 What are Django Models.mp4
3.1 MB
06 - Setup the Database/001 What are Django Models_en.vtt
775 B
06 - Setup the Database/002 Create our user database model.mp4
81 MB
06 - Setup the Database/002 Create our user database model_en.vtt
12 kB
06 - Setup the Database/002 Django-Model-Fields-Official-Docs-.url
81 B
06 - Setup the Database/002 PEP-8-Guidelines.url
65 B
06 - Setup the Database/002 Substituting-a-custom-User-model-Official-Docs-.url
104 B
06 - Setup the Database/002 models.py.url
93 B
06 - Setup the Database/003 Add a user model manager.mp4
57 MB
06 - Setup the Database/003 Add a user model manager_en.vtt
13 kB
06 - Setup the Database/003 PEP-8-Guidelines.url
65 B
06 - Setup the Database/003 models.py.url
93 B
06 - Setup the Database/003 normalize-email-Official-Docs-.url
146 B
06 - Setup the Database/004 Official-Django-docs-for-custom-user-model-setting.url
103 B
06 - Setup the Database/004 Set our custom user model.mp4
6.6 MB
06 - Setup the Database/004 Set our custom user model_en.vtt
1.5 kB
06 - Setup the Database/005 Create migrations and sync DB.mp4
31 MB
06 - Setup the Database/005 Create migrations and sync DB_en.vtt
4.1 kB
06 - Setup the Database/external-links.txt
943 B
07 - Setup Django Admin/001 Creating a superuser.mp4
28 MB
07 - Setup Django Admin/001 Creating a superuser_en.vtt
3.2 kB
07 - Setup Django Admin/001 Django-Admin-Official-Docs-.url
81 B
07 - Setup Django Admin/002 Django-Admin-override-model-name.url
94 B
07 - Setup Django Admin/002 Enable Django Admin.mp4
23 MB
07 - Setup Django Admin/002 Enable Django Admin_en.vtt
1.4 kB
07 - Setup Django Admin/003 Official-Django-docs-for-overriding-model-name.url
94 B
07 - Setup Django Admin/003 Test Django Admin.mp4
78 MB
07 - Setup Django Admin/003 Test Django Admin_en.vtt
5.1 kB
07 - Setup Django Admin/external-links.txt
332 B
08 - Introduction to API Views/001 APIView-Official-Docs-.url
77 B
08 - Introduction to API Views/001 What is an APIView.mp4
6.9 MB
08 - Introduction to API Views/001 What is an APIView_en.vtt
3.1 kB
08 - Introduction to API Views/002 Create first APIView.mp4
43 MB
08 - Introduction to API Views/002 Create first APIView_en.vtt
7.2 kB
08 - Introduction to API Views/002 views.py.url
93 B
08 - Introduction to API Views/003 Configure view URL.mp4
24 MB
08 - Introduction to API Views/003 Configure view URL_en.vtt
5.8 kB
08 - Introduction to API Views/003 Include-urls-docs.url
91 B
08 - Introduction to API Views/003 Path-function-official-docs.url
88 B
08 - Introduction to API Views/003 URL-Dispatcher-Official-Docs-.url
80 B
08 - Introduction to API Views/003 profiles-api-urls.py.url
93 B
08 - Introduction to API Views/003 profiles-project-urls.py.url
93 B
08 - Introduction to API Views/004 Testing our API View.mp4
8.7 MB
08 - Introduction to API Views/004 Testing our API View_en.vtt
2.3 kB
08 - Introduction to API Views/005 Create a Serializer.mp4
11 MB
08 - Introduction to API Views/005 Create a Serializer_en.vtt
4.2 kB
08 - Introduction to API Views/005 Serializer-Fields-Official-Docs-.url
78 B
08 - Introduction to API Views/005 Serializers-Official-Docs-.url
83 B
08 - Introduction to API Views/005 serializers.py.url
93 B
08 - Introduction to API Views/006 Add POST method to APIView.mp4
24 MB
08 - Introduction to API Views/006 Add POST method to APIView_en.vtt
8.0 kB
08 - Introduction to API Views/006 Status-Codes-Official-Docs-.url
84 B
08 - Introduction to API Views/007 Test POST Function.mp4
13 MB
08 - Introduction to API Views/007 Test POST Function_en.vtt
2.8 kB
08 - Introduction to API Views/007 views.py.url
93 B
08 - Introduction to API Views/008 Add PUT, PATCH and DELETE methods.mp4
18 MB
08 - Introduction to API Views/008 Add PUT, PATCH and DELETE methods_en.vtt
4.4 kB
08 - Introduction to API Views/008 views.py.url
93 B
08 - Introduction to API Views/009 Test the PUT, PATCH and DELETE methods.mp4
14 MB
08 - Introduction to API Views/009 Test the PUT, PATCH and DELETE methods_en.vtt
3.7 kB
08 - Introduction to API Views/external-links.txt
1.2 kB
09 - Introduction to Viewsets/001 What is a Viewset.mp4
8.2 MB
09 - Introduction to Viewsets/001 What is a Viewset_en.vtt
3.0 kB
09 - Introduction to Viewsets/002 Create a simple Viewset.mp4
21 MB
09 - Introduction to Viewsets/002 Create a simple Viewset_en.vtt
3.9 kB
09 - Introduction to Viewsets/002 views.py.url
93 B
09 - Introduction to Viewsets/003 Add URL Router.mp4
88 MB
09 - Introduction to Viewsets/003 Add URL Router_en.vtt
5.2 kB
09 - Introduction to Viewsets/003 urls.py.url
93 B
09 - Introduction to Viewsets/004 Testing our Viewset.mp4
10 MB
09 - Introduction to Viewsets/004 Testing our Viewset_en.vtt
2.5 kB
09 - Introduction to Viewsets/005 Add create, retrieve, update, partial_update and destroy functions.mp4
20 MB
09 - Introduction to Viewsets/005 Add create, retrieve, update, partial_update and destroy functions_en.vtt
5.7 kB
09 - Introduction to Viewsets/005 views.py.url
93 B
09 - Introduction to Viewsets/006 Test Viewset.mp4
16 MB
09 - Introduction to Viewsets/006 Test Viewset_en.vtt
4.1 kB
09 - Introduction to Viewsets/external-links.txt
260 B
10 - Create Profiles API/001 Plan our Profiles API.mp4
5.6 MB
10 - Create Profiles API/001 Plan our Profiles API_en.vtt
2.4 kB
10 - Create Profiles API/002 Create user profile serializer.mp4
36 MB
10 - Create Profiles API/002 Create user profile serializer_en.vtt
9.0 kB
10 - Create Profiles API/002 ModelSerializer-Official-Docs-.url
99 B
10 - Create Profiles API/002 serializers.py.url
93 B
10 - Create Profiles API/003 UPDATE Bug in profile serializer.html
2.4 kB
10 - Create Profiles API/004 Create profiles ViewSet.mp4
14 MB
10 - Create Profiles API/004 Create profiles ViewSet_en.vtt
2.8 kB
10 - Create Profiles API/004 views.py.url
93 B
10 - Create Profiles API/005 Register profile Viewset with the URL router.mp4
4.2 MB
10 - Create Profiles API/005 Register profile Viewset with the URL router_en.vtt
1.5 kB
10 - Create Profiles API/006 Test creating a profile.mp4
17 MB
10 - Create Profiles API/006 Test creating a profile_en.vtt
4.3 kB
10 - Create Profiles API/007 Create permission class.mp4
28 MB
10 - Create Profiles API/007 Create permission class_en.vtt
7.0 kB
10 - Create Profiles API/007 Permissions-Official-Docs-.url
83 B
10 - Create Profiles API/007 permissions.py.url
93 B
10 - Create Profiles API/008 Add authentication and permissions to Viewset.mp4
57 MB
10 - Create Profiles API/008 Add authentication and permissions to Viewset_en.vtt
4.0 kB
10 - Create Profiles API/008 views.py.url
93 B
10 - Create Profiles API/009 Test new permissions.mp4
44 MB
10 - Create Profiles API/009 Test new permissions_en.vtt
2.7 kB
10 - Create Profiles API/010 Add search profiles feature.mp4
12 MB
10 - Create Profiles API/010 Add search profiles feature_en.vtt
2.4 kB
10 - Create Profiles API/010 views.py.url
93 B
10 - Create Profiles API/011 Test searching profiles.mp4
59 MB
10 - Create Profiles API/011 Test searching profiles_en.vtt
5.0 kB
10 - Create Profiles API/external-links.txt
657 B
11 - Create login API/001 Create login API viewset.mp4
24 MB
11 - Create login API/001 Create login API viewset_en.vtt
4.5 kB
11 - Create login API/001 urls.py.url
93 B
11 - Create login API/001 views.py.url
93 B
11 - Create login API/002 Test login API.mp4
7.8 MB
11 - Create login API/002 Test login API_en.vtt
2.5 kB
11 - Create login API/003 Set token header using ModHeader extension.mp4
22 MB
11 - Create login API/003 Set token header using ModHeader extension_en.vtt
6.5 kB
11 - Create login API/external-links.txt
173 B
12 - Create profile feed API/001 Plan profile feed API.mp4
4.3 MB
12 - Create profile feed API/001 Plan profile feed API_en.vtt
1.8 kB
12 - Create profile feed API/002 Add new model Item.mp4
30 MB
12 - Create profile feed API/002 Add new model Item_en.vtt
8.2 kB
12 - Create profile feed API/002 models.py.url
93 B
12 - Create profile feed API/003 Create and run model migration.mp4
9.4 MB
12 - Create profile feed API/003 Create and run model migration_en.vtt
2.3 kB
12 - Create profile feed API/004 Add profile feed model to admin.mp4
2.6 MB
12 - Create profile feed API/004 Add profile feed model to admin_en.vtt
1.1 kB
12 - Create profile feed API/005 Create profile feed item serializer.mp4
17 MB
12 - Create profile feed API/005 Create profile feed item serializer_en.vtt
4.7 kB
12 - Create profile feed API/005 serializers.py.url
93 B
12 - Create profile feed API/006 Create ViewSet for our profile feed item.mp4
24 MB
12 - Create profile feed API/006 Create ViewSet for our profile feed item_en.vtt
5.9 kB
12 - Create profile feed API/006 views.py.url
93 B
12 - Create profile feed API/007 Test Feed API.mp4
12 MB
12 - Create profile feed API/007 Test Feed API_en.vtt
4.5 kB
12 - Create profile feed API/008 Add permissions for feed API.mp4
28 MB
12 - Create profile feed API/008 Add permissions for feed API_en.vtt
6.0 kB
12 - Create profile feed API/008 permissions.py.url
93 B
12 - Create profile feed API/008 views.py.url
93 B
12 - Create profile feed API/009 Test feed API permissions.mp4
14 MB
12 - Create profile feed API/009 Test feed API permissions_en.vtt
3.9 kB
12 - Create profile feed API/010 Restrict viewing status updates to logged in users only.mp4
9.1 MB
12 - Create profile feed API/010 Restrict viewing status updates to logged in users only_en.vtt
2.0 kB
12 - Create profile feed API/010 views.py.url
93 B
12 - Create profile feed API/011 Test new private feed.mp4
3.7 MB
12 - Create profile feed API/011 Test new private feed_en.vtt
1.4 kB
12 - Create profile feed API/external-links.txt
535 B
13 - Deploying our API to a server on AWS/001 AWS-Free-Tier.url
52 B
13 - Deploying our API to a server on AWS/001 GitHub.url
42 B
13 - Deploying our API to a server on AWS/001 Introduction to deploying our app to AWS.mp4
4.0 MB
13 - Deploying our API to a server on AWS/001 Introduction to deploying our app to AWS_en.vtt
1.2 kB
13 - Deploying our API to a server on AWS/002 Add key pair to AWS.mp4
60 MB
13 - Deploying our API to a server on AWS/002 Add key pair to AWS_en.vtt
3.6 kB
13 - Deploying our API to a server on AWS/003 AMI-Image-Number.url
93 B
13 - Deploying our API to a server on AWS/003 Create EC2 server instance.mp4
15 MB
13 - Deploying our API to a server on AWS/003 Create EC2 server instance_en.vtt
3.7 kB
13 - Deploying our API to a server on AWS/004 Add deployment script and configs to our project.mp4
58 MB
13 - Deploying our API to a server on AWS/004 Add deployment script and configs to our project_en.vtt
14 kB
13 - Deploying our API to a server on AWS/004 deploy.zip.url
90 B
13 - Deploying our API to a server on AWS/004 nginx-profiles-api.conf.url
93 B
13 - Deploying our API to a server on AWS/004 setup.sh.url
93 B
13 - Deploying our API to a server on AWS/004 supervisor-profiles-api.conf.url
93 B
13 - Deploying our API to a server on AWS/004 update.sh.url
93 B
13 - Deploying our API to a server on AWS/005 Deploy to server.mp4
39 MB
13 - Deploying our API to a server on AWS/005 Deploy to server_en.vtt
5.2 kB
13 - Deploying our API to a server on AWS/006 Update allowed hosts and deploy changes.mp4
58 MB
13 - Deploying our API to a server on AWS/006 Update allowed hosts and deploy changes_en.vtt
6.2 kB
13 - Deploying our API to a server on AWS/external-links.txt
650 B
14 - Summary/001 Course outro.mp4
19 MB
14 - Summary/001 Course outro_en.vtt
2.4 kB
14 - Summary/001 Django-Official-Docs-.url
63 B
14 - Summary/001 Django-REST-Framework-Official-Docs-.url
61 B
14 - Summary/002 FAQs.html
2.7 kB
14 - Summary/external-links.txt
153 B