资源详情

返回首页 | 相关搜索
Udemy - Python Django Build an E-commerce Store - 2023
大小 6.46 GB
文件数 305
Info Hash: 0B7EEE9E70DCF52C7027A199D17D845512D3E91A
收录时间 2026-03-15 15:34:02
更新时间 2026-03-15 15:56:38
文件列表 (305)
1. Course Introduction/1. Course overview.mp4
7.66 MB
1. Course Introduction/1. Course overview.srt
3.93 KB
1. Course Introduction/2. Thought process.mp4
13.52 MB
1. Course Introduction/2. Thought process.srt
3.23 KB
1. Course Introduction/3. QA forums.mp4
6.85 MB
1. Course Introduction/3. QA forums.srt
3.19 KB
1. Course Introduction/4. Deployment costs! - IMPORTANT.html
805 B
2. Resources/1. Code - download.mp4
4.47 MB
2. Resources/1. Code - download.srt
2.54 KB
2. Resources/1.1 dev.zip
33.52 MB
3. Baseline Introduction and setup/1. Python installation and setup.mp4
21.95 MB
3. Baseline Introduction and setup/1. Python installation and setup.srt
4.35 KB
3. Baseline Introduction and setup/2. Visual Studio Code installation and setup.mp4
15.86 MB
3. Baseline Introduction and setup/2. Visual Studio Code installation and setup.srt
3.5 KB
3. Baseline Introduction and setup/3. VS Code extensions.mp4
15.88 MB
3. Baseline Introduction and setup/3. VS Code extensions.srt
4.66 KB
4. Django Installation and setup/1. Django project setup.mp4
43.53 MB
4. Django Installation and setup/1. Django project setup.srt
11.25 KB
4. Django Installation and setup/2. Configure the Python interpreter.mp4
10.99 MB
4. Django Installation and setup/2. Configure the Python interpreter.srt
3.61 KB
4. Django Installation and setup/3. CMD VS code terminal for commands.mp4
9.2 MB
4. Django Installation and setup/3. CMD VS code terminal for commands.srt
3.62 KB
5. Building our models/1. Create a Django app - (store).mp4
9.52 MB
5. Building our models/1. Create a Django app - (store).srt
3.28 KB
5. Building our models/2. Building our models.mp4
69.53 MB
5. Building our models/2. Building our models.srt
20.58 KB
5. Building our models/3. Adding an image field.mp4
17.64 MB
5. Building our models/3. Adding an image field.srt
4.26 KB
5. Building our models/4. Configuring Django for static files.mp4
8.77 MB
5. Building our models/4. Configuring Django for static files.srt
3.17 KB
5. Building our models/5. Configuring Django for image uploads.mp4
23.84 MB
5. Building our models/5. Configuring Django for image uploads.srt
6.12 KB
5. Building our models/6. Basic - Django admin configuration.mp4
58.57 MB
5. Building our models/6. Basic - Django admin configuration.srt
15.31 KB
5. Building our models/7. Advanced - Django admin configuration.mp4
32.59 MB
5. Building our models/7. Advanced - Django admin configuration.srt
9.89 KB
6. Basic templates, URL's and views/1. Important links for this section - [NOTE].html
1.11 KB
6. Basic templates, URL's and views/2. Configure template rendering.mp4
7.57 MB
6. Basic templates, URL's and views/2. Configure template rendering.srt
3.09 KB
6. Basic templates, URL's and views/3. Configure our URL files and store view.mp4
29.71 MB
6. Basic templates, URL's and views/3. Configure our URL files and store view.srt
9.96 KB
6. Basic templates, URL's and views/4. Creating a base page.mp4
76.22 MB
6. Basic templates, URL's and views/4. Creating a base page.srt
13.6 KB
6. Basic templates, URL's and views/4.1 base.html
3.6 KB
6. Basic templates, URL's and views/5. Creating the initial store page.mp4
62.49 MB
6. Basic templates, URL's and views/5. Creating the initial store page.srt
16.7 KB
6. Basic templates, URL's and views/5.1 store.html
784 B
6. Basic templates, URL's and views/6. Populating our database.mp4
84.55 MB
6. Basic templates, URL's and views/6. Populating our database.srt
19.48 KB
6. Basic templates, URL's and views/7. Building the category view.mp4
51.22 MB
6. Basic templates, URL's and views/7. Building the category view.srt
12.31 KB
6. Basic templates, URL's and views/8. Styling the main product data grid - Pt. 1.mp4
23.38 MB
6. Basic templates, URL's and views/8. Styling the main product data grid - Pt. 1.srt
4.78 KB
6. Basic templates, URL's and views/8.1 main-product-section.html
954 B
6. Basic templates, URL's and views/9. Build the main product data grid - Pt. 2.mp4
49.97 MB
6. Basic templates, URL's and views/9. Build the main product data grid - Pt. 2.srt
12.22 KB
6. Basic templates, URL's and views/10. Creating the singular product page.mp4
58.38 MB
6. Basic templates, URL's and views/10. Creating the singular product page.srt
13.67 KB
6. Basic templates, URL's and views/11. Creating the singular product page - Continued.mp4
56.39 MB
6. Basic templates, URL's and views/11. Creating the singular product page - Continued.srt
12.7 KB
6. Basic templates, URL's and views/11.1 product-info.html
2.53 KB
6. Basic templates, URL's and views/12. Creating dynamic links.mp4
40.8 MB
6. Basic templates, URL's and views/12. Creating dynamic links.srt
8.9 KB
6. Basic templates, URL's and views/13. Building the list category view.mp4
81.52 MB
6. Basic templates, URL's and views/13. Building the list category view.srt
17.72 KB
6. Basic templates, URL's and views/14. Building the product category data grid.mp4
47.2 MB
6. Basic templates, URL's and views/14. Building the product category data grid.srt
9.4 KB
6. Basic templates, URL's and views/14.1 list-category.html
993 B
7. Cart functionality - Initial build-up/1. Create a Django app - (cart).mp4
6.46 MB
7. Cart functionality - Initial build-up/1. Create a Django app - (cart).srt
1.65 KB
7. Cart functionality - Initial build-up/2. Configure basic urls and views for our cart.mp4
41.21 MB
7. Cart functionality - Initial build-up/2. Configure basic urls and views for our cart.srt
10.5 KB
7. Cart functionality - Initial build-up/3. Build the cart summary template.mp4
45.42 MB
7. Cart functionality - Initial build-up/3. Build the cart summary template.srt
10.81 KB
7. Cart functionality - Initial build-up/3.1 cart-summary.html
2.85 KB
8. Cart functionality - Sessions/1. Create a session.mp4
64.95 MB
8. Cart functionality - Sessions/1. Create a session.srt
17.59 KB
8. Cart functionality - Sessions/2. Testing our session.mp4
57.01 MB
8. Cart functionality - Sessions/2. Testing our session.srt
15.39 KB
9. Cart functionality - Add/1. AJAX integration - Add.mp4
92.93 MB
9. Cart functionality - Add/1. AJAX integration - Add.srt
20.03 KB
9. Cart functionality - Add/2. Add functionality - Pt. 1.mp4
102.67 MB
9. Cart functionality - Add/2. Add functionality - Pt. 1.srt
21.2 KB
9. Cart functionality - Add/3. Cart functionality analysis.mp4
101.03 MB
9. Cart functionality - Add/3. Cart functionality analysis.srt
20.93 KB
9. Cart functionality - Add/4. Add functionality - Pt. 2.mp4
104.67 MB
9. Cart functionality - Add/4. Add functionality - Pt. 2.srt
22.88 KB
9. Cart functionality - Add/5. Update the cart summary template.mp4
117.54 MB
9. Cart functionality - Add/5. Update the cart summary template.srt
26.11 KB
9. Cart functionality - Add/6. Total price functionality.mp4
40 MB
9. Cart functionality - Add/6. Total price functionality.srt
8.54 KB
9. Cart functionality - Add/7. Match price with quantity.mp4
73.73 MB
9. Cart functionality - Add/7. Match price with quantity.srt
16.01 KB
10. Cart functionality - Delete and Update/1. AJAX integration - Delete.mp4
65.93 MB
10. Cart functionality - Delete and Update/1. AJAX integration - Delete.srt
13.26 KB
10. Cart functionality - Delete and Update/2. Delete functionality.mp4
102.45 MB
10. Cart functionality - Delete and Update/2. Delete functionality.srt
21.39 KB
10. Cart functionality - Delete and Update/3. AJAX integration - Update.mp4
53.31 MB
10. Cart functionality - Delete and Update/3. AJAX integration - Update.srt
10.39 KB
10. Cart functionality - Delete and Update/4. Update functionality.mp4
83.6 MB
10. Cart functionality - Delete and Update/4. Update functionality.srt
18.71 KB
11. Cart functionality - Testing/1. Cart functionality testing.mp4
21.18 MB
11. Cart functionality - Testing/1. Cart functionality testing.srt
6.25 KB
12. User management/1. Create a Django app - (account).mp4
7.57 MB
12. User management/1. Create a Django app - (account).srt
2.84 KB
12. User management/2. Configure our URL files.mp4
20.5 MB
12. User management/2. Configure our URL files.srt
5.79 KB
12. User management/3. User registration - Pt. 1.mp4
72.33 MB
12. User management/3. User registration - Pt. 1.srt
16.48 KB
12. User management/4. User registration - Pt. 2.mp4
97.26 MB
12. User management/4. User registration - Pt. 2.srt
22.16 KB
12. User management/5. User registration - Pt. 3.mp4
82.99 MB
12. User management/5. User registration - Pt. 3.srt
20.1 KB
12. User management/6. Static Files - Manually refresh your static files by clearing the cache.html
501 B
12. User management/7. Email verification - templates.mp4
23.19 MB
12. User management/7. Email verification - templates.srt
6.89 KB
12. User management/8. Email verification - basic urls and views.mp4
27.71 MB
12. User management/8. Email verification - basic urls and views.srt
5.86 KB
12. User management/9. Email verification - tokens.mp4
30.75 MB
12. User management/9. Email verification - tokens.srt
7.51 KB
12. User management/9.1 token.py
548 B
12. User management/10. Email verification - view functionality - Pt. 1.mp4
100.99 MB
12. User management/10. Email verification - view functionality - Pt. 1.srt
21.79 KB
12. User management/11. Email verification - view functionality - Pt. 2.mp4
150.52 MB
12. User management/11. Email verification - view functionality - Pt. 2.srt
31.29 KB
12. User management/12. Email functionality - PLEASE READ!.html
569 B
12. User management/13. Setup the email backend.mp4
30.17 MB
12. User management/13. Setup the email backend.srt
7.22 KB
12. User management/13.1 Setting up 2FA and creating an app password.pdf
680.39 KB
12. User management/14. Styling the email verification templates.mp4
73.33 MB
12. User management/14. Styling the email verification templates.srt
18.48 KB
12. User management/14.1 Setting up 2FA and creating an app password.pdf
680.39 KB
12. User management/15. VS code - change the text appearance - [OPTIONAL].mp4
16.71 MB
12. User management/15. VS code - change the text appearance - [OPTIONAL].srt
3.22 KB
12. User management/16. Email verification - final demonstration.mp4
33.77 MB
12. User management/16. Email verification - final demonstration.srt
7.68 KB
12. User management/17. User authentication - Login.mp4
115.5 MB
12. User management/17. User authentication - Login.srt
22.04 KB
12. User management/18. User authentication - Logout.mp4
36.8 MB
12. User management/18. User authentication - Logout.srt
7.6 KB
12. User management/19. Styling the dashboard template.mp4
58.03 MB
12. User management/19. Styling the dashboard template.srt
12.11 KB
12. User management/20. Integrate the profile management templates.mp4
32.62 MB
12. User management/20. Integrate the profile management templates.srt
7.8 KB
12. User management/21. Profile management Updating our username and email.mp4
65.8 MB
12. User management/21. Profile management Updating our username and email.srt
14.35 KB
12. User management/22. Profile management Deleting an account.mp4
51.36 MB
12. User management/22. Profile management Deleting an account.srt
10.12 KB
13. App UI, styling and validation - Pt. 1/1. Improving the UI and styling - (account).mp4
123.69 MB
13. App UI, styling and validation - Pt. 1/1. Improving the UI and styling - (account).srt
26.96 KB
13. App UI, styling and validation - Pt. 1/2. User validation - (account).mp4
75.46 MB
13. App UI, styling and validation - Pt. 1/2. User validation - (account).srt
16.74 KB
13. App UI, styling and validation - Pt. 1/3. Detailed app UI and styling.mp4
66.83 MB
13. App UI, styling and validation - Pt. 1/3. Detailed app UI and styling.srt
13.71 KB
14. Password management/1. Creating our password reset views.mp4
68.45 MB
14. Password management/1. Creating our password reset views.srt
13.26 KB
14. Password management/2. Integrating the password reset templates.mp4
90.74 MB
14. Password management/2. Integrating the password reset templates.srt
16.34 KB
14. Password management/3. Password reset - initial test.mp4
15.33 MB
14. Password management/3. Password reset - initial test.srt
4.74 KB
14. Password management/4. Styling the password reset templates.mp4
79.91 MB
14. Password management/4. Styling the password reset templates.srt
13.54 KB
14. Password management/5. Password reset - final demonstration.mp4
8.39 MB
14. Password management/5. Password reset - final demonstration.srt
3.21 KB
15. App UI, styling and validation - Pt. 2/1. User logout session adjustment - [IMPORTANT].mp4
45.04 MB
15. App UI, styling and validation - Pt. 2/1. User logout session adjustment - [IMPORTANT].srt
10.61 KB
15. App UI, styling and validation - Pt. 2/2. Login validation.mp4
14.26 MB
15. App UI, styling and validation - Pt. 2/2. Login validation.srt
4.08 KB
15. App UI, styling and validation - Pt. 2/3. Advanced user notifications.mp4
77.08 MB
15. App UI, styling and validation - Pt. 2/3. Advanced user notifications.srt
16.59 KB
15. App UI, styling and validation - Pt. 2/4. Adding a timer to user notifications.mp4
26.78 MB
15. App UI, styling and validation - Pt. 2/4. Adding a timer to user notifications.srt
6.83 KB
15. App UI, styling and validation - Pt. 2/5. Additional app UI and styling - [OPTIONAL].mp4
51.66 MB
15. App UI, styling and validation - Pt. 2/5. Additional app UI and styling - [OPTIONAL].srt
10.75 KB
15. App UI, styling and validation - Pt. 2/6. Suggestion!.html
307 B
16. Shipping and order functionality/1. Create a Django app - (payment).mp4
6.99 MB
16. Shipping and order functionality/1. Create a Django app - (payment).srt
2.28 KB
16. Shipping and order functionality/2. Configure our basic URL files.mp4
43.55 MB
16. Shipping and order functionality/2. Configure our basic URL files.srt
10.36 KB
16. Shipping and order functionality/3. Build the shipping address model.mp4
91.12 MB
16. Shipping and order functionality/3. Build the shipping address model.srt
22.19 KB
16. Shipping and order functionality/4. Implement the shipping form.mp4
23.85 MB
16. Shipping and order functionality/4. Implement the shipping form.srt
5.47 KB
16. Shipping and order functionality/5. Construct the shipping view and url - (account).mp4
90.79 MB
16. Shipping and order functionality/5. Construct the shipping view and url - (account).srt
18.19 KB
16. Shipping and order functionality/6. Organize the shipping template - (account).mp4
65.08 MB
16. Shipping and order functionality/6. Organize the shipping template - (account).srt
14.42 KB
16. Shipping and order functionality/7. Build the checkout template.mp4
42.59 MB
16. Shipping and order functionality/7. Build the checkout template.srt
10.14 KB
16. Shipping and order functionality/7.1 checkout.html
2.86 KB
16. Shipping and order functionality/8. Checkout functionality.mp4
83.92 MB
16. Shipping and order functionality/8. Checkout functionality.srt
16.25 KB
16. Shipping and order functionality/9. Build the order and order item model.mp4
110.01 MB
16. Shipping and order functionality/9. Build the order and order item model.srt
21.29 KB
16. Shipping and order functionality/10. AJAX - complete checkout.mp4
69.17 MB
16. Shipping and order functionality/10. AJAX - complete checkout.srt
11.58 KB
16. Shipping and order functionality/11. Process order functionality - Pt. 1.mp4
66.4 MB
16. Shipping and order functionality/11. Process order functionality - Pt. 1.srt
11.9 KB
16. Shipping and order functionality/12. Process order functionality - Pt. 2.mp4
91.17 MB
16. Shipping and order functionality/12. Process order functionality - Pt. 2.srt
16.94 KB
16. Shipping and order functionality/13. AJAX redirection + Clear the shopping cart.mp4
26.89 MB
16. Shipping and order functionality/13. AJAX redirection + Clear the shopping cart.srt
5.21 KB
16. Shipping and order functionality/14. Process an order - Final demonstration.mp4
27.36 MB
16. Shipping and order functionality/14. Process an order - Final demonstration.srt
7.58 KB
17. Payment integration/1. Important links for this section - [NOTE].html
1.44 KB
17. Payment integration/2. Create a PayPal account.mp4
14.1 MB
17. Payment integration/2. Create a PayPal account.srt
3.48 KB
17. Payment integration/3. Creating our Sandbox accounts.mp4
41.78 MB
17. Payment integration/3. Creating our Sandbox accounts.srt
9.49 KB
17. Payment integration/4. Logging into our Sandbox accounts.mp4
12.41 MB
17. Payment integration/4. Logging into our Sandbox accounts.srt
3.43 KB
17. Payment integration/5. PayPal - integration analysis.mp4
12.51 MB
17. Payment integration/5. PayPal - integration analysis.srt
2.39 KB
17. Payment integration/6. PayPal - API integration.mp4
61.52 MB
17. Payment integration/6. PayPal - API integration.srt
14.54 KB
17. Payment integration/7. Customize the PayPal buttons.mp4
38.13 MB
17. Payment integration/7. Customize the PayPal buttons.srt
7.57 KB
17. Payment integration/8. The essentials of validation.mp4
77.2 MB
17. Payment integration/8. The essentials of validation.srt
15.17 KB
17. Payment integration/9. Validating user input - Pt. 1.mp4
78.47 MB
17. Payment integration/9. Validating user input - Pt. 1.srt
18.49 KB
17. Payment integration/10. Inserting the shopping cart price.mp4
30.35 MB
17. Payment integration/10. Inserting the shopping cart price.srt
7.11 KB
17. Payment integration/11. Validating user input - Pt. 2.mp4
47.64 MB
17. Payment integration/11. Validating user input - Pt. 2.srt
10.74 KB
17. Payment integration/12. PayPal + Ajax integration.mp4
36.11 MB
17. Payment integration/12. PayPal + Ajax integration.srt
7.43 KB
17. Payment integration/13. Test a payment - PayPal.mp4
25.99 MB
17. Payment integration/13. Test a payment - PayPal.srt
8.38 KB
17. Payment integration/14. Test a payment - Debit or Credit card.mp4
24.63 MB
17. Payment integration/14. Test a payment - Debit or Credit card.srt
6.5 KB
17. Payment integration/15. Email invoice for buyers - [OPTIONAL].html
203 B
17. Payment integration/16. Styling our payment templates.mp4
28.88 MB
17. Payment integration/16. Styling our payment templates.srt
8.07 KB
17. Payment integration/17. Create a live account - IMPORTANT.mp4
18.41 MB
17. Payment integration/17. Create a live account - IMPORTANT.srt
3.9 KB
17. Payment integration/18. Order management.mp4
101.24 MB
17. Payment integration/18. Order management.srt
20.46 KB
18. Deployment - Phase l/1. Create an AWS account.html
157 B
18. Deployment - Phase l/1.1 Create an AWS account.pdf
534.34 KB
18. Deployment - Phase l/2. Create a budget in AWS.mp4
27.51 MB
18. Deployment - Phase l/2. Create a budget in AWS.srt
6.7 KB
18. Deployment - Phase l/3. AWS IAM - Theory review - [OPTIONAL].mp4
28.1 MB
18. Deployment - Phase l/3. AWS IAM - Theory review - [OPTIONAL].srt
11.7 KB
18. Deployment - Phase l/3.1 AWS IAM- Creating a user.pdf
3.98 MB
18. Deployment - Phase l/4. Create an AWS IAM user and a group.mp4
62.83 MB
18. Deployment - Phase l/4. Create an AWS IAM user and a group.srt
14.79 KB
18. Deployment - Phase l/5. Deploy our static files to Amazon S3.mp4
151.81 MB
18. Deployment - Phase l/5. Deploy our static files to Amazon S3.srt
31.28 KB
18. Deployment - Phase l/6. Utilize an Amazon RDS database.mp4
110.13 MB
18. Deployment - Phase l/6. Utilize an Amazon RDS database.srt
25.12 KB
18. Deployment - Phase l/7. IMPORTANT NOTE!.html
657 B
19. Domain name and SSL certificate/1. AWS Route 53 - Theory review.mp4
38 MB
19. Domain name and SSL certificate/1. AWS Route 53 - Theory review.srt
15.51 KB
19. Domain name and SSL certificate/2. COST REMINDER!.html
205 B
19. Domain name and SSL certificate/3. IMPORTANT NOTE!.html
295 B
19. Domain name and SSL certificate/4. Register a domain name with Route 53.mp4
37.44 MB
19. Domain name and SSL certificate/4. Register a domain name with Route 53.srt
10.15 KB
19. Domain name and SSL certificate/5. Amazon Certificate Manager - Theory review.mp4
5.82 MB
19. Domain name and SSL certificate/5. Amazon Certificate Manager - Theory review.srt
2.71 KB
19. Domain name and SSL certificate/6. IMPORTANT NOTE!.html
284 B
19. Domain name and SSL certificate/7. Provision and assign an SSL certificate.mp4
66.23 MB
19. Domain name and SSL certificate/7. Provision and assign an SSL certificate.srt
13.71 KB
20. Deployment - Phase ll/1. Installing important packages.mp4
17.36 MB
20. Deployment - Phase ll/1. Installing important packages.srt
4.25 KB
20. Deployment - Phase ll/2. Preparing for deployment - Pt. 1.mp4
43.46 MB
20. Deployment - Phase ll/2. Preparing for deployment - Pt. 1.srt
10.21 KB
20. Deployment - Phase ll/3. Preparing for deployment - Pt. 2.mp4
10.05 MB
20. Deployment - Phase ll/3. Preparing for deployment - Pt. 2.srt
2.9 KB
20. Deployment - Phase ll/4. Preparing for deployment - Pt. 3 - NB!.mp4
13.43 MB
20. Deployment - Phase ll/4. Preparing for deployment - Pt. 3 - NB!.srt
3.71 KB
20. Deployment - Phase ll/5. Security tips.mp4
4.28 MB
20. Deployment - Phase ll/5. Security tips.srt
1.91 KB
20. Deployment - Phase ll/6. AWS Elastic Beanstalk - What is it.mp4
6.24 MB
20. Deployment - Phase ll/6. AWS Elastic Beanstalk - What is it.srt
3.11 KB
20. Deployment - Phase ll/7. COST REMINDER!.html
137 B
20. Deployment - Phase ll/7.1 Cost+guidance.pdf
101.55 KB
20. Deployment - Phase ll/8. AWS CLI setup.mp4
22.84 MB
20. Deployment - Phase ll/8. AWS CLI setup.srt
5.06 KB
20. Deployment - Phase ll/9. AWS EB CLI setup.mp4
8.8 MB
20. Deployment - Phase ll/9. AWS EB CLI setup.srt
2.09 KB
20. Deployment - Phase ll/10. AWS credentials setup.mp4
9.74 MB
20. Deployment - Phase ll/10. AWS credentials setup.srt
2.17 KB
20. Deployment - Phase ll/11. Generate a requirements.txt file.mp4
6.73 MB
20. Deployment - Phase ll/11. Generate a requirements.txt file.srt
2.66 KB
20. Deployment - Phase ll/12. IMPORTANT NOTE!.html
281 B
20. Deployment - Phase ll/13. Deploy our app to AWS Elastic Beanstalk - Pt. 1.mp4
69.15 MB
20. Deployment - Phase ll/13. Deploy our app to AWS Elastic Beanstalk - Pt. 1.srt
15.96 KB
20. Deployment - Phase ll/13.1 django.config
97 B
20. Deployment - Phase ll/14. Deploy our app to AWS Elastic Beanstalk - Pt. 2.mp4
67.03 MB
20. Deployment - Phase ll/14. Deploy our app to AWS Elastic Beanstalk - Pt. 2.srt
12.85 KB
20. Deployment - Phase ll/15. How to re-deploy our web application.mp4
15.66 MB
20. Deployment - Phase ll/15. How to re-deploy our web application.srt
3.36 KB
20. Deployment - Phase ll/16. How to enable sticky sessions.mp4
20.22 MB
20. Deployment - Phase ll/16. How to enable sticky sessions.srt
4.35 KB
21. Final demonstration/1. Final demonstration - Build an E-commerce Store.mp4
63.62 MB
21. Final demonstration/1. Final demonstration - Build an E-commerce Store.srt
15.14 KB
21. Final demonstration/2. Resource cleanup.mp4
28.88 MB
21. Final demonstration/2. Resource cleanup.srt
7.05 KB
22. [ADDITIONAL] - Extra functionality/1. Send emails on order - Pt. 1.mp4
60.12 MB
22. [ADDITIONAL] - Extra functionality/1. Send emails on order - Pt. 1.srt
12.03 KB
22. [ADDITIONAL] - Extra functionality/2. Email alternative - Pt. 2.html
259 B
23. Thank you!/1. THANK YOU! - A final message.mp4
1.8 MB
23. Thank you!/1. THANK YOU! - A final message.srt
1.65 KB
23. Thank you!/2. Bonus lecture.html
817 B

免责声明

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