资源详情

返回首页 | 相关搜索
Udemy - Build a Backend REST API with Python & Django - Beginner (2.2023)
大小 2.1 GB
文件数 227
Info Hash: A1CB37C0410365B936596CE43B01D7D1B399A0F3
收录时间 2025-12-21 03:41:03
更新时间 2025-12-21 04:23:14
文件列表 (227)
01. Course introduction/1. Command Line Cheatsheet.txt
114 B
01. Course introduction/1. Full source code on GitHub.txt
49 B
01. Course introduction/1. Introduction.mp4
7.46 MB
01. Course introduction/1. Introduction.vtt
1.86 KB
01. Course introduction/2. Course structure.mp4
5.52 MB
01. Course introduction/2. Course structure.vtt
2.52 KB
01. Course introduction/3. Technologies.mp4
30.97 MB
01. Course introduction/3. Technologies.vtt
6.32 KB
01. Course introduction/4. Vagrant vs. Docker.mp4
59.9 MB
01. Course introduction/4. Vagrant vs. Docker.vtt
3.72 KB
01. Course introduction/5. How to get the most out of this course.mp4
22.11 MB
01. Course introduction/5. How to get the most out of this course.vtt
1.53 KB
01. Course introduction/6. Full source code on GitHub.txt
49 B
01. Course introduction/6. How to ask questions on Stack Overflow (and get answers).txt
90 B
01. Course introduction/6. How to get help.mp4
28.47 MB
01. Course introduction/6. How to get help.vtt
1.86 KB
02. Setting up your development environment/1. Atom.txt
16 B
02. Setting up your development environment/1. Cheatsheet.txt
105 B
02. Setting up your development environment/1. Git-SCM.txt
20 B
02. Setting up your development environment/1. ModHeader.txt
90 B
02. Setting up your development environment/1. Vagrant.txt
26 B
02. Setting up your development environment/1. VirtualBox 6.txt
55 B
02. Setting up your development environment/1. Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
37.81 MB
02. Setting up your development environment/1. Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.vtt
11.8 KB
02. Setting up your development environment/2. Atom Editor.txt
16 B
02. Setting up your development environment/2. Cheatsheet.txt
105 B
02. Setting up your development environment/2. Git-SCM.txt
29 B
02. Setting up your development environment/2. macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4
134.48 MB
02. Setting up your development environment/2. macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.vtt
9.25 KB
02. Setting up your development environment/2. ModHeader.txt
90 B
02. Setting up your development environment/2. Vagrant.txt
40 B
02. Setting up your development environment/2. VirtualBox.txt
27 B
03. Setting up your project/1. Creating a workspace.mp4
76.77 MB
03. Setting up your project/1. Creating a workspace.vtt
6.94 KB
03. Setting up your project/2. .gitignore.txt
69 B
03. Setting up your project/2. Cheatsheet.txt
105 B
03. Setting up your project/2. Creating a Git project.mp4
89.64 MB
03. Setting up your project/2. Creating a Git project.vtt
11.12 KB
03. Setting up your project/2. GitHub Markdown Cheatsheet.txt
64 B
03. Setting up your project/2. LICENSE.txt
40 B
03. Setting up your project/3. Pushing to GitHub.mp4
78.07 MB
03. Setting up your project/3. Pushing to GitHub.vtt
9.45 KB
04. Creating a development server/1. Creating a Vagrantfile.mp4
33.15 MB
04. Creating a development server/1. Creating a Vagrantfile.vtt
2.11 KB
04. Creating a development server/2. Configuring our Vagrant box.mp4
12.84 MB
04. Creating a development server/2. Configuring our Vagrant box.vtt
4.46 KB
04. Creating a development server/2. Vagrantfile.txt
69 B
04. Creating a development server/3. Running and connecting to our dev server.mp4
10.09 MB
04. Creating a development server/3. Running and connecting to our dev server.vtt
2.27 KB
04. Creating a development server/4. Running a Hello World script.mp4
29.12 MB
04. Creating a development server/4. Running a Hello World script.vtt
4.66 KB
05. Creating a Django app/1. Create Python Virtual Environment.mp4
53.13 MB
05. Creating a Django app/1. Create Python Virtual Environment.vtt
4.17 KB
05. Creating a Django app/1. Virtual Environment (Docs).txt
61 B
05. Creating a Django app/2. Install required Python packages.mp4
34.88 MB
05. Creating a Django app/2. Install required Python packages.vtt
3.81 KB
05. Creating a Django app/2. Python Package Index (PyPi).txt
17 B
05. Creating a Django app/3. Create a new Django project & app.mp4
11.69 MB
05. Creating a Django app/3. Create a new Django project & app.vtt
2.95 KB
05. Creating a Django app/4. Enable our app in the Django settings file.mp4
7.9 MB
05. Creating a Django app/4. Enable our app in the Django settings file.vtt
2.51 KB
05. Creating a Django app/5. Test and commit our changes.mp4
11.23 MB
05. Creating a Django app/5. Test and commit our changes.vtt
3.73 KB
06. Setup the Database/1. Django Models (Official Docs).txt
56 B
06. Setup the Database/1. What are Django Models.mp4
3.07 MB
06. Setup the Database/1. What are Django Models.vtt
775 B
06. Setup the Database/2. Create our user database model.mp4
80.73 MB
06. Setup the Database/2. Create our user database model.vtt
12.01 KB
06. Setup the Database/2. Django Model Fields (Official Docs).txt
57 B
06. Setup the Database/2. models.py.txt
69 B
06. Setup the Database/2. PEP 8 Guidelines.txt
41 B
06. Setup the Database/2. Substituting a custom User model (Official Docs).txt
80 B
06. Setup the Database/3. Add a user model manager.mp4
57.34 MB
06. Setup the Database/3. Add a user model manager.vtt
12.74 KB
06. Setup the Database/3. models.py.txt
69 B
06. Setup the Database/3. normalize_email (Official Docs).txt
122 B
06. Setup the Database/3. PEP 8 Guidelines.txt
41 B
06. Setup the Database/4. Official Django docs for custom user model setting.txt
79 B
06. Setup the Database/4. Set our custom user model.mp4
6.65 MB
06. Setup the Database/4. Set our custom user model.vtt
1.48 KB
06. Setup the Database/5. Create migrations and sync DB.mp4
31.04 MB
06. Setup the Database/5. Create migrations and sync DB.vtt
4.12 KB
07. Setup Django Admin/1. Creating a superuser.mp4
28.34 MB
07. Setup Django Admin/1. Creating a superuser.vtt
3.15 KB
07. Setup Django Admin/1. Django Admin (Official Docs).txt
57 B
07. Setup Django Admin/2. Django Admin override model name.txt
70 B
07. Setup Django Admin/2. Enable Django Admin.mp4
23.27 MB
07. Setup Django Admin/2. Enable Django Admin.vtt
1.44 KB
07. Setup Django Admin/3. Official Django docs for overriding model name.txt
70 B
07. Setup Django Admin/3. Test Django Admin.mp4
77.96 MB
07. Setup Django Admin/3. Test Django Admin.vtt
5.09 KB
08. Introduction to API Views/1. APIView (Official Docs).txt
53 B
08. Introduction to API Views/1. What is an APIView.mp4
6.92 MB
08. Introduction to API Views/1. What is an APIView.vtt
3.11 KB
08. Introduction to API Views/2. Create first APIView.mp4
42.77 MB
08. Introduction to API Views/2. Create first APIView.vtt
7.21 KB
08. Introduction to API Views/2. views.py.txt
69 B
08. Introduction to API Views/3. Configure view URL.mp4
24.16 MB
08. Introduction to API Views/3. Configure view URL.vtt
5.78 KB
08. Introduction to API Views/3. Include urls docs.txt
67 B
08. Introduction to API Views/3. Path function official docs.txt
64 B
08. Introduction to API Views/3. profiles_apiurls.py.txt
69 B
08. Introduction to API Views/3. profiles_projecturls.py.txt
69 B
08. Introduction to API Views/3. URL Dispatcher (Official Docs).txt
56 B
08. Introduction to API Views/4. Testing our API View.mp4
8.72 MB
08. Introduction to API Views/4. Testing our API View.vtt
2.35 KB
08. Introduction to API Views/5. Create a Serializer.mp4
10.91 MB
08. Introduction to API Views/5. Create a Serializer.vtt
4.24 KB
08. Introduction to API Views/5. Serializer Fields (Official Docs).txt
54 B
08. Introduction to API Views/5. Serializers (Official Docs).txt
59 B
08. Introduction to API Views/5. serializers.py.txt
69 B
08. Introduction to API Views/6. Add POST method to APIView.mp4
23.56 MB
08. Introduction to API Views/6. Add POST method to APIView.vtt
8.01 KB
08. Introduction to API Views/6. Status Codes (Official Docs).txt
60 B
08. Introduction to API Views/7. Test POST Function.mp4
13.33 MB
08. Introduction to API Views/7. Test POST Function.vtt
2.79 KB
08. Introduction to API Views/7. views.py.txt
69 B
08. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.mp4
18.34 MB
08. Introduction to API Views/8. Add PUT, PATCH and DELETE methods.vtt
4.44 KB
08. Introduction to API Views/8. views.py.txt
69 B
08. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.mp4
14.48 MB
08. Introduction to API Views/9. Test the PUT, PATCH and DELETE methods.vtt
3.75 KB
09. Introduction to Viewsets/1. What is a Viewset.mp4
8.25 MB
09. Introduction to Viewsets/1. What is a Viewset.vtt
2.96 KB
09. Introduction to Viewsets/2. Create a simple Viewset.mp4
21.19 MB
09. Introduction to Viewsets/2. Create a simple Viewset.vtt
3.86 KB
09. Introduction to Viewsets/2. views.py.txt
69 B
09. Introduction to Viewsets/3. Add URL Router.mp4
88.35 MB
09. Introduction to Viewsets/3. Add URL Router.vtt
5.21 KB
09. Introduction to Viewsets/3. urls.py.txt
69 B
09. Introduction to Viewsets/4. Testing our Viewset.mp4
10.23 MB
09. Introduction to Viewsets/4. Testing our Viewset.vtt
2.51 KB
09. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.mp4
19.83 MB
09. Introduction to Viewsets/5. Add create, retrieve, update, partial_update and destroy functions.vtt
5.71 KB
09. Introduction to Viewsets/5. views.py.txt
69 B
09. Introduction to Viewsets/6. Test Viewset.mp4
15.88 MB
09. Introduction to Viewsets/6. Test Viewset.vtt
4.15 KB
10. Create Profiles API/1. Plan our Profiles API.mp4
5.64 MB
10. Create Profiles API/1. Plan our Profiles API.vtt
2.39 KB
10. Create Profiles API/10. Add search profiles feature.mp4
11.47 MB
10. Create Profiles API/10. Add search profiles feature.vtt
2.41 KB
10. Create Profiles API/10. views.py.txt
69 B
10. Create Profiles API/11. Test searching profiles.mp4
59.23 MB
10. Create Profiles API/11. Test searching profiles.vtt
4.98 KB
10. Create Profiles API/2. Create user profile serializer.mp4
36.47 MB
10. Create Profiles API/2. Create user profile serializer.vtt
9.04 KB
10. Create Profiles API/2. ModelSerializer (Official Docs).txt
75 B
10. Create Profiles API/2. serializers.py.txt
69 B
10. Create Profiles API/3. UPDATE Bug in profile serializer.html
2.44 KB
10. Create Profiles API/4. Create profiles ViewSet.mp4
14.2 MB
10. Create Profiles API/4. Create profiles ViewSet.vtt
2.77 KB
10. Create Profiles API/4. views.py.txt
69 B
10. Create Profiles API/5. Register profile Viewset with the URL router.mp4
4.22 MB
10. Create Profiles API/5. Register profile Viewset with the URL router.vtt
1.51 KB
10. Create Profiles API/6. Test creating a profile.mp4
16.9 MB
10. Create Profiles API/6. Test creating a profile.vtt
4.33 KB
10. Create Profiles API/7. Create permission class.mp4
27.67 MB
10. Create Profiles API/7. Create permission class.vtt
7.01 KB
10. Create Profiles API/7. Permissions (Official Docs).txt
59 B
10. Create Profiles API/7. permissions.py.txt
69 B
10. Create Profiles API/8. Add authentication and permissions to Viewset.mp4
57.37 MB
10. Create Profiles API/8. Add authentication and permissions to Viewset.vtt
4 KB
10. Create Profiles API/8. views.py.txt
69 B
10. Create Profiles API/9. Test new permissions.mp4
43.69 MB
10. Create Profiles API/9. Test new permissions.vtt
2.7 KB
11. Create login API/1. Create login API viewset.mp4
24.39 MB
11. Create login API/1. Create login API viewset.vtt
4.55 KB
11. Create login API/1. urls.py.txt
69 B
11. Create login API/1. views.py.txt
69 B
11. Create login API/2. Test login API.mp4
7.8 MB
11. Create login API/2. Test login API.vtt
2.54 KB
11. Create login API/3. Set token header using ModHeader extension.mp4
22.49 MB
11. Create login API/3. Set token header using ModHeader extension.vtt
6.53 KB
12. Create profile feed API/1. Plan profile feed API.mp4
4.34 MB
12. Create profile feed API/1. Plan profile feed API.vtt
1.78 KB
12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp4
9.14 MB
12. Create profile feed API/10. Restrict viewing status updates to logged in users only.vtt
1.99 KB
12. Create profile feed API/10. views.py.txt
69 B
12. Create profile feed API/11. Test new private feed.mp4
3.69 MB
12. Create profile feed API/11. Test new private feed.vtt
1.39 KB
12. Create profile feed API/2. Add new model Item.mp4
29.73 MB
12. Create profile feed API/2. Add new model Item.vtt
8.17 KB
12. Create profile feed API/2. models.py.txt
69 B
12. Create profile feed API/3. Create and run model migration.mp4
9.36 MB
12. Create profile feed API/3. Create and run model migration.vtt
2.31 KB
12. Create profile feed API/4. Add profile feed model to admin.mp4
2.64 MB
12. Create profile feed API/4. Add profile feed model to admin.vtt
1.06 KB
12. Create profile feed API/5. Create profile feed item serializer.mp4
16.6 MB
12. Create profile feed API/5. Create profile feed item serializer.vtt
4.69 KB
12. Create profile feed API/5. serializers.py.txt
69 B
12. Create profile feed API/6. Create ViewSet for our profile feed item.mp4
23.96 MB
12. Create profile feed API/6. Create ViewSet for our profile feed item.vtt
5.85 KB
12. Create profile feed API/6. views.py.txt
69 B
12. Create profile feed API/7. Test Feed API.mp4
12.26 MB
12. Create profile feed API/7. Test Feed API.vtt
4.48 KB
12. Create profile feed API/8. Add permissions for feed API.mp4
27.76 MB
12. Create profile feed API/8. Add permissions for feed API.vtt
5.96 KB
12. Create profile feed API/8. permissions.py.txt
69 B
12. Create profile feed API/8. views.py.txt
69 B
12. Create profile feed API/9. Test feed API permissions.mp4
14.43 MB
12. Create profile feed API/9. Test feed API permissions.vtt
3.93 KB
13. Deploying our API to a server on AWS/1. AWS Free Tier.txt
28 B
13. Deploying our API to a server on AWS/1. GitHub.txt
18 B
13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp4
3.97 MB
13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.vtt
1.18 KB
13. Deploying our API to a server on AWS/2. Add key pair to AWS.mp4
59.97 MB
13. Deploying our API to a server on AWS/2. Add key pair to AWS.vtt
3.55 KB
13. Deploying our API to a server on AWS/3. AMI Image Number.txt
69 B
13. Deploying our API to a server on AWS/3. Create EC2 server instance.mp4
14.83 MB
13. Deploying our API to a server on AWS/3. Create EC2 server instance.vtt
3.7 KB
13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.mp4
57.81 MB
13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.vtt
14.45 KB
13. Deploying our API to a server on AWS/4. deploy.zip.txt
85 B
13. Deploying our API to a server on AWS/4. nginx_profiles_api.conf.txt
69 B
13. Deploying our API to a server on AWS/4. setup.sh.txt
69 B
13. Deploying our API to a server on AWS/4. supervisor_profiles_api.conf.txt
69 B
13. Deploying our API to a server on AWS/4. update.sh.txt
69 B
13. Deploying our API to a server on AWS/5. Deploy to server.mp4
39.1 MB
13. Deploying our API to a server on AWS/5. Deploy to server.vtt
5.19 KB
13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.mp4
57.96 MB
13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.vtt
6.18 KB
14. Summary/1. Course outro.mp4
18.79 MB
14. Summary/1. Course outro.vtt
2.38 KB
14. Summary/1. Django (Official Docs).txt
39 B
14. Summary/1. Django REST Framework (Official Docs).txt
37 B
14. Summary/2. 2017-12-18_17-38-46-2345da98320508e19f7d7fb14c4a7ac8.jpg
17.53 KB
14. Summary/2. FAQs.html
2.68 KB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。