django-planet

What's new in Django community blogs?

How to test a Django ModelForm

June 5, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Learn how to test a Django ModelForm in isolation in this brief tutorial.

Read More

A Pony On The Move: How Migrations Work In Django 🐎

June 4, 2021 » Markus Holtermann » [Archived Version]

While migrations are widely used by almost every Django project ever since, there is little known about the internals of the migration framework.

Read More

A Pony On The Move: How Migrations Work In Django 🐎

June 4, 2021 » Markus Holtermann » [Archived Version]

While migrations are widely used by almost every Django project ever since, there is little known about the internals of the migration framework.

Read More

Permissions in Django REST Framework

June 2, 2021 » TestDriven.io » [Archived Version]

This article looks at how permissions work in Django REST Framework.

Read More

DjangoCon Europe 2021

June 2, 2021 » Paolo Melchiorre » [Archived Version]

DjangoCon Europe is an international conference for the community by the community about the Django web framework, held each year in Europe.

Read More

Episode 13 - Does My Site Work?

June 1, 2021 » Django on Matt Layman » [Archived Version]

On this episode, we will discuss how you can verify that your site works and continues to work. We’re digging into automated testing and how to write tests for your Django apps. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, our focus was on static files. Static files are vital to your application, but they have little to do with Python code. We saw what they are and what they do.

Read More

Upgrade PostgreSQL from 12 to 13 on Ubuntu 21.04

May 27, 2021 » Paolo Melchiorre » [Archived Version]

Howto guide for upgrading PostgreSQL from version 12 to 13 on Ubuntu, after its upgrade from version 20.10 to 21.04 (Hirsute Hippo).

Read More

Conf42: Python 2021

May 26, 2021 » Paolo Melchiorre » [Archived Version]

Awesome Tech Conferences

Read More

Caktus Group - Tobias McNulty & Colin Copeland

May 26, 2021 » Django Chat » [Archived Version]

Tobias and Colin are founders at Caktus Group, a Django consulting shop that has been around since 2007. We discuss changes in Django over that time, Tobias’s work on the Django Ops Team, and leveling up junior engineers.

Read More

Dockerizing Django with Postgres, Gunicorn, and Traefik

May 24, 2021 » TestDriven.io » [Archived Version]

This tutorial details how to configure Django to run on Docker along with Postgres, Gunicorn, Traefik, and Let's Encrypt.

Read More