[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/3. Your First Django App - Databases and Models/4. Playing Around with The Django Python API.mp4175.25MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/1. Introduction/2. Important Things to Remember.mp461.31MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/1. Introduction/3. Setting up Python and pip.mp475.37MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/1. Introduction/4. Create a Virtual Environment to Keep Your PC Clean.mp460.13MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/1. Introduction/5. Setting up Django and Creating a New Project.mp487.11MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/1. Introduction/6. Starting Your Server and Site Already.mp449.29MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/1. Introduction/7. VS Code Editor and Python.mp428.58MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/2. Your First Django App - Views and URLs/1. Apps vs The Whole Website.mp453.14MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/2. Your First Django App - Views and URLs/2. Writing a View in Django.mp483.69MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/2. Your First Django App - Views and URLs/3. The URL System in Django and Linking our View.mp487.61MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/2. Your First Django App - Views and URLs/4. URL and View Task.mp418.48MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/2. Your First Django App - Views and URLs/5. Solution to Task.mp453.13MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/3. Your First Django App - Databases and Models/1. Setting up a SQLite Starter Database.mp451.46MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/3. Your First Django App - Databases and Models/2. Models and the Single Source of Truth.mp481.14MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/3. Your First Django App - Databases and Models/3. Including Apps in Django and Database Migrations.mp439.93MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/3. Your First Django App - Databases and Models/5. Making Models More Readable.mp436.5MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/3. Your First Django App - Databases and Models/6. Task Solution and Adding Additional Functions.mp445.49MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/4. Your First Django App - Admin is Built In/1. Introducing the Admin Interface and Creating an Admin.mp4119.21MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/1. Adding More Views and URLs.mp4133.19MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/2. Writing More Realistic Views that do Something.mp459.25MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/3. The Templating System in Django.mp491.7MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/4. Render Shortcut for Templating.mp432.94MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/5. Raising a 404 Page - Not Found.mp4135.34MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/6. Task - Creating a Template for the Detail View.mp432.89MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/7. Solution - Creating a Template for the Detail View.mp433.6MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/8. Removing Hardcoded URLs - Better Design of Our Code.mp434.09MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/5. Your First Django App - More Views, URLs and 404s/9. Namespacing URL Names in Django - Important.mp430.52MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/6. Your First Django App - Writing and Processing Forms and Generic Views to Sav/1. Creating an HTML Form.mp4111.15MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/6. Your First Django App - Writing and Processing Forms and Generic Views to Sav/2. Creating a View to do Something with Submitted Forms.mp4106.8MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/6. Your First Django App - Writing and Processing Forms and Generic Views to Sav/3. Directing to the Results Page.mp475.28MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/6. Your First Django App - Writing and Processing Forms and Generic Views to Sav/4. Generic Views to Avoid Repeating Code.mp4164.38MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/1. We Found a Bug.mp4154.09MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/2. Fixing the Bug and Testing Again.mp440.13MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/3. Task Solution - Adding Comprehensive Tests for Dates.mp464.4MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/4. Testing a View - The Django Client Makes it Easy.mp487.29MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/5. Improving the View.mp460.1MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/6. Adding Tests for the Polls View.mp4137.58MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/7. Testing the Detail View and Your Homework.mp453.12MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/7. Your First Django App - Writing Tests to Prevent Bugs/8. Solution to Writing Test Homework.mp471.57MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/8. Look and Feel - Static Files and CSS for Django/1. Setting up CSS Style Sheets.mp469.17MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/8. Look and Feel - Static Files and CSS for Django/2. Adding Images to Django Assets.mp459.51MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/8. Look and Feel - Static Files and CSS for Django/3. Task - Resize the Image.mp49.68MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/8. Look and Feel - Static Files and CSS for Django/4. Solution - Resize the Image.mp455.06MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/9. Your First Django App - Customising Admin/1. Customise the Admin Layout for Question Polls.mp453.18MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/9. Your First Django App - Customising Admin/2. Task - Adding Question Choices in Admin.mp414.43MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/9. Your First Django App - Customising Admin/3. Solution - Adding Question Choices.mp438.05MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/9. Your First Django App - Customising Admin/4. A better way to Add Choices to Admin.mp466.61MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/9. Your First Django App - Customising Admin/5. Customise the Admin Change List and a Task.mp433.85MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/9. Your First Django App - Customising Admin/6. Allow Sorting on Custom Fields - Like Recently Published.mp454.25MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/10. Your First Django App - Customising the Look and Feel of the Admin Interface/1. Customising Project Templates and a HARD Task.mp4138.06MB
[TutsNode.com] - Learn Django from Scratch - Ultimate Django Starter Guide/10. Your First Django App - Customising the Look and Feel of the Admin Interface/2. Solution - Customise Admin Index Page.mp467.87MB