6:48
Set Up A Django Virtual Environment - Air Quality Weather App #4
Setting up a VirtualEnv in Django is always the first step when creating a new Django project. Virtual Environments allow us to set ...
28:24
How To Add Database Forms To A Web Page - Django Wednesdays #7
In this video I'll show you how to add forms to your webpage that allow you to update your database. Adding Database Web ...
21:25
Login With User Authentication - Django Wednesdays #21
In this video we'll start to build out the user authentication system by creating a login page. Django comes with a pretty nice user ...
20:50
Django Models.py - Django Databases #2
To create a database table in Django, all we have to do is write a little python code in our models.py file to define a Class and then ...
1:20:50
How To Build Affiliate Websites With Python and Django 3.0
Learn How To Build Amazon Affiliate Websites With Python and Django in this video. Let's face it, Coders should be able to make ...
18:11
Create A Simple Blog With Python and Django - Django Blog #1
How to Build a Simple Blog with Python and Django. Creating a blog with Django his pretty easy! In this video series I'll walk you ...
19:12
Before You Install Django...Watch This! Django Wednesdays #1
In this video we'll install Django, start a Django Project, and build our first webpage. Welcome to the first video of my new Django ...
22:01
How To Send Email With Django - Python Django Dentist Website #7
In this video we'll learn how to send email from a Django app. I'll show you two ways to do it (with a debugging server and with an ...
11:48
Using Databases With Django - Django Databases #1
In this course I'll teach you how to use databases with Django and Python! One of the really nice things about a web framework ...
17:04
Create A Search Bar - Django Wednesdays #9
In this video we'll make the Navbar Search Function actually look up Venues for our Django App. Our navbar has a search box, ...
11:41
How To Create an Unlike Blog Button - Django Blog #19
In this video I'll show you how to create an unlike button for our Django Blog. In the last video (check the link in the comments ...
13:34
How To Generate PDF Files Dynamically With Django - Django Wednesdays #17
In this video we'll use reportlab to automatically generate a pdf file of our venue list on the fly dynamically with Django and Python.
18:51
Register New Users - Django Wednesdays ECommerce 8
In this video we'll set up a User Registration system using Django and Python. We want our shoppers to be able to create ...
14:54
Let's Build Twitter With Django and Python - Django Wednesdays Twitter #1
In this video I'll start to build a clone of the website Twitter with Django and Python! Instead of Twitter, we'll call it Musker...and ...
3:05
Virtual Environments - Build An API With Python Django #3
It's important to use a virtual environment for your Django project. In this video I'll show you how to create and activate one using ...
18:42
Fetch Data From a Database And Output To A Webpage - Django Wednesdays #5
In this video I'll show you how to fetch data from the database and output it onto a web page with Django and Python.
5:46
Django Terminal Commands - Free eBook
Django Terminal Commands is a quick reference guide to some of the most common Django Commands, especially when first ...
11:33
Let's Build an Ecommerce Website! - Django Wednesdays ECommerce #1
In this video we'll start to talk about building our Django Ecommerce Website! We'll build out the project and app in this video, and ...
19:35
Create Blog Like Button - Django Blog #18
In this video I'll show you how to create a like button for our blog so that people can like a post. We'll look at the ManytoMany ...
2:23:30
Build a CRM App With Django - Complete Course!
In this video I'll build a CRM (Customer Relationship Management) App with Django, Python, and MySQL. The app will use ...