django-planet

What's new in Django community blogs?

Deploy to Heroku - Building SaaS with Python and Django #171

Sept. 28, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we did the work to deploy the site to Heroku to make the site live. We configured the production site, fixed some missing settings, and connected to the relevant DNS configuration.

Read More

Options for passwordless authentication in Django apps

Sept. 28, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Passwordless authentication is gaining popularity as a secure and user-friendly alternative to traditional password-based authentication in Django applications. In this article, we will delve into three passwordless authentication methods: email-based authentication, authentication with OAuth, and authentication with magic links.

Read More

Deploy to Heroku - Building SaaS #171

Sept. 28, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we did the work to deploy the site to Heroku to make the site live. We configured the production site, fixed some missing settings, and connected to the relevant DNS configuration.

Read More

Django News - Django 5.0 alpha 1 released - Sep 22nd 2023

Sept. 22, 2023 » Django News » [Archived Version]

News Django 5.0 alpha 1 released Django 5.0 alpha 1 is now available. It represents the first stage in the 5.0 release cycle and is an opportunity for you to try out the changes coming in Django 5.0. There are many new exciting features, which you can read about in the in-development 5.0 release notes. djangoproject.com Python Release Python 3.12.0rc3 Python 3.12.0rc3 "is the absolutely last release preview" for Python 3.12. pyth…

Read More

My fourth appearance on Django Chat

Sept. 20, 2023 » Adam Johnson » [Archived Version]

I’ve once more had the pleasure of joining Carlton and Will on the Django Chat podcast, in Episode #146. We spoke on Tuesday, just hours after Django 5.0 alpha 1 was released, on several topics: Favourite features coming in Django 5.0 My new book, Boost Your Git …

Read More

Keep content managers' admin access up-to-date with role-based permissions

Sept. 20, 2023 » Matthias Kestenholz: Posts about Django » [Archived Version]

Keep content managers’ Django admin access up-to-date with role-based permissions Django’s built-in permissions system is great if you want fine-grained control of the permissions content managers should have. The allowlist-based approach where users have no permissions by default and must be granted each permission individually makes a lot of sense to me and is easy to understand. When we build a CMS at Feinheit we often use the Django administration panel as a CMS. Unfortunately, …

Read More

Fixing the "Data for this panel isn't available anymore" error in Django Debug Toolbar

Sept. 19, 2023 » timonweb.com » [Archived Version]

Imagine this: you want to optimize your Django project's page loading times. To do this, you've installed the magnificent Django Debug Toolbar that will provide you with the necessary insight into how many queries your page generates. You click on the SQL panel in the Debug Toolbar, and... you get … Read now

Read More

Using Appsmith to build Pelican — A Pro 360° Dashboard

Sept. 18, 2023 » Instawork Engineering » [Archived Version]

Using Appsmith to build Pelican — A Pro 360° DashboardAs the saying goes, “with great power comes great responsibility”, when you build a powerful platform like Instawork that caters to the needs of millions of professionals and businesses, it comes with the responsibility to ensure their needs and issues are addressed promptly and effectively, ultimately leading to enhanced user experience and successful resolution of their enquiries.So, who takes on this responsibility?Instawork’s ever growin…

Read More

Django 5.0 alpha 1 released

Sept. 18, 2023 » The Django weblog » [Archived Version]

Django 5.0 alpha 1 is now available. It represents the first stage in the 5.0 release cycle and is an opportunity for you to try out the changes coming in Django 5.0. Django 5.0 brings a deluge of exciting new features which you can read about in the in-development 5.0 release notes. This alpha milestone marks the feature freeze. The current release schedule calls for a beta release in about a month and a release candidate about a month from then. We'll only be able to keep this schedule if we …

Read More

Introducing Fedidevs Posts

Sept. 16, 2023 » Anže’s Blog » [Archived Version]

Discover the most favorited posts from developers on Mastodon with Fedidevs Posts.

Read More