March 2025

Django
2025-03-13 09:25 (13 months ago)
How to Fix Display Issues in Django Admin Inlines After Upgrading to 5.1

When upgrading Django to version 5.1, you may encounter an issue in the admin site's Inline where a string like `{'name': 'id', 'label': 'ID', 'help_text': '', 'field': 'id', 'is_hidden': True}` is displayed in place of the primary key. This issue may occur only when using Grappelli.

2025-03-09 06:43 (13 months ago)
Install Ingress Nginx as an Ingress Controller in K3s and Retrieve the Source IP Address as a Request Header

This article explains how to start K3s as a single node using Ingress Nginx as the ingress controller, and how to obtain the source IP address in the request header (x-real-ip, x-forwarded-for).

Categories

Archive