TorBT - Torrents and Magnet Links Search Engine

Udemy - Python Django Build an E-commerce Store - 2023

File Name
Size
1. Course Introduction/1. Course overview.mp4
7.7 MB
1. Course Introduction/1. Course overview.srt
3.9 kB
1. Course Introduction/2. Thought process.mp4
14 MB
1. Course Introduction/2. Thought process.srt
3.2 kB
1. Course Introduction/3. QA forums.mp4
6.9 MB
1. Course Introduction/3. QA forums.srt
3.2 kB
1. Course Introduction/4. Deployment costs! - IMPORTANT.html
805 B
2. Resources/1. Code - download.mp4
4.5 MB
2. Resources/1. Code - download.srt
2.5 kB
2. Resources/1.1 dev.zip
34 MB
3. Baseline Introduction and setup/1. Python installation and setup.mp4
22 MB
3. Baseline Introduction and setup/1. Python installation and setup.srt
4.4 kB
3. Baseline Introduction and setup/2. Visual Studio Code installation and setup.mp4
16 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
16 MB
3. Baseline Introduction and setup/3. VS Code extensions.srt
4.7 kB
4. Django Installation and setup/1. Django project setup.mp4
44 MB
4. Django Installation and setup/1. Django project setup.srt
11 kB
4. Django Installation and setup/2. Configure the Python interpreter.mp4
11 MB
4. Django Installation and setup/2. Configure the Python interpreter.srt
3.6 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.6 kB
5. Building our models/1. Create a Django app - (store).mp4
9.5 MB
5. Building our models/1. Create a Django app - (store).srt
3.3 kB
5. Building our models/2. Building our models.mp4
70 MB
5. Building our models/2. Building our models.srt
21 kB
5. Building our models/3. Adding an image field.mp4
18 MB
5. Building our models/3. Adding an image field.srt
4.3 kB
5. Building our models/4. Configuring Django for static files.mp4
8.8 MB
5. Building our models/4. Configuring Django for static files.srt
3.2 kB
5. Building our models/5. Configuring Django for image uploads.mp4
24 MB
5. Building our models/5. Configuring Django for image uploads.srt
6.1 kB
5. Building our models/6. Basic - Django admin configuration.mp4
59 MB
5. Building our models/6. Basic - Django admin configuration.srt
15 kB
5. Building our models/7. Advanced - Django admin configuration.mp4
33 MB
5. Building our models/7. Advanced - Django admin configuration.srt
9.9 kB
6. Basic templates, URL's and views/1. Important links for this section - [NOTE].html
1.1 kB
6. Basic templates, URL's and views/2. Configure template rendering.mp4
7.6 MB
6. Basic templates, URL's and views/2. Configure template rendering.srt
3.1 kB
6. Basic templates, URL's and views/3. Configure our URL files and store view.mp4
30 MB
6. Basic templates, URL's and views/3. Configure our URL files and store view.srt
10 kB
6. Basic templates, URL's and views/4. Creating a base page.mp4
76 MB
6. Basic templates, URL's and views/4. Creating a base page.srt
14 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 MB
6. Basic templates, URL's and views/5. Creating the initial store page.srt
17 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 MB
6. Basic templates, URL's and views/6. Populating our database.srt
20 kB
6. Basic templates, URL's and views/7. Building the category view.mp4
51 MB
6. Basic templates, URL's and views/7. Building the category view.srt
12 kB
6. Basic templates, URL's and views/8. Styling the main product data grid - Pt. 1.mp4
23 MB
6. Basic templates, URL's and views/8. Styling the main product data grid - Pt. 1.srt
4.8 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
50 MB
6. Basic templates, URL's and views/9. Build the main product data grid - Pt. 2.srt
12 kB
6. Basic templates, URL's and views/10. Creating the singular product page.mp4
58 MB
6. Basic templates, URL's and views/10. Creating the singular product page.srt
14 kB
6. Basic templates, URL's and views/11. Creating the singular product page - Continued.mp4
56 MB
6. Basic templates, URL's and views/11. Creating the singular product page - Continued.srt
13 kB
6. Basic templates, URL's and views/11.1 product-info.html
2.5 kB
6. Basic templates, URL's and views/12. Creating dynamic links.mp4
41 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
82 MB
6. Basic templates, URL's and views/13. Building the list category view.srt
18 kB
6. Basic templates, URL's and views/14. Building the product category data grid.mp4
47 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.5 MB
7. Cart functionality - Initial build-up/1. Create a Django app - (cart).srt
1.6 kB
7. Cart functionality - Initial build-up/2. Configure basic urls and views for our cart.mp4
41 MB
7. Cart functionality - Initial build-up/2. Configure basic urls and views for our cart.srt
10 kB
7. Cart functionality - Initial build-up/3. Build the cart summary template.mp4
45 MB
7. Cart functionality - Initial build-up/3. Build the cart summary template.srt
11 kB
7. Cart functionality - Initial build-up/3.1 cart-summary.html
2.9 kB
8. Cart functionality - Sessions/1. Create a session.mp4
65 MB
8. Cart functionality - Sessions/1. Create a session.srt
18 kB
8. Cart functionality - Sessions/2. Testing our session.mp4
57 MB
8. Cart functionality - Sessions/2. Testing our session.srt
15 kB
9. Cart functionality - Add/1. AJAX integration - Add.mp4
93 MB
9. Cart functionality - Add/1. AJAX integration - Add.srt
20 kB
9. Cart functionality - Add/2. Add functionality - Pt. 1.mp4
103 MB
9. Cart functionality - Add/2. Add functionality - Pt. 1.srt
21 kB
9. Cart functionality - Add/3. Cart functionality analysis.mp4
101 MB
9. Cart functionality - Add/3. Cart functionality analysis.srt
21 kB
9. Cart functionality - Add/4. Add functionality - Pt. 2.mp4
105 MB
9. Cart functionality - Add/4. Add functionality - Pt. 2.srt
23 kB
9. Cart functionality - Add/5. Update the cart summary template.mp4
118 MB
9. Cart functionality - Add/5. Update the cart summary template.srt
26 kB
9. Cart functionality - Add/6. Total price functionality.mp4
40 MB
9. Cart functionality - Add/6. Total price functionality.srt
8.5 kB
9. Cart functionality - Add/7. Match price with quantity.mp4
74 MB
9. Cart functionality - Add/7. Match price with quantity.srt
16 kB
10. Cart functionality - Delete and Update/1. AJAX integration - Delete.mp4
66 MB
10. Cart functionality - Delete and Update/1. AJAX integration - Delete.srt
13 kB
10. Cart functionality - Delete and Update/2. Delete functionality.mp4
102 MB
10. Cart functionality - Delete and Update/2. Delete functionality.srt
21 kB
10. Cart functionality - Delete and Update/3. AJAX integration - Update.mp4
53 MB
10. Cart functionality - Delete and Update/3. AJAX integration - Update.srt
10 kB
10. Cart functionality - Delete and Update/4. Update functionality.mp4
84 MB
10. Cart functionality - Delete and Update/4. Update functionality.srt
19 kB
11. Cart functionality - Testing/1. Cart functionality testing.mp4
21 MB
11. Cart functionality - Testing/1. Cart functionality testing.srt
6.3 kB
12. User management/1. Create a Django app - (account).mp4
7.6 MB
12. User management/1. Create a Django app - (account).srt
2.8 kB
12. User management/2. Configure our URL files.mp4
20 MB
12. User management/2. Configure our URL files.srt
5.8 kB
12. User management/3. User registration - Pt. 1.mp4
72 MB
12. User management/3. User registration - Pt. 1.srt
16 kB
12. User management/4. User registration - Pt. 2.mp4
97 MB
12. User management/4. User registration - Pt. 2.srt
22 kB
12. User management/5. User registration - Pt. 3.mp4
83 MB
12. User management/5. User registration - Pt. 3.srt
20 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 MB
12. User management/7. Email verification - templates.srt
6.9 kB
12. User management/8. Email verification - basic urls and views.mp4
28 MB
12. User management/8. Email verification - basic urls and views.srt
5.9 kB
12. User management/9. Email verification - tokens.mp4
31 MB
12. User management/9. Email verification - tokens.srt
7.5 kB
12. User management/9.1 token.py
548 B
12. User management/10. Email verification - view functionality - Pt. 1.mp4
101 MB
12. User management/10. Email verification - view functionality - Pt. 1.srt
22 kB
12. User management/11. Email verification - view functionality - Pt. 2.mp4
150 MB
12. User management/11. Email verification - view functionality - Pt. 2.srt
31 kB
12. User management/12. Email functionality - PLEASE READ!.html
569 B
12. User management/13. Setup the email backend.mp4
30 MB
12. User management/13. Setup the email backend.srt
7.2 kB
12. User management/13.1 Setting up 2FA and creating an app password.pdf
680 kB
12. User management/14. Styling the email verification templates.mp4
73 MB
12. User management/14. Styling the email verification templates.srt
18 kB
12. User management/14.1 Setting up 2FA and creating an app password.pdf
680 kB
12. User management/15. VS code - change the text appearance - [OPTIONAL].mp4
17 MB
12. User management/15. VS code - change the text appearance - [OPTIONAL].srt
3.2 kB
12. User management/16. Email verification - final demonstration.mp4
34 MB
12. User management/16. Email verification - final demonstration.srt
7.7 kB
12. User management/17. User authentication - Login.mp4
116 MB
12. User management/17. User authentication - Login.srt
22 kB
12. User management/18. User authentication - Logout.mp4
37 MB
12. User management/18. User authentication - Logout.srt
7.6 kB
12. User management/19. Styling the dashboard template.mp4
58 MB
12. User management/19. Styling the dashboard template.srt
12 kB
12. User management/20. Integrate the profile management templates.mp4
33 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
66 MB
12. User management/21. Profile management Updating our username and email.srt
14 kB
12. User management/22. Profile management Deleting an account.mp4
51 MB
12. User management/22. Profile management Deleting an account.srt
10 kB
13. App UI, styling and validation - Pt. 1/1. Improving the UI and styling - (account).mp4
124 MB
13. App UI, styling and validation - Pt. 1/1. Improving the UI and styling - (account).srt
27 kB
13. App UI, styling and validation - Pt. 1/2. User validation - (account).mp4
76 MB
13. App UI, styling and validation - Pt. 1/2. User validation - (account).srt
17 kB
13. App UI, styling and validation - Pt. 1/3. Detailed app UI and styling.mp4
67 MB
13. App UI, styling and validation - Pt. 1/3. Detailed app UI and styling.srt
14 kB
14. Password management/1. Creating our password reset views.mp4
68 MB
14. Password management/1. Creating our password reset views.srt
13 kB
14. Password management/2. Integrating the password reset templates.mp4
91 MB
14. Password management/2. Integrating the password reset templates.srt
16 kB
14. Password management/3. Password reset - initial test.mp4
15 MB
14. Password management/3. Password reset - initial test.srt
4.7 kB
14. Password management/4. Styling the password reset templates.mp4
80 MB
14. Password management/4. Styling the password reset templates.srt
14 kB
14. Password management/5. Password reset - final demonstration.mp4
8.4 MB
14. Password management/5. Password reset - final demonstration.srt
3.2 kB
15. App UI, styling and validation - Pt. 2/1. User logout session adjustment - [IMPORTANT].mp4
45 MB
15. App UI, styling and validation - Pt. 2/1. User logout session adjustment - [IMPORTANT].srt
11 kB
15. App UI, styling and validation - Pt. 2/2. Login validation.mp4
14 MB
15. App UI, styling and validation - Pt. 2/2. Login validation.srt
4.1 kB
15. App UI, styling and validation - Pt. 2/3. Advanced user notifications.mp4
77 MB
15. App UI, styling and validation - Pt. 2/3. Advanced user notifications.srt
17 kB
15. App UI, styling and validation - Pt. 2/4. Adding a timer to user notifications.mp4
27 MB
15. App UI, styling and validation - Pt. 2/4. Adding a timer to user notifications.srt
6.8 kB
15. App UI, styling and validation - Pt. 2/5. Additional app UI and styling - [OPTIONAL].mp4
52 MB
15. App UI, styling and validation - Pt. 2/5. Additional app UI and styling - [OPTIONAL].srt
11 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
7.0 MB
16. Shipping and order functionality/1. Create a Django app - (payment).srt
2.3 kB
16. Shipping and order functionality/2. Configure our basic URL files.mp4
44 MB
16. Shipping and order functionality/2. Configure our basic URL files.srt
10 kB
16. Shipping and order functionality/3. Build the shipping address model.mp4
91 MB
16. Shipping and order functionality/3. Build the shipping address model.srt
22 kB
16. Shipping and order functionality/4. Implement the shipping form.mp4
24 MB
16. Shipping and order functionality/4. Implement the shipping form.srt
5.5 kB
16. Shipping and order functionality/5. Construct the shipping view and url - (account).mp4
91 MB
16. Shipping and order functionality/5. Construct the shipping view and url - (account).srt
18 kB
16. Shipping and order functionality/6. Organize the shipping template - (account).mp4
65 MB
16. Shipping and order functionality/6. Organize the shipping template - (account).srt
14 kB
16. Shipping and order functionality/7. Build the checkout template.mp4
43 MB
16. Shipping and order functionality/7. Build the checkout template.srt
10 kB
16. Shipping and order functionality/7.1 checkout.html
2.9 kB
16. Shipping and order functionality/8. Checkout functionality.mp4
84 MB
16. Shipping and order functionality/8. Checkout functionality.srt
16 kB
16. Shipping and order functionality/9. Build the order and order item model.mp4
110 MB
16. Shipping and order functionality/9. Build the order and order item model.srt
21 kB
16. Shipping and order functionality/10. AJAX - complete checkout.mp4
69 MB
16. Shipping and order functionality/10. AJAX - complete checkout.srt
12 kB
16. Shipping and order functionality/11. Process order functionality - Pt. 1.mp4
66 MB
16. Shipping and order functionality/11. Process order functionality - Pt. 1.srt
12 kB
16. Shipping and order functionality/12. Process order functionality - Pt. 2.mp4
91 MB
16. Shipping and order functionality/12. Process order functionality - Pt. 2.srt
17 kB
16. Shipping and order functionality/13. AJAX redirection + Clear the shopping cart.mp4
27 MB
16. Shipping and order functionality/13. AJAX redirection + Clear the shopping cart.srt
5.2 kB
16. Shipping and order functionality/14. Process an order - Final demonstration.mp4
27 MB
16. Shipping and order functionality/14. Process an order - Final demonstration.srt
7.6 kB
17. Payment integration/1. Important links for this section - [NOTE].html
1.4 kB
17. Payment integration/2. Create a PayPal account.mp4
14 MB
17. Payment integration/2. Create a PayPal account.srt
3.5 kB
17. Payment integration/3. Creating our Sandbox accounts.mp4
42 MB
17. Payment integration/3. Creating our Sandbox accounts.srt
9.5 kB
17. Payment integration/4. Logging into our Sandbox accounts.mp4
12 MB
17. Payment integration/4. Logging into our Sandbox accounts.srt
3.4 kB
17. Payment integration/5. PayPal - integration analysis.mp4
12 MB
17. Payment integration/5. PayPal - integration analysis.srt
2.4 kB
17. Payment integration/6. PayPal - API integration.mp4
62 MB
17. Payment integration/6. PayPal - API integration.srt
14 kB
17. Payment integration/7. Customize the PayPal buttons.mp4
38 MB
17. Payment integration/7. Customize the PayPal buttons.srt
7.6 kB
17. Payment integration/8. The essentials of validation.mp4
77 MB
17. Payment integration/8. The essentials of validation.srt
15 kB
17. Payment integration/9. Validating user input - Pt. 1.mp4
78 MB
17. Payment integration/9. Validating user input - Pt. 1.srt
18 kB
17. Payment integration/10. Inserting the shopping cart price.mp4
30 MB
17. Payment integration/10. Inserting the shopping cart price.srt
7.1 kB
17. Payment integration/11. Validating user input - Pt. 2.mp4
48 MB
17. Payment integration/11. Validating user input - Pt. 2.srt
11 kB
17. Payment integration/12. PayPal + Ajax integration.mp4
36 MB
17. Payment integration/12. PayPal + Ajax integration.srt
7.4 kB
17. Payment integration/13. Test a payment - PayPal.mp4
26 MB
17. Payment integration/13. Test a payment - PayPal.srt
8.4 kB
17. Payment integration/14. Test a payment - Debit or Credit card.mp4
25 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
29 MB
17. Payment integration/16. Styling our payment templates.srt
8.1 kB
17. Payment integration/17. Create a live account - IMPORTANT.mp4
18 MB
17. Payment integration/17. Create a live account - IMPORTANT.srt
3.9 kB
17. Payment integration/18. Order management.mp4
101 MB
17. Payment integration/18. Order management.srt
20 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 kB
18. Deployment - Phase l/2. Create a budget in AWS.mp4
28 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 MB
18. Deployment - Phase l/3. AWS IAM - Theory review - [OPTIONAL].srt
12 kB
18. Deployment - Phase l/3.1 AWS IAM- Creating a user.pdf
4.0 MB
18. Deployment - Phase l/4. Create an AWS IAM user and a group.mp4
63 MB
18. Deployment - Phase l/4. Create an AWS IAM user and a group.srt
15 kB
18. Deployment - Phase l/5. Deploy our static files to Amazon S3.mp4
152 MB
18. Deployment - Phase l/5. Deploy our static files to Amazon S3.srt
31 kB
18. Deployment - Phase l/6. Utilize an Amazon RDS database.mp4
110 MB
18. Deployment - Phase l/6. Utilize an Amazon RDS database.srt
25 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
16 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 MB
19. Domain name and SSL certificate/4. Register a domain name with Route 53.srt
10 kB
19. Domain name and SSL certificate/5. Amazon Certificate Manager - Theory review.mp4
5.8 MB
19. Domain name and SSL certificate/5. Amazon Certificate Manager - Theory review.srt
2.7 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 MB
19. Domain name and SSL certificate/7. Provision and assign an SSL certificate.srt
14 kB
20. Deployment - Phase ll/1. Installing important packages.mp4
17 MB
20. Deployment - Phase ll/1. Installing important packages.srt
4.3 kB
20. Deployment - Phase ll/2. Preparing for deployment - Pt. 1.mp4
44 MB
20. Deployment - Phase ll/2. Preparing for deployment - Pt. 1.srt
10 kB
20. Deployment - Phase ll/3. Preparing for deployment - Pt. 2.mp4
10 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 MB
20. Deployment - Phase ll/4. Preparing for deployment - Pt. 3 - NB!.srt
3.7 kB
20. Deployment - Phase ll/5. Security tips.mp4
4.3 MB
20. Deployment - Phase ll/5. Security tips.srt
1.9 kB
20. Deployment - Phase ll/6. AWS Elastic Beanstalk - What is it.mp4
6.2 MB
20. Deployment - Phase ll/6. AWS Elastic Beanstalk - What is it.srt
3.1 kB
20. Deployment - Phase ll/7. COST REMINDER!.html
137 B
20. Deployment - Phase ll/7.1 Cost+guidance.pdf
102 kB
20. Deployment - Phase ll/8. AWS CLI setup.mp4
23 MB
20. Deployment - Phase ll/8. AWS CLI setup.srt
5.1 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.1 kB
20. Deployment - Phase ll/10. AWS credentials setup.mp4
9.7 MB
20. Deployment - Phase ll/10. AWS credentials setup.srt
2.2 kB
20. Deployment - Phase ll/11. Generate a requirements.txt file.mp4
6.7 MB
20. Deployment - Phase ll/11. Generate a requirements.txt file.srt
2.7 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 MB
20. Deployment - Phase ll/13. Deploy our app to AWS Elastic Beanstalk - Pt. 1.srt
16 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 MB
20. Deployment - Phase ll/14. Deploy our app to AWS Elastic Beanstalk - Pt. 2.srt
13 kB
20. Deployment - Phase ll/15. How to re-deploy our web application.mp4
16 MB
20. Deployment - Phase ll/15. How to re-deploy our web application.srt
3.4 kB
20. Deployment - Phase ll/16. How to enable sticky sessions.mp4
20 MB
20. Deployment - Phase ll/16. How to enable sticky sessions.srt
4.4 kB
21. Final demonstration/1. Final demonstration - Build an E-commerce Store.mp4
64 MB
21. Final demonstration/1. Final demonstration - Build an E-commerce Store.srt
15 kB
21. Final demonstration/2. Resource cleanup.mp4
29 MB
21. Final demonstration/2. Resource cleanup.srt
7.0 kB
22. [ADDITIONAL] - Extra functionality/1. Send emails on order - Pt. 1.mp4
60 MB
22. [ADDITIONAL] - Extra functionality/1. Send emails on order - Pt. 1.srt
12 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.7 kB
23. Thank you!/2. Bonus lecture.html
817 B