django-planet

What's new in Django community blogs?

Yes, I have opinions on your open source contributions

July 11, 2022 » James Bennett » [Archived Version]

Recently the Python Package Index announced that they will be implementing new account-security policies, and hoo boy are some people ever worked up about it. This has already escalated to the author of at least one high-download-count package — one which was a dependency of pytest, thus likely to break a lot of people’s testing and CI right as the weekend started, always nice — deleting their package from PyPI out of anger and announcing … Read full entry

Read More

Yes, I have opinions on your open source contributions

July 11, 2022 » James Bennett » [Archived Version]

Recently the Python Package Index announced that they will be implementing new account-security policies, and hoo boy are some people ever worked up about it. This has already escalated to the author of at least one high-download-count package — one which was a dependency of pytest, thus likely to break a lot of people’s testing and CI right as the weekend started, always nice — deleting their package from PyPI out of anger and announcing … Read full entry

Read More

Pointer Podcast - 108

July 6, 2022 » Paolo Melchiorre » [Archived Version]

The Pointer Podcast is an Italian podcast dedicated to technology and innovation enthusiasts.

Read More

htmx - Carson Gross (Ep95 Replay)

July 6, 2022 » Django Chat » [Archived Version]

Carson is the creator of htmx (formerly intercooler.js), which allows for AJAX, CSS Transitions, WebSockets, and Server Sent Events directly in HTML: no JavaScript required.

Read More

The PyCon Italia 2022 multiplicity

July 3, 2022 » Paolo Melchiorre » [Archived Version]

More than two years after the latest edition, this year the PyCon Italia conference took place again in person, and at the 2022 edition I participated in multiple roles, all interesting and enriching for me.

Read More

Integer Overflow Error in a Python Application

July 2, 2022 » Anže’s Blog » [Archived Version]

How we found and fixed an integer overflow error in our Django app.

Read More

Teacher Checklist Template - Building SaaS with Python and Django #138

June 30, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I started by finishing off some refactoring work that I began on the previous stream. Once that was wrapped up, I built the data for the teacher checklist wit the context data that I added in previous streams.

Read More

Teacher Checklist Template - Building SaaS #138

June 30, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I started by finishing off some refactoring work that I began on the previous stream. Once that was wrapped up, I built the data for the teacher checklist wit the context data that I added in previous streams.

Read More

How to Run a Django Migration “By Hand”

June 28, 2022 » Adam Johnson » [Archived Version]

Normally your Django project’s deploy process runs the migrate command, and that takes care of updating your database as necessary. Especially on smaller databases, Django’s migration system can “just do it” for you. But sometimes it can be necessary to run migrations “by hand” in your database’s …

Read More

How to Run a Django Migration “By Hand”

June 28, 2022 » Adam Johnson » [Archived Version]

Normally your Django project’s deploy process runs the migrate command, and that takes care of updating your database as necessary. Especially on smaller databases, Django’s migration system can “just do it” for you. But sometimes it can be necessary to run migrations “by hand” in your database’s …

Read More