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

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

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 & IT Tec…

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

DjangoCon US and Europe 2022 Talks Available Online

Dec. 6, 2022 » The Django weblog » [Archived Version]

The organizers of DjangoCon US and DjangoCon Europe spend a tremendous amount of energy both hosting the conferences and putting all the talks online after. The complete playlists of talks from each conference are now available on YouTube: DjangoCon Europe 2022 DjangoCon US 2022

Read More

Django bugfix release: 4.1.4

Dec. 6, 2022 » The Django weblog » [Archived Version]

Today we've issued the 4.1.4 bugfix release. The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Carlton Gibson: E17DF5C82B4F9D00.

Read More

Blackjack and Bugs - Building SaaS with Python and Django #151

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

In this episode, we started with a Python exercise on Exercism that explored Blackjack. We wrote functions that handled some of Blackjack’s core rules. After the Python exercise, we focused on a bug in the Django app that fixed an edge case with some the teacher checklist feature.

Read More