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/[FCS Forum].url
133 B
0. Websites you may like/[FreeCourseSite.com].url
127 B
1. Course introduction/1. Course structure.mp4
42 MB
1. Course introduction/1. Course structure.vtt
2.2 kB
1. Course introduction/2. Technologies.mp4
45 MB
1. Course introduction/2. Technologies.vtt
5.5 kB
1. Course introduction/3. Vagrant vs. Docker.mp4
62 MB
1. Course introduction/3. Vagrant vs. Docker.vtt
3.2 kB
1. Course introduction/4. How to get the most out of this course.mp4
23 MB
1. Course introduction/4. How to get the most out of this course.vtt
1.4 kB
1. Course introduction/5. How to get help.mp4
29 MB
1. Course introduction/5. How to get help.vtt
1.7 kB
1. Course introduction/5.1 How to ask questions on Stack Overflow (and get answers).html
151 B
10. Create Profiles API/1. Plan our Profiles API.mp4
18 MB
10. Create Profiles API/1. Plan our Profiles API.vtt
2.1 kB
10. Create Profiles API/10. Test searching profiles.mp4
79 MB
10. Create Profiles API/10. Test searching profiles.vtt
4.7 kB
10. Create Profiles API/2. Create user profile serializer.mp4
163 MB
10. Create Profiles API/2. Create user profile serializer.vtt
8.4 kB
10. Create Profiles API/2.1 serializers.py.html
130 B
10. Create Profiles API/2.2 ModelSerializer (Official Docs).html
136 B
10. Create Profiles API/3. Create profiles ViewSet.mp4
50 MB
10. Create Profiles API/3. Create profiles ViewSet.vtt
2.5 kB
10. Create Profiles API/3.1 views.py.html
130 B
10. Create Profiles API/4. Register profile Viewset with the URL router.mp4
26 MB
10. Create Profiles API/4. Register profile Viewset with the URL router.vtt
1.3 kB
10. Create Profiles API/5. Test creating a profile.mp4
80 MB
10. Create Profiles API/5. Test creating a profile.vtt
4.0 kB
10. Create Profiles API/6. Create permission class.mp4
130 MB
10. Create Profiles API/6. Create permission class.vtt
6.5 kB
10. Create Profiles API/6.1 Permissions (Official Docs).html
120 B
10. Create Profiles API/6.2 permissions.py.html
130 B
10. Create Profiles API/7. Add authentication and permissions to Viewset.mp4
60 MB
10. Create Profiles API/7. Add authentication and permissions to Viewset.vtt
3.6 kB
10. Create Profiles API/7.1 views.py.html
130 B
10. Create Profiles API/8. Test new permissions.mp4
46 MB
10. Create Profiles API/8. Test new permissions.vtt
26 MB
10. Create Profiles API/9. Add search profiles feature.mp4
37 MB
10. Create Profiles API/9. Add search profiles feature.vtt
2.3 kB
10. Create Profiles API/9.1 views.py.html
130 B
11. Create login API/1. Create login API viewset.mp4
78 MB
11. Create login API/1.1 views.py.html
130 B
11. Create login API/2. Test login API.mp4
50 MB
11. Create login API/2. Test login API.vtt
2.4 kB
11. Create login API/3. Set token header using ModHeader extension.mp4
106 MB
11. Create login API/3. Set token header using ModHeader extension.vtt
6.3 kB
12. Create profile feed API/1. Plan profile feed API.mp4
14 MB
12. Create profile feed API/1. Plan profile feed API.vtt
1.8 kB
12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp4
32 MB
12. Create profile feed API/10. Restrict viewing status updates to logged in users only.vtt
1.8 kB
12. Create profile feed API/10.1 views.py.html
130 B
12. Create profile feed API/11. Test new private feed.mp4
22 MB
12. Create profile feed API/11. Test new private feed.vtt
1.3 kB
12. Create profile feed API/2. Add new model Item.mp4
125 MB
12. Create profile feed API/2. Add new model Item.vtt
7.6 kB
12. Create profile feed API/2.1 models.py.html
130 B
12. Create profile feed API/3. Create and run model migration.mp4
38 MB
12. Create profile feed API/3. Create and run model migration.vtt
2.1 kB
12. Create profile feed API/4. Add profile feed model to admin.mp4
17 MB
12. Create profile feed API/4. Add profile feed model to admin.vtt
974 B
12. Create profile feed API/5. Create profile feed item serializer.mp4
77 MB
12. Create profile feed API/5. Create profile feed item serializer.vtt
4.2 kB
12. Create profile feed API/5.1 serializers.py.html
130 B
12. Create profile feed API/6. Create ViewSet for our profile feed item.mp4
104 MB
12. Create profile feed API/6. Create ViewSet for our profile feed item.vtt
5.2 kB
12. Create profile feed API/6.1 views.py.html
130 B
12. Create profile feed API/7. Test Feed API.mp4
82 MB
12. Create profile feed API/7. Test Feed API.vtt
4.4 kB
12. Create profile feed API/8. Add permissions for feed API.mp4
95 MB
12. Create profile feed API/8. Add permissions for feed API.vtt
5.4 kB
12. Create profile feed API/8.1 permissions.py.html
130 B
12. Create profile feed API/8.2 views.py.html
130 B
12. Create profile feed API/9. Test feed API permissions.mp4
66 MB
12. Create profile feed API/9. Test feed API permissions.vtt
3.6 kB
13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp4
16 MB
13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.vtt
1.0 kB
13. Deploying our API to a server on AWS/1.1 GitHub.html
79 B
13. Deploying our API to a server on AWS/1.2 AWS Free Tier.html
89 B
13. Deploying our API to a server on AWS/2. Add key pair to AWS.mp4
60 MB
13. Deploying our API to a server on AWS/2. Add key pair to AWS.vtt
3.3 kB
13. Deploying our API to a server on AWS/3. Create EC2 server instance.mp4
46 MB
13. Deploying our API to a server on AWS/3. Create EC2 server instance.vtt
3.4 kB
13. Deploying our API to a server on AWS/3.1 AMI Image Number.html
130 B
13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.mp4
169 MB
13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.vtt
13 kB
13. Deploying our API to a server on AWS/4.1 deploy.zip.html
127 B
13. Deploying our API to a server on AWS/4.2 setup.sh.html
130 B
13. Deploying our API to a server on AWS/4.3 nginx_profiles_api.conf.html
130 B
13. Deploying our API to a server on AWS/4.4 update.sh.html
130 B
13. Deploying our API to a server on AWS/4.5 supervisor_profiles_api.conf.html
130 B
13. Deploying our API to a server on AWS/5. Deploy to server.mp4
70 MB
13. Deploying our API to a server on AWS/5. Deploy to server.vtt
4.7 kB
13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.mp4
76 MB
13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.vtt
5.5 kB
14. Summary/1. Course outro.mp4
37 MB
14. Summary/1. Course outro.vtt
2.0 kB
14. Summary/1.1 Django (Official Docs).html
100 B
14. Summary/1.2 Django REST Framework (Official Docs).html
98 B
2. Setting up your development environment/1. Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
125 MB
2. Setting up your development environment/1. Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.vtt
11 kB
2. Setting up your development environment/1.1 Git-SCM.html
81 B
2. Setting up your development environment/1.1 Vagrant.html
87 B
2. Setting up your development environment/1.2 Atom.html
77 B
2. Setting up your development environment/1.2 Vagrant.html
87 B
2. Setting up your development environment/1.3 Atom.html
77 B
2. Setting up your development environment/1.3 VirtualBox.html
88 B
2. Setting up your development environment/1.4 Cheatsheet.html
166 B
2. Setting up your development environment/1.4 ModHeader.html
151 B
2. Setting up your development environment/1.5 Git-SCM.html
81 B
2. Setting up your development environment/1.5 VirtualBox.html
88 B
2. Setting up your development environment/1.6 Cheatsheet.html
166 B
2. Setting up your development environment/1.6 ModHeader.html
151 B
2. Setting up your development environment/2. macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
134 MB
2. Setting up your development environment/2. macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.vtt
8.7 kB
2. Setting up your development environment/2.1 Vagrant.html
101 B
2. Setting up your development environment/2.1 VirtualBox.html
88 B
2. Setting up your development environment/2.2 Cheatsheet.html
166 B
2. Setting up your development environment/2.2 Vagrant.html
101 B
2. Setting up your development environment/2.3 Git-SCM.html
90 B
2. Setting up your development environment/2.3 ModHeader.html
151 B
2. Setting up your development environment/2.4 Cheatsheet.html
166 B
2. Setting up your development environment/2.4 VirtualBox.html
88 B
2. Setting up your development environment/2.5 Git-SCM.html
90 B
2. Setting up your development environment/2.5 ModHeader.html
151 B
2. Setting up your development environment/2.6 Atom Editor.html
77 B
3. Setting up your project/1. Creating a workspace.mp4
82 MB
3. Setting up your project/1. Creating a workspace.vtt
6.2 kB
3. Setting up your project/2. Creating a Git project.mp4
119 MB
3. Setting up your project/2. Creating a Git project.vtt
10 kB
3. Setting up your project/2.1 .gitignore.html
130 B
3. Setting up your project/2.1 Cheatsheet.html
166 B
3. Setting up your project/2.2 GitHub Markdown Cheatsheet.html
125 B
3. Setting up your project/2.2 LICENSE.html
101 B
3. Setting up your project/2.3 .gitignore.html
130 B
3. Setting up your project/2.3 LICENSE.html
101 B
3. Setting up your project/2.4 Cheatsheet.html
166 B
3. Setting up your project/2.4 GitHub Markdown Cheatsheet.html
125 B
3. Setting up your project/3. Pushing to GitHub.mp4
89 MB
3. Setting up your project/3. Pushing to GitHub.vtt
8.5 kB
4. Creating a development server/1. Creating a Vagrantfile.mp4
34 MB
4. Creating a development server/1. Creating a Vagrantfile.vtt
2.0 kB
4. Creating a development server/2. Configuring our Vagrant box.mp4
36 MB
4. Creating a development server/2. Configuring our Vagrant box.vtt
4.2 kB
4. Creating a development server/2.1 Vagrantfile.html
130 B
4. Creating a development server/3. Running and connecting to our dev server.mp4
30 MB
4. Creating a development server/3. Running and connecting to our dev server.vtt
2.1 kB
4. Creating a development server/4. Running a Hello World script.mp4
50 MB
4. Creating a development server/4. Running a Hello World script.vtt
4.3 kB
5. Creating a Django app/1. Create Python Virtual Environment.mp4
68 MB
5. Creating a Django app/1. Create Python Virtual Environment.vtt
3.7 kB
5. Creating a Django app/1.1 Virtual Environment (Docs).html
122 B
5. Creating a Django app/2. Install required Python packages.mp4
38 MB
5. Creating a Django app/2. Install required Python packages.vtt
3.6 kB
5. Creating a Django app/2.1 Python Package Index (PyPi).html
78 B
5. Creating a Django app/3. Create a new Django project & app.mp4
29 MB
5. Creating a Django app/3. Create a new Django project & app.vtt
2.9 kB
5. Creating a Django app/4. Enable our app in the Django settings file.mp4
21 MB
5. Creating a Django app/4. Enable our app in the Django settings file.vtt
21 MB
5. Creating a Django app/5. Test and commit our changes.mp4
38 MB
5. Creating a Django app/5. Test and commit our changes.vtt
3.7 kB
6. Setup the Database/1. What are Django Models.mp4
12 MB
6. Setup the Database/1. What are Django Models.vtt
624 B
6. Setup the Database/1.1 Django Models (Official Docs).html
117 B
6. Setup the Database/2. Create our user database model.mp4
98 MB
6. Setup the Database/2. Create our user database model.vtt
11 kB
6. Setup the Database/2.1 Substituting a custom User model (Official Docs).html
141 B
6. Setup the Database/2.1 models.py.html
130 B
6. Setup the Database/2.2 Django Model Fields (Official Docs).html
118 B
6. Setup the Database/2.2 PEP 8 Guidelines.html
102 B
6. Setup the Database/2.3 Django Model Fields (Official Docs).html
118 B
6. Setup the Database/2.3 PEP 8 Guidelines.html
102 B
6. Setup the Database/2.4 Substituting a custom User model (Official Docs).html
141 B
6. Setup the Database/2.4 models.py.html
130 B
6. Setup the Database/3. Add a user model manager.mp4
159 MB
6. Setup the Database/3. Add a user model manager.vtt
12 kB
6. Setup the Database/3.1 PEP 8 Guidelines.html
102 B
6. Setup the Database/3.1 normalize_email (Official Docs).html
183 B
6. Setup the Database/3.2 PEP 8 Guidelines.html
102 B
6. Setup the Database/3.2 normalize_email (Official Docs).html
183 B
6. Setup the Database/3.3 models.py.html
130 B
6. Setup the Database/4. Set our custom user model.mp4
19 MB
6. Setup the Database/4. Set our custom user model.vtt
1.3 kB
6. Setup the Database/4.1 Official Django docs for custom user model setting.html
140 B
6. Setup the Database/5. Create migrations and sync DB.mp4
54 MB
6. Setup the Database/5. Create migrations and sync DB.vtt
3.8 kB
7. Setup Django Admin/1. Creating a superuser.mp4
49 MB
7. Setup Django Admin/1. Creating a superuser.vtt
3.0 kB
7. Setup Django Admin/1.1 Django Admin (Official Docs).html
118 B
7. Setup Django Admin/2. Enable Django Admin.mp4
24 MB
7. Setup Django Admin/2. Enable Django Admin.vtt
1.3 kB
7. Setup Django Admin/2.1 Django Admin override model name.html
131 B
7. Setup Django Admin/3. Test Django Admin.mp4
79 MB
7. Setup Django Admin/3. Test Django Admin.vtt
4.8 kB
7. Setup Django Admin/3.1 Official Django docs for overriding model name.html
131 B
8. Introduction to API Views/1. What is an APIView.mp4
24 MB
8. Introduction to API Views/1. What is an APIView.vtt
2.7 kB
8. Introduction to API Views/1.1 APIView (Official Docs).html
114 B
8. Introduction to API Views/2. Create first APIView.mp4
149 MB
8. Introduction to API Views/2. Create first APIView.vtt
6.5 kB
8. Introduction to API Views/2.1 views.py.html
130 B
8. Introduction to API Views/3. Configure view URL.mp4
105 MB
8. Introduction to API Views/3. Configure view URL.vtt
5.6 kB
8. Introduction to API Views/3.1 Path function official docs.html
125 B
8. Introduction to API Views/3.2 URL Dispatcher (Official Docs).html
117 B
8. Introduction to API Views/3.3 profiles_apiurls.py.html
130 B
8. Introduction to API Views/3.4 profiles_projecturls.py.html
130 B
8. Introduction to API Views/3.5 Include urls docs.html
128 B
8. Introduction to API Views/4. Testing our API View.mp4
38 MB
8. Introduction to API Views/4. Testing our API View.vtt
2.2 kB
8. Introduction to API Views/5. Create a Serializer.mp4
76 MB
8. Introduction to API Views/5. Create a Serializer.vtt
3.9 kB
8. Introduction to API Views/5.1 serializers.py.html
130 B
8. Introduction to API Views/5.2 Serializer Fields (Official Docs).html
115 B
8. Introduction to API Views/5.3 Serializers (Official Docs).html
120 B
8. Introduction to API Views/6. Add POST method to APIView.mp4
143 MB
8. Introduction to API Views/6. Add POST method to APIView.vtt
7.5 kB
8. Introduction to API Views/6.1 Status Codes (Official Docs).html
121 B
8. Introduction to API Views/7. Test POST Function.mp4
47 MB
8. Introduction to API Views/7. Test POST Function.vtt
2.7 kB
8. Introduction to API Views/7.1 views.py.html
130 B
8. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.mp4
82 MB
8. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.vtt
4.2 kB
8. Introduction to API Views/8.1 views.py.html
130 B
8. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.mp4
67 MB
8. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.vtt
3.4 kB
9. Introduction to Viewsets/1. What is a Viewset.mp4
22 MB
9. Introduction to Viewsets/1. What is a Viewset.vtt
22 MB
9. Introduction to Viewsets/2. Create a simple Viewset.mp4
75 MB
9. Introduction to Viewsets/2. Create a simple Viewset.vtt
3.5 kB
9. Introduction to Viewsets/2.1 views.py.html
130 B
9. Introduction to Viewsets/3. Add URL Router.mp4
92 MB
9. Introduction to Viewsets/3. Add URL Router.vtt
5.0 kB
9. Introduction to Viewsets/3.1 urls.py.html
130 B
9. Introduction to Viewsets/4. Testing our Viewset.mp4
46 MB
9. Introduction to Viewsets/4. Testing our Viewset.vtt
2.5 kB
9. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.mp4
125 MB
9. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.vtt
5.3 kB
9. Introduction to Viewsets/5.1 views.py.html
130 B
9. Introduction to Viewsets/6. Test Viewset.mp4
74 MB
9. Introduction to Viewsets/6. Test Viewset.vtt
3.9 kB