What's new in Django community blogs?

Mastering Django - Nigel George

Oct. 27, 2021 » Django Chat » [Archived Version]

Nigel is the author of the books Mastering Django and Build a Website with Django 3. He also maintains the website djangobook.com. We discuss teaching Django to newcomers, print vs video, testing, and more.

Read More

Bulk Delete Template - Building SaaS with Python and Django #118

Oct. 21, 2021 » Django on Matt Layman » [Archived Version]

In this episode, I worked on the bulk delete template that users will see when deleting tasks within the homeschool app.

Read More

Debugging a Containerized Django App in VS Code

Oct. 20, 2021 » TestDriven.io » [Archived Version]

In this tutorial, we'll show you how to configure Visual Studio Code (VS Code) to debug a Django app running inside of Docker.

Read More

10 Lessons after 13 Years of Being CEO

Oct. 18, 2021 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]

This year, on October 13, Django Stars celebrated its 13 years. And frankly speaking, for a tech company founded in the year of the Global Financial crisis, by two programmers without any business management experience, it’s kind of a big date. Back then, we had no business strategy, no idea how to sell our services, […] The post 10 Lessons after 13 Years of Being CEO appeared first on Software Development Blog & IT Tech Insights | Django Stars.

Read More

Centralized Logging with Django, Docker, and CloudWatch

Oct. 15, 2021 » TestDriven.io » [Archived Version]

Let's look at how to configure a containerized Django app running on an EC2 instance to send logs to AWS CloudWatch.

Read More

Accepting Crypto Payments with Django and Coinbase

Oct. 14, 2021 » TestDriven.io » [Archived Version]

This tutorial looks at how to accept crypto Payments with Django and Coinbase Commerce.

Read More

Coverage.py - Ned Batchelder

Oct. 13, 2021 » Django Chat » [Archived Version]

Ned is the creator of `coverage.py`, a longtime organizer of the Boston Python Group, and works at EdX. We discuss what’s changed in Django over the years, his thoughts on testing best practices, and managing a massive codebase.

Read More

Basic and Full-text Search with Django and Postgres

Oct. 11, 2021 » TestDriven.io » [Archived Version]

This tutorial looks at how to add basic and full-text search to a Django app with Postgres.

Read More

Bulk Delete Form - Building SaaS with Python and Django #117

Oct. 8, 2021 » Django on Matt Layman » [Archived Version]

In this episode, I worked on the bulk delete form that I need so that my customers can delete many tasks in the system at once.

Read More

Django REST Framework Views - ViewSets

Oct. 1, 2021 » TestDriven.io » [Archived Version]

This article takes a deep dive into Django REST Framework's most powerful view, ViewSets.

Read More