What's new in Django community blogs?

Learning to Love Django Tests - Lacey Williams Henschel

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 More

Django Fellow - Mariusz Felisiak

Sept. 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 More

How to Add Django Models to the Wagtail Admin

Aug. 29, 2019 » REVSYS Blog » [Archived Version]

How to Add Django Models to the Wagtail Admin

Read More

From Django 0.9 to Present - Russell Keith-Magee

Aug. 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 More

MySQL & Security - Adam Johnson

Aug. 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 More

Using Different Read and Write Serializers in Django REST Framework

Aug. 20, 2019 » REVSYS Blog » [Archived Version]

Using Different Read and Write Serializers in Django REST Framework

Read More

Community & Inclusion - Kojo Idrissa

Aug. 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 More

Django vs Flask - Michael Herman

Aug. 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 More

Django Testing - Jeff Triplett

July 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 More

How to scaffold Django projects with Cookiecutter

July 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