Course-Platform
Course-Platform copied to clipboard
Python Tutorial: Learn how to build a Course Platform to host and deliver video courses with Django, Cloudinary, HTMX, and more.
Building a Course Platform
Watch the tutorial here
Tech Stack
Tech Stack:
- Django v5.1
- Python v3.12
- HTMX
- django-htmx
- tailwind
- django-tailwind
- Flowbite
- Cloudinary
Overview
What we are building
-
Courses:
- Title
- Description
- Thumbnail/Image
- Access:
- Anyone
- Email required
- Purchase required
- User required (n/a)
- Status:
- Published
- Coming Soon
- Draft
- Lessons
- Title
- Description
- Video
- Status: Published, Coming Soon, Draft
-
Email verification for short-lived access
- Views:
- Collect user email
- Verify user email
- Activate session
- Models:
- EmailVerificationToken
- Views: