There are a total of 9 posts.
Published Nov 12, 2025 by whitedec
Django's HTTP Utility - 'django.utils.http'
This post introduces how to implement URL encoding, safe token transmission, and redirection security using Django's `d…
Published Nov 10, 2025 by whitedec
Why Running a Container as Root Is Not Recommended?
Running containers as root poses significant security risks. This article discusses the possibilities of gaining host r…
Reasons to Hide Admin Right Now
This post summarizes the reasons and methods for immediately hiding the admin interface of Django. It serves as a pract…