Course: 29 Videos
Length: 2 Hours
Price: $49
Let’s build a user Authorization app in Django!
Django and Python can seem overwhelming at first, but they don’t have to be! In this course I’ll walk you through it step by step and you’ll be building your first web app in MINUTES. You’ll be amazed how quick and easy it is to create very professional looking websites, even if you have no programming or web design experience at all.
Watch over my shoulder as I build a cool User Authorization app step by step right in front of you. You’ll follow along and build your own copy. By the time we’re finished, you’ll have a solid understanding of Django and how to use it to build awesome web apps.
The course contains 29 videos – and is just over 2 hours long. Watch the videos at your own pace, and post questions along the way if you get stuck. You don’t need any special knowledge or software to take this course, though any experience with HTML or CSS is a plus. You don’t even need to know the Python programming language. I’ll walk you through EVERYTHING.
Django is a great web development tool and learning it has never been this easy.
What We’ll Build…
We’ll build a cool User Authorization app that let’s user sign up (register) for your site, log in, log out, edit their profile, and change their passwords. These days just about every website let’s people sign up and log in, and you really need this skill if you want to build modern web apps.
We’ll style the website using the popular Bootstrap CSS framework (I’ll show you how to use it!)
Sign up today and I’ll see you on the inside!
Course Content…
Module 1 | User Authentication With Python And Django |
Unit 1 | Introduction | Video 1 |
Unit 2 | Installing Python | Video 2 |
Unit 3 | Virtualenv | Video 3 |
Unit 4 | Installing Django | Video 4 |
Unit 5 | Start Project | Video 5 |
Unit 6 | Runserver and Migrate Database | Video 6 |
Unit 7 | Startapp | Video 7 |
Unit 8 | Create The Homepage | Video 8 |
Unit 9 | Extends Base and Install Bootstrap | Video 9 |
Unit 10 | Create a Bootstrap Navbar | Video 10 |
Unit 11 | Intro To Auth | Video 11 |
Unit 12 | Create The Login Form | Video 12 |
Unit 13 | Login Logic Part 1 | Video 13 |
Unit 14 | Login Logic Part 2 | Video 14 |
Unit 15 | Add Messages | Video 15 |
Unit 16 | Determine if User is Authenticated | Video 16 |
Unit 17 | Logout a User | Video 17 |
Unit 18 | Adding User Profile Info To the Page | Video 18 |
Unit 19 | Intro To User Registration | Video 19 |
Unit 20 | Create a Registration Page | Video 20 |
Unit 21 | Create a Registration Form | Video 21 |
Unit 22 | Add New Registration Form Fields | Video 22 |
Unit 23 | Using Widgets on the Form Fields | Video 23 |
Unit 24 | Working With Labels and HelpText | Video 24 |
Unit 25 | Form Validation | Video 25 |
Unit 26 | Edit The User Profile Part 1 | Video 26 |
Unit 27 | Edit The User Profile Part 2 | Video 27 |
Unit 28 | Update User Password | Video 28 |
Unit 29 | Remove Password Link | Video 29 |