django-planet

What's new in Django community blogs?

Neovim setup / Tisbury Treasure Hunt / django-stubs - Building SaaS #153

Dec. 29, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I updated and supercharged my editor by switching to Neovim. After that, we did an Exercism excercise that looked at Python tuples. Then I started on a new issues for my SaaS, but pivoted to adding django-stubs to improve the type hinting in the code.

Read More

Asynchronous Tasks with Django and Celery

Dec. 22, 2022 » TestDriven.io » [Archived Version]

This article looks at how to configure Celery to handle long-running tasks in a Django app.

Read More

Django LMS - Sheena O'Connell

Dec. 21, 2022 » Django Chat » [Archived Version]

Sheena is the CTO of Umuzi, a South Africa non-profit that trains young people in technical skills. We discuss the curriculum, teaching real-world programming skills, and building an online LMS due to Covid.

Read More

Enum with `str` or `int` Mixin Breaking Change in Python 3.11

Dec. 21, 2022 » Anže’s Blog » [Archived Version]

A change in how Python handles `str` and `int` mixins in Enum classes might break your code when you upgrade to Python 3.11.

Read More

Boring Python: code quality

Dec. 19, 2022 » James Bennett » [Archived Version]

This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the series I gave a definition of what I mean by “boring”, and it’s worth revisiting: I don’t mean “reliable” or “bug-free” or “no incidents”. While there is some overlap, and some of the things I’ll be recommending can help to reduce … Read full entry

Read More

Boring Python: code quality

Dec. 19, 2022 » James Bennett » [Archived Version]

This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the series I gave a definition of what I mean by “boring”, and it’s worth revisiting: I don’t mean “reliable” or “bug-free” or “no incidents”. While there is some overlap, and some of the things I’ll be recommending can help to reduce … Read full entry

Read More

Website vs Web App: Hidden Complexities

Dec. 19, 2022 » REVSYS Blog » [Archived Version]

Website vs Web App: Hidden Complexities

Read More

Deploying a Django App to Render

Dec. 15, 2022 » TestDriven.io » [Archived Version]

This tutorial looks at how to deploy a Django application to Render.

Read More

Wealth Management Software Development 101: All You Need to Build a Profitable App

Dec. 8, 2022 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]

With the global recession looming, wealth management software development might not sound like the best idea. However, private wealth management gains popularity as modern people seek financial security and a decent income. And after the pandemic put many people in debt, they are exploring new ways to manage finances. At the same time, more experts […] The post Wealth Management Software Development 101: All You Need to Build a Profitable App appeared first on Software Development Blog &a…

Read More

Colossal Coaster and Stripe CSP - Building SaaS with Python and Django #152

Dec. 8, 2022 » Django on Matt Layman » [Archived Version]

In this episode, we did an Exercism excercise that looked at Python list methods. Then we dug into Stripe and got to the bottom of some warnings reported by Firefox about potential Content Security Policy issues. Ultimately, we discovered some interesting additional Firefox cookie protection that were not found in Chrome.

Read More