Completed
Configure Django Rest Framework
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build and Deploy a Full Django API on Linode - Code With Tomi
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Install Python Library
- 3 Create a new Django Project
- 4 Create a new Django App
- 5 Create a new Database
- 6 Configure Django Rest Framework
- 7 Create urls.py
- 8 Create class based view
- 9 Create API Notification URL
- 10 Connect Database
- 11 Utilize Django Admin Panel
- 12 Update Models
- 13 Add new business
- 14 Create serializers.py
- 15 Test our code so far
- 16 Deploy API to Linode
- 17 Deploy the Django OCA
- 18 Connect to your server
- 19 Create Django Project on the Server
- 20 Create new repo in GitHub
- 21 Push the project to the new repo
- 22 Access the repo via VSCode
- 23 Update Allowed Hosts in settings.py
- 24 Pull source code
- 25 Test our API
- 26 Update allowed hosts on database server
- 27 Run the app
- 28 Make the Django server persistent
- 29 Conclusion