Feb. 28, 2023 » TestDriven.io » [Archived Version]
This tutorial looks at how to deploy a Django application to Azure App Service.
Read MoreFeb. 27, 2023 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]
Buying a house is one of life’s most exciting projects. Yet taking out a mortgage is stressful, especially if a person turns to traditional mortgage companies. Comparing rates, filling out forms, organizing documents, and waiting weeks for a decision is exhausting. As a result, this decreases the conversion rate for closed deals. With the rise […] The post Full-Scale Digitalization for Mortgage Lenders: Why Bother? appeared first on Software Development Blog & IT Tech Insights | Django Stars.
Read MoreFeb. 24, 2023 » Django News » [Archived Version]
News Django 4.2 beta 1 released Django 4.2 beta 1 is now available. It represents the second stage in the 4.2 release cycle and is an opportunity for you to try out the changes coming in Django 4.2. djangoproject.com Google Summer of Code: Django 2023 Django was once again selected for Google's Summer of Code this year. This program has directly led to real improvements in frameworks over the year. You can learn more about mentorship and a…
Read MoreFeb. 23, 2023 » Adam Johnson » [Archived Version]
If you upgrade to Django 4.2, you may see system check warnings like: example.User.email: (fields.W906) django.contrib.postgres.fields.CIEmailField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1. HINT: Use EmailField(db_collation="…") with a case-insensitive non-deterministic collation instead …
Read MoreFeb. 23, 2023 » Django Beats » [Archived Version]
This post is about providing some guidance on how to make your simple Django app production-ready and deploying to Fly.io. Django on Fly.io is pretty sweet! Check it out: you can be up and running on Fly.io in just minutes. The first Django app I ever created was a simple Blog back in 2015, during a Django Girls event in Brazil. Ever since then, I’ve created and deployed many other Django applications but the deployment process was never so easy as it was with Fly.io! I’m super excited to shar…
Read MoreFeb. 20, 2023 » The Django weblog » [Archived Version]
Django 4.2 beta 1 is now available. It represents the second stage in the 4.2 release cycle and is an opportunity for you to try out the changes coming in Django 4.2. Django 4.2 has a farrago of new features which you can read about in the in-development 4.2 release notes. Only bugs in new features and regressions from earlier versions of Django will be fixed between now and 4.2 final (also, translations will be updated following the "string freeze" when the release candidate is issued). The cu…
Read MoreFeb. 17, 2023 » Django News » [Archived Version]
News Django security releases issued: 4.1.7, 4.0.10, and 3.2.18 This release fixes a potential denial-of-service vulnerability in file uploads. As always, updating to the latest version of Django is one of the best security measures you can take. djangoproject.com Release 2.0 · django-crispy-forms/django-crispy-forms PSA: django-crispy-forms 2.0 has been released and has a few major changes, which will require some extra time when you upgr…
Read MoreFeb. 17, 2023 » Adam Johnson » [Archived Version]
I just released django-upgrade 1.13.0. The headline features are some new fixers targetting Django 4.2, which is currently in alpha. Let’s walk through these new fixers. For more detail on any of them, see the Django 4.2 README section. New headers argument in tests Recent-ish …
Read MoreFeb. 16, 2023 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]
Technology changes our lives, even in countries where centuries-old industry traditions dominate culture, society and emblematic banking systems. But even such a traditionally conservative part of banking like mortgages can be affected by technology. A mortgage is based on an ancient idea of a loan against collateral, and it still uses mostly the same ancient […] The post MoneyPark’s Benjamin Tacquet Interview on Doing Less, But Better appeared first on Software Development Blog & IT Tech Insig…
Read MoreFeb. 14, 2023 » The Django weblog » [Archived Version]
In accordance with our security release policy, the Django team is issuing Django 4.1.7, Django 4.0.10, and Django 3.2.18. These releases addresses the security issue detailed below. We encourage all users of Django to upgrade as soon as possible. CVE-2023-24580: Potential denial-of-service vulnerability in file uploads Passing certain inputs to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack. The number o…
Read More