Completed
Set Up Redirects + Email Service
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Deploy a Scalable Django SaaS Application From Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Quick Demo: ngrok, Registration, Log In/Out
- 3 Create Servers on Akamai
- 4 Create a GitLab Server
- 5 Create a Database Cluster
- 6 Create a Django Project & Install Modules
- 7 Create Different Django Applications
- 8 Link the Apps to the Main Project
- 9 Add ‘corsheaders’ to Apps & Middleware
- 10 Link the URLs
- 11 Make a Base HTML Template
- 12 Add Bootstrap to HTML Template
- 13 Add a navbar
- 14 Add a Container for the Main Content of the Website
- 15 Create a Registration Directory Register & Login
- 16 Create a Login Template
- 17 Create a Register Template
- 18 Make a ‘Register’ View + ‘Register’ Form
- 19 Connect URLs to the Templates
- 20 Set Up the Database
- 21 Test the Pages Register, Login + Fix Issues
- 22 Set Up Redirects + Email Service
- 23 Test the Login/Logout Pages + Reset the Password
- 24 Connect to the Cloud Database
- 25 Whitelist the IP Address + Make Migrations
- 26 Configure GitLab to Store Git Repository
- 27 Conclusion