FileMood

Download Learn Django from Scratch - Ultimate Django Starter Guide

Learn Django from Scratch Ultimate Django Starter Guide

Name

Learn Django from Scratch - Ultimate Django Starter Guide

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.9 GB

Total Files

108

Last Seen

2025-07-18 23:37

Hash

C7D78D8DEDF7255C535F87D346639487C1E01CC1

/.../3. Your First Django App - Databases and Models/

4. Playing Around with The Django Python API.mp4

183.8 MB

1. Setting up a SQLite Starter Database.mp4

54.0 MB

1. Setting up a SQLite Starter Database.srt

3.7 KB

2. Models and the Single Source of Truth.mp4

85.1 MB

2. Models and the Single Source of Truth.srt

6.2 KB

3. Including Apps in Django and Database Migrations.mp4

41.9 MB

3. Including Apps in Django and Database Migrations.srt

3.9 KB

4. Playing Around with The Django Python API.srt

12.6 KB

5. Making Models More Readable.mp4

38.3 MB

5. Making Models More Readable.srt

2.6 KB

6. Task Solution and Adding Additional Functions.mp4

47.7 MB

6. Task Solution and Adding Additional Functions.srt

4.3 KB

/

TutsNode.com.txt

0.1 KB

[TGx]Downloaded from torrentgalaxy.to .txt

0.6 KB

/1. Introduction/

1. Introduction.mp4

115.9 MB

1. Introduction.srt

9.8 KB

2. Important Things to Remember.mp4

64.3 MB

2. Important Things to Remember.srt

4.4 KB

3. Setting up Python and pip.mp4

79.0 MB

3. Setting up Python and pip.srt

5.9 KB

4. Create a Virtual Environment to Keep Your PC Clean.mp4

63.0 MB

4. Create a Virtual Environment to Keep Your PC Clean.srt

4.3 KB

5. Setting up Django and Creating a New Project.mp4

91.3 MB

5. Setting up Django and Creating a New Project.srt

6.1 KB

6. Starting Your Server and Site Already.mp4

51.7 MB

6. Starting Your Server and Site Already.srt

4.7 KB

7. VS Code Editor and Python.mp4

30.0 MB

7. VS Code Editor and Python.srt

2.1 KB

/.../2. Your First Django App - Views and URLs/

1. Apps vs The Whole Website.mp4

55.7 MB

1. Apps vs The Whole Website.srt

3.3 KB

2. Writing a View in Django.mp4

87.8 MB

2. Writing a View in Django.srt

6.0 KB

3. The URL System in Django and Linking our View.mp4

91.9 MB

3. The URL System in Django and Linking our View.srt

6.0 KB

4. URL and View Task.mp4

19.4 MB

4. URL and View Task.srt

1.5 KB

5. Solution to Task.mp4

55.7 MB

5. Solution to Task.srt

3.8 KB

/.../4. Your First Django App - Admin is Built In/

1. Introducing the Admin Interface and Creating an Admin.mp4

125.0 MB

1. Introducing the Admin Interface and Creating an Admin.srt

8.4 KB

/.../5. Your First Django App - More Views, URLs and 404s/

1. Adding More Views and URLs.mp4

139.7 MB

1. Adding More Views and URLs.srt

9.3 KB

2. Writing More Realistic Views that do Something.mp4

62.1 MB

2. Writing More Realistic Views that do Something.srt

4.4 KB

3. The Templating System in Django.mp4

96.2 MB

3. The Templating System in Django.srt

6.8 KB

4. Render Shortcut for Templating.mp4

34.5 MB

4. Render Shortcut for Templating.srt

2.4 KB

5. Raising a 404 Page - Not Found.mp4

141.9 MB

5. Raising a 404 Page - Not Found.srt

9.5 KB

6. Task - Creating a Template for the Detail View.mp4

34.5 MB

6. Task - Creating a Template for the Detail View.srt

2.0 KB

7. Solution - Creating a Template for the Detail View.mp4

35.2 MB

7. Solution - Creating a Template for the Detail View.srt

2.1 KB

