Completed
Connect Database to Django Project
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Databases and User Authentication in Django
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create a Managed Database on Linode
- 3 Connect Database to Django Project
- 4 Migrate Database from local to Linode
- 5 Connect to Database Server with pgadmin
- 6 Managing User Authentication
- 7 Creating Users via a Form
- 8 Update register.html with fields
- 9 Enabling User Login & Logout features