Sept. 11, 2019 » Django Chat » [Archived Version]
Lacey is a former DjangoCon US conference chair, prolific speaker, teacher, and works as a consultant at RevSys.
Read MoreSept. 4, 2019 » Django Chat » [Archived Version]
Mariusz is an expert on Oracle databases and a Django Fellow, responsible for triaging tickets, security releases, and generally guiding Django itself.
Read MoreAug. 29, 2019 » REVSYS Blog » [Archived Version]
How to Add Django Models to the Wagtail Admin
Read MoreAug. 28, 2019 » Django Chat » [Archived Version]
Russell Keith-Magee is one of the original Django core contributors, a former President of the Django Software Foundation, and the creator of the BeeWare project. We discuss funding open source, legacy Django features, and the future of Python.
Read MoreAug. 21, 2019 » Django Chat » [Archived Version]
Adam Johnson is a Django core developer responsible for the popular django-mysql package. We discuss why MySQL still makes sense with Django, security, hosting on AWS, and more.
Read MoreAug. 20, 2019 » REVSYS Blog » [Archived Version]
Using Different Read and Write Serializers in Django REST Framework
Read MoreAug. 14, 2019 » Django Chat » [Archived Version]
Kojo Idrissa is the current DEFNA North American Ambassador, a DjangoCon US organizer, and a prolific speaker at Django/Python conferences.
Read MoreAug. 7, 2019 » Django Chat » [Archived Version]
Michael Herman was the co-founder of RealPython and now runs TestDriven.io. He has deep professional experience with both Flask and Django which we discuss along with static sites, microservices, and which framework makes sense for beginners.
Read MoreJuly 31, 2019 » Django Chat » [Archived Version]
Jeff Triplett is a consultant at REVSYS, a Director of the Python Software Foundation, and President of the Django Events Foundation of North America. We talk about testing Django applications, TDD, and Python/Django community involvement.
Read MoreJuly 28, 2019 » The Big Log » [Archived Version]
import demoVideo from './cookiecutter-demo-minified-9.mp4' This post is a guide on how to scaffold (quick-start) new projects efficiently with Cookiecutter, a library that creates projects from project-templates. It outlines how I created my own Django cookiecutter, Scaffold Django X, but the same can be applied to Flask and pretty much any other Python project. Working on some Django articles, I found myself needing to start a new project more often than usual. It can get tedious: having to in…
Read More