django-planet

What's new in Django community blogs?

Automating Django Tests with Github Actions

Aug. 18, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Automating your test suite helps get your code to production faster. In this tutorial, you'll learn how to write unit tests for Django and run them with GitHub Actions.

Read More

Teacher Checklist Editing - Building SaaS #141

Aug. 18, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I returned to the teacher checklist feature and started work on the edit page that will allow users to customize what they see on the checklist.

Read More

Django's Async Future - Tom Christie (Ep46 Replay)

Aug. 17, 2022 » Django Chat » [Archived Version]

Tom is the creator of Django REST Framework, HTTPX, and a whole suite of new async Python web stack packages.

Read More

The Importance of Software Modernization for a Product Success: Boa Lingua’s Approach

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

Even an established company with a good market reputation can’t build its success on previous achievements alone. Technology evolves, user expectations grow, and new realities force businesses to improve in response. Because if you aren’t ready to change, your competitors get a chance to get ahead. The view of things outlined above is familiar to […] The post The Importance of Software Modernization for a Product Success: Boa Lingua’s Approach appeared first on Software Develo…

Read More

Understanding async Python for the web

Aug. 16, 2022 » James Bennett » [Archived Version]

Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing new frameworks pop up which are fully async, or support going fully async, from the start. But this raises a lot of questions, like: just what is “async” Python? Why do people care about it so much? And is it really … Read full entry

Read More

Understanding async Python for the web

Aug. 16, 2022 » James Bennett » [Archived Version]

Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing new frameworks pop up which are fully async, or support going fully async, from the start. But this raises a lot of questions, like: just what is “async” Python? Why do people care about it so much? And is it really … Read full entry

Read More

Integrating Mailchimp with Django

Aug. 10, 2022 » TestDriven.io » [Archived Version]

This article looks at how to integrate Mailchimp with Django for newsletters and transactional emails.

Read More

Django 4.1 Preview - Jeff Triplett (Ep 115 Replay)

Aug. 3, 2022 » Django Chat » [Archived Version]

Django 4.1 was released today! This discussion from May covers what's new in 4.1 and the work of Jeff Triplett who is the maintainer of djangopackages.org, a partner at RevSys, Python Software Foundation Director, and DjangoCon organizer.

Read More

Class-based vs Function-based Views in Django

Aug. 1, 2022 » TestDriven.io » [Archived Version]

This article looks at the differences between Django's class-based views (CBV) and function-based views (FBV).

Read More