django-planet

What's new in Django community blogs?

How to upload files to S3 using a Presigned Upload URL

March 3, 2024 » Josh Karamuth » [Archived Version]

Learn how to upload files directly to S3 from a front-end client to avoid API Gateway time-out issues.

Read More

Django News - 28 PRs Merged into Django This Week! - Mar 1st 2024

March 1, 2024 » Django News » [Archived Version]

News DjangoCon US 2024 CFP and Opportunity Grants are open! DjangoCon US 2024's Call for Proposals and Opportunity Grants programs are now open until April 24, 2024. djangocon.us PSF News: White House recommends use of memory-safe languages like Python The White House has recommended the use of memory-safe programming languages like Python. blogspot.com Updates to Django Today 'Updates to Django' is …

Read More

Django REST Framework: Pros and Cons

Feb. 29, 2024 » TestDriven.io » [Archived Version]

This article looks at the pros and cons of using Django REST Framework for building RESTful APIS with Django.

Read More

When PyCharm Deletes Poetry Virtual Environments: The Fix

Feb. 29, 2024 » timonweb.com » [Archived Version]

I use PyCharm as my Python IDE and Poetry for dependency and virtual environment management. However, the magnificent combination of these tools occasionally encounters a weird issue: PyCharm deletes the Poetry virtual environment when you launch the IDE.  Though the problem occurs infrequently, when it does, it leads to a … Read now

Read More

Safely rewriting complex code

Feb. 29, 2024 » Screaming At My Screen » [Archived Version]

There is a lot of advice out there suggesting to never rewrite anything. Just improve it in small increments. This is sound advice for services, modules or large chunks of code. Yet sometimes rewriting a complex part of your system will be inevitable. This does not mean the above advice does not apply. You still want to minimise risk and potentially try to ship smaller increments instead of rewriting 2000 lines of code in one go. No matter how big you deside to make the change, some guardrails …

Read More

Python Package Manager Comparison 📦

Feb. 29, 2024 » » [Archived Version]

Comparing the different Python package managers in 2023.

Read More

Django: show me the SQL

Feb. 28, 2024 » Thomas Loiret - Random thoughts » [Archived Version]

8 different ways to see the SQL generated by Django

Read More

PyCharm 2023.3.4: AI Assistant’s Efficiency Boosters and a more powerful Django Structure tool window

Feb. 26, 2024 » The PyCharm Blog » [Archived Version]

This year, we are trying out a new approach with our releases, moving away from a quarterly schedule to more regular monthly feature-rich releases. This change is intended to deliver new features more rapidly and streamline the feedback process. Upgrade to PyCharm 2023.3.4 New AI Assistant functionality [PyCharm Professional] Get work done faster with new […]

Read More

Django News - open source funding - Feb 23rd 2024

Feb. 23, 2024 » Django News » [Archived Version]

Updates to Django Today 'Updates to Django' is presented by Raffaella Suardini from Djangonaut Space! Last week we had 15 pull requests merged into Django by 14 different contributors - including 4 first time contributors! Congratulations to Shafiya Adzhani, Cosmic Process, Moein Bbp, and Aaron Linville for having their first commits merged into Django - welcome on board! News in Django 5.1: inside OPTIONS, the option "init_command" is now supported on SQLite to spec…

Read More

Finish Stripe Integration - Building SaaS with Python and Django #183

Feb. 22, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we completed the Stripe integration. I added all the necessary test code, incorporated the webhook for handling account activation, and wrote the view that Stripe needed to redirect to on successful signup.

Read More