django-planet

What's new in Django community blogs?

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

Dataclasses and attrs: when and why

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

Dataclasses and attrs: when and why

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

The Code Review Batch Size

Aug. 13, 2019 » Anže’s Blog » [Archived Version]

In the last article we learned how important it is to reduce the friction in code reviews, by making code reviews your top priority. Based on the theory of constraints, not working on the bottleneck is counterproductive. If your code review queue is backed up, writing more code will not make you deploy features any faster!

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

Webpack and collectstatic in CI - Building SaaS #28

July 25, 2019 » Django on Matt Layman » [Archived Version]

In this episode, we updated Continuous Integration (CI) to run webpack and the Django collectstatic command. This is part of the ongoing effort to simplify deployment by moving work to CI.

Read More