Peter Hull

Upgrading Django: Tips You Don’t Get From DocsUpgrading Django: Tips You Don’t Get From Docs
March 21, 2022

Upgrading Django: Tips You Don’t Get From Docs

Keeping Django up to date is essential. Here are some battle-scarred tips and version-specific information for you to navigate a Django upgrade at any level.

READ MORE
Secrets of Building Python Container Images for AWS LambdaSecrets of Building Python Container Images for AWS Lambda
August 12, 2021

Secrets of Building Python Container Images for AWS Lambda

Today, developers can use container images for AWS Lambda code — a helpful way to run much more complex code in a familiar package. However, there are some non-obvious differences that can make building Python app images for AWS Lambda frustrating.

READ MORE
Hacking Django Channels for Fun (and Profit)Hacking Django Channels for Fun (and Profit)
March 18, 2021

Hacking Django Channels for Fun (and Profit)

LoudSwarm by Six Feet Up, a Django-based virtual event platform, has always supported Slack for instant, in-app text communication. In addition to Slack, clients were requesting Discord integration, so Six Feet Up’s expert team of developers found a solution.

READ MORE