Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploy Django to Linode Using a Managed MySQL Database - A Sneak Peek at a New Learning Series
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create a New Repo
- 3 Create a New File
- 4 Run Your First Workflow
- 5 Create requirements.txt
- 6 Re-Run the Workflow
- 7 Fix Our Error
- 8 Re-Run the Workflow
- 9 Create a Django Project
- 10 Clone the Project
- 11 Ensure Python is Installed
- 12 Create a Virtual Environment
- 13 Start the Django Project
- 14 Run the Workflow Again
- 15 Build In Proper Testing
- 16 Update the Workflow
- 17 Edit the Test to Add Failure Notification
- 18 Conclusion