Introduction
  • Welcome + Course Resources
  • Demo
  • Requirements
Project Setup
  • Configure Base Project and Setup Django
  • Using Vite and create our React.js project
Static Files
  • Prepare Django Static Files with Whitenoise
  • Vite Build to Django Staticfiles Dir
Rendering with Django
  • Render Vite + React with Django Templates
  • Custom Template Context Processor for React.js Assets
TinyMCE with React.js
  • Integrate TinyMCE in React.js
  • WYSIWYG React & TinyMCE
TinyMCE with Django & React
  • Dotenv + Django Driven TinyMCE API Key
  • Submit TinyMCE Data via HTTP POST
  • Django Model and Form to Save TinyMCE Data
  • Render Initial TinyMCE Editor Data
  • Save TinyMCE Data with Django Form
  • Live View of TinyMCE-managed Content
TinyMCE Plugins and More
  • TinyMCE Plugin Basics
  • 2 Ways Embed YouTube Videos with TinyMCE
  • Display Code Snippets with The Code Sample Plugin
  • TinyMCE Merge Tags with Django Context Rendering
Advanced Plugins & Generative AI
  • Advanced Template Plugin with TinyMCE
  • TinyMCE AI Assistant with OpenAi & Python
Wrap up
  • Thank you