Course: 34 Videos
Length: 2.5 Hours
Price: $49
Do you know how to build Django apps with Python, but aren’t sure how to get your app up onto the Internet? This course if for you!
In this course I’ll teach you how to host your Django Python app on Heroku.
We’ll build a cool address book app in Django 2 and Python 3. The main reason for this course, though, is to teach you how to get your Django apps off your computer and hosted live online.
So many instructors teach Django courses that don’t show you how to make your app ‘live’ online. Why? Because it can be tricky! That’s why I built a course that focuses just on that!
We’ll learn how to:
– Install Python
– Install Django
– Install and use Virtualenv
– Install git Bash for Windows
– Install the Heroku Toolbelt
– Tweak a Django app’s Setting to work with Heroku
– Push our Code to Github and Heroku
– Set up Postgres databases in the cloud
– Build a cool little address book app
– And much more…
I’ll be walking you through this course on a Windows computer, but if you’re on a Mac or Linux, you should be fine too. I try to point out any differences along the way.
If you’ve ever been confused by pushing code to a professional web hosting provider in Django, then this is the course for you.
See you on the inside!
-John Elder
Course Content…
Module 1 | Push Django Python Apps To Heroku for Web Hosting |
Unit 1 | Introduction | Video 1 |
Unit 2 | Install Python | Video 2 |
Unit 3 | Git Bash | Video 3 |
Unit 4 | SSH Keys | Video 4 |
Unit 5 | Heroku Toolbelt | Video 5 |
Unit 6 | Virtualenv | Video 6 |
Unit 7 | Install Django | Video 7 |
Unit 8 | Start Address Book App | Video 8 |
Unit 9 | Create Our First Web Page | Video 9 |
Unit 10 | Base.html and Bootstrap CSS | Video 10 |
Unit 11 | Bootstrap Navbar | Video 11 |
Unit 12 | Adding The Address Page | Video 12 |
Unit 13 | Git Version Control | Video 13 |
Unit 14 | Heroku Introduction | Video 14 |
Unit 15 | Heroku Create App | Video 15 |
Unit 16 | Install Dependencies | Video 16 |
Unit 17 | Tweak Our Settings.py File | Video 17 |
Unit 18 | Whitenoise | Video 18 |
Unit 19 | Heroku Procfile and Requirements.txt | Video 19 |
Unit 20 | Migrate Admin Area | Video 20 |
Unit 21 | Push To Heroku | Video 21 |
Unit 22 | Heroku Migrate | Video 22 |
Unit 23 | Get Postgres URL | Video 23 |
Unit 24 | Create Address Model | Video 24 |
Unit 25 | Output Model Data To The Screen | Video 25 |
Unit 26 | Bootstrap Cards | Video 26 |
Unit 27 | Forms | Video 27 |
Unit 28 | Adding Address Web Form | Video 28 |
Unit 29 | Adding Address To Views.py | Video 29 |
Unit 30 | Edit Address Part 1 | Video 30 |
Unit 31 | Edit Address Part 2 | Video 31 |
Unit 32 | Delete Address | Video 32 |
Unit 33 | Push Code To Github | Video 33 |
Unit 34 | Domain Names | Video 34 |