

Django Deployments in 2025 - Eric Matthes
May 28, 2025
Eric Matthes, author of 'Python Crash Course' and creator of Django Simple Deploy, shares insights on updating educational resources and the emotional journey of book publishing. He dives into simplifying Django deployments, emphasizing the need for clear instructions and community involvement. Matthes discusses the evolution of plugins for Django and the advantages of a new tool for easing deployment on VPS. The conversation highlights the importance of making deployment accessible for both beginners and seasoned developers, enhancing the overall coding experience.
AI Snips
Chapters
Books
Transcript
Episode notes
Single-File Django Teaching Approach
- Starting Django projects with a single file teaches core concepts clearly without overwhelming newcomers.
- Expanding to multi-file projects later clarifies the purpose of Django's default project structure.
Flying Under the Radar Benefits
- Eric Matthes views flying under the radar at conferences as a positive balance.
- Being recognized yet approachable allows meaningful storytelling and community connection.
Django Simple Deploy Story
- Eric Matthes created Django Simple Deploy to simplify deployment by running a single Django management command.
- It automates project creation, pushes code, and opens the deployed app in the browser without reading platform docs.