Feb. 9, 2024 » Django News » [Archived Version]
News Django security releases issued: 5.0.2, 4.2.10, and 3.2.24 This security release addresses a potential denial-of-service in intcomma template filter. As always, one of the best security measures is to always update your Django project's to the latest release. djangoproject.com Neapolitan 24.2 release Quicker template overrides and minimal tests in the latest update. noumenal.es Updates to Django …
Read MoreFeb. 8, 2024 » james.walters.click » [Archived Version]
DHH posted a recent piece called It's easier to forgive a human than a robot. In it, he highlights a fascinating problem and draws a handful of conclusions that I think head off in the wrong directions. The problem he highlights is that as AI and similar systems take over …
Read MoreFeb. 8, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we did work to get the Stripe checkout session going. We set up Stripe Product and Price objects to get the subscription plan ready and got the Stripe checkout session working mostly end-to-end
Read MoreFeb. 8, 2024 » Django on Matt Layman » [Archived Version]
In this episode, we did work to get the Stripe checkout session going. We set up Stripe Product and Price objects to get the subscription plan ready and got the Stripe checkout session working mostly end-to-end
Read MoreFeb. 6, 2024 » The Django weblog » [Archived Version]
In accordance with our security release policy, the Django team is issuing Django 5.0.2, Django 4.2.10, and Django 3.2.24. These releases address the security issue detailed below. We encourage all users of Django to upgrade as soon as possible. CVE-2024-24680: Potential denial-of-service in intcomma template filter The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings. Thanks Seokchan Yoon for the report. This issue has severity &quo…
Read MoreFeb. 6, 2024 » Anže’s Blog » [Archived Version]
How to configure SQLite for better throughput with Django.
Read MoreFeb. 5, 2024 » TestDriven.io » [Archived Version]
This article compares the development experience with Vue and Django REST Framework against HTMX and Django.
Read MoreFeb. 5, 2024 » Posts on Three Letter Acronym » [Archived Version]
The code used as example in this post can be found in this git repo At FOSDEM24, Denny Biasiolli gave an excellent talk on optimizing Django migrations for testing. This talk has a great run-through of the migration flow in Django, and different ways to improve the time and resources spent applying Django migrations. This can be further improved by using a seed database, especially in CI/CD pipelines. Seed databases A seed database contains an initial set of data, for instance a set of migratio…
Read MoreFeb. 4, 2024 » Posts on Three Letter Acronym » [Archived Version]
Test First blog page on the intertubes print("henlo")
Read MoreFeb. 3, 2024 » REVSYS Blog » [Archived Version]
"En-Rich" your Python testing
Read More