Overview
Learn how to implement databases and user authentication in Django in this 41-minute video tutorial. Create a managed database on Linode, connect it to your Django project, and migrate data from local to Linode. Explore database server connections using pgAdmin, manage user authentication, and create users through forms. Update the register.html template with necessary fields and enable user login and logout features. Follow along with step-by-step instructions to enhance your Django web application's functionality and security.
Syllabus
Introduction
Create a Managed Database on Linode
Connect Database to Django Project
Migrate Database from local to Linode
Connect to Database Server with pgadmin
Managing User Authentication
Creating Users via a Form
Update register.html with fields
Enabling User Login & Logout features
Taught by
Linode