Oct. 28, 2022 » james.walters.click » [Archived Version]
Hello again Sparky! Have you come for another story about the glory days of desktop Linux? Well who am I to disappoint? 👴️ Now, where did we leave off? Oh yes! I was running Ubuntu on the old Toshiba... Grandpa, what was Ubuntu like? This was Ubuntu, at the end of …
Read MoreOct. 26, 2022 » TestDriven.io » [Archived Version]
This tutorial shows how to deploy a Flask application with PostgreSQL to Render.
Read MoreOct. 26, 2022 » Django Chat » [Archived Version]
Andy Ide is the creator of HorseRecords, a comprehensive Horse Husbandry App written in Django. We discuss his 20+ year career as a programmer, the local to production gap in Django, django-unicorn, htmx, and more.
Read MoreOct. 25, 2022 » Adam Johnson » [Archived Version]
I just released version 1.11.0 of django-upgrade, a tool for automatically upgrading your Django project code. This release contains a lot of new features and fixes, thanks to new contributors including those at the Djangocon Europe sprints. Let’s look at the top changes. New admin.site.register …
Read MoreOct. 25, 2022 » Adam Johnson » [Archived Version]
I just released version 1.11.0 of django-upgrade, a tool for automatically upgrading your Django project code. This release contains a lot of new features and fixes, thanks to new contributors including those at the Djangocon Europe sprints. Let’s look at the top changes. New admin.site.register …
Read MoreOct. 25, 2022 » Paolo Melchiorre » [Archived Version]
The story of how the proposal to organize sprints on the Django active developers was born and how I proposed it during the past DjangoCon US 2022 in San Diego to various components of the Django community.
Read MoreOct. 21, 2022 » TestDriven.io » [Archived Version]
This article explains step-by-step how to migrate to a custom User model mid-project in Django.
Read MoreOct. 20, 2022 » Adam Johnson » [Archived Version]
The Django 4.1 release notes feature this short, innocent-looking note: On PostgreSQL, AutoField, BigAutoField, and SmallAutoField are now created as identity columns rather than serial columns with sequences. In this post, we’ll expand on what this means, why you might want to update existing columns from serial types …
Read MoreOct. 20, 2022 » Adam Johnson » [Archived Version]
The Django 4.1 release notes feature this short, innocent-looking note: On PostgreSQL, AutoField, BigAutoField, and SmallAutoField are now created as identity columns rather than serial columns with sequences. In this post, we’ll expand on what this means, why you might want to update existing columns from serial types …
Read MoreOct. 20, 2022 » Django Archives - ZeroToByte » [Archived Version]
When it comes to managing the site you’re developing, Django includes a powerful admin interface that lets you interact with ... Read more The post How to use the Django create superuser command appeared first on ZeroToByte.
Read More