8. Removing Hardcoded URLs - Better Design of Our Code.mp4

35.7 MB

8. Removing Hardcoded URLs - Better Design of Our Code.srt

2.6 KB

9. Namespacing URL Names in Django - Important.mp4

32.0 MB

9. Namespacing URL Names in Django - Important.srt

2.1 KB

/.../6. Your First Django App - Writing and Processing Forms and Generic Views to Sav/

1. Creating an HTML Form.mp4

116.5 MB

1. Creating an HTML Form.srt

8.1 KB

2. Creating a View to do Something with Submitted Forms.mp4

112.0 MB

2. Creating a View to do Something with Submitted Forms.srt

8.4 KB

3. Directing to the Results Page.mp4

78.9 MB

3. Directing to the Results Page.srt

5.1 KB

4. Generic Views to Avoid Repeating Code.mp4

172.4 MB

4. Generic Views to Avoid Repeating Code.srt

11.9 KB

/.../7. Your First Django App - Writing Tests to Prevent Bugs/

1. We Found a Bug.mp4

161.6 MB

1. We Found a Bug.srt

10.7 KB

2. Fixing the Bug and Testing Again.mp4

42.1 MB

2. Fixing the Bug and Testing Again.srt

2.5 KB

3. Task Solution - Adding Comprehensive Tests for Dates.mp4

67.5 MB

3. Task Solution - Adding Comprehensive Tests for Dates.srt

4.1 KB

4. Testing a View - The Django Client Makes it Easy.mp4

91.5 MB

4. Testing a View - The Django Client Makes it Easy.srt

5.9 KB

5. Improving the View.mp4

63.0 MB

5. Improving the View.srt

3.6 KB

6. Adding Tests for the Polls View.mp4

144.3 MB

6. Adding Tests for the Polls View.srt

9.8 KB

7. Testing the Detail View and Your Homework.mp4

55.7 MB

7. Testing the Detail View and Your Homework.srt

3.6 KB

8. Solution to Writing Test Homework.mp4

75.0 MB

8. Solution to Writing Test Homework.srt

5.1 KB

/.../8. Look and Feel - Static Files and CSS for Django/

1. Setting up CSS Style Sheets.mp4

72.5 MB

1. Setting up CSS Style Sheets.srt

5.0 KB

2. Adding Images to Django Assets.mp4

62.4 MB

2. Adding Images to Django Assets.srt

3.9 KB

3. Task - Resize the Image.mp4

10.2 MB

3. Task - Resize the Image.srt

0.6 KB

4. Solution - Resize the Image.mp4

57.7 MB

4. Solution - Resize the Image.srt

3.4 KB

/.../9. Your First Django App - Customising Admin/

1. Customise the Admin Layout for Question Polls.mp4

55.8 MB

1. Customise the Admin Layout for Question Polls.srt

3.9 KB

2. Task - Adding Question Choices in Admin.mp4

15.1 MB

2. Task - Adding Question Choices in Admin.srt

1.0 KB

3. Solution - Adding Question Choices.mp4

39.9 MB

3. Solution - Adding Question Choices.srt

2.7 KB

4. A better way to Add Choices to Admin.mp4

69.8 MB

4. A better way to Add Choices to Admin.srt

4.6 KB

5. Customise the Admin Change List and a Task.mp4

35.5 MB

5. Customise the Admin Change List and a Task.srt

2.2 KB

6. Allow Sorting on Custom Fields - Like Recently Published.mp4

56.9 MB

6. Allow Sorting on Custom Fields - Like Recently Published.srt

3.7 KB

/.../10. Your First Django App - Customising the Look and Feel of the Admin Interface/

1. Customising Project Templates and a HARD Task.mp4

144.8 MB

1. Customising Project Templates and a HARD Task.srt

9.6 KB

2. Solution - Customise Admin Index Page.mp4

71.2 MB

2. Solution - Customise Admin Index Page.srt

4.9 KB

/.../11. Thank You/

1. Thank You.mp4

28.4 MB

1. Thank You.srt

2.0 KB

 

Total files 108


Copyright © 2025 FileMood.com