Sign in
There are a total of 1 posts.
Published 1月 23, 2026 by whitedec
Django テンプレートで URL を取得する方法:`request.path`、`path_info`、`get_full_path`、`build_absolute_uri` の比較
Django テンプレートで現在の URL を取得する方法を整理しました。`request.path`、`request.path_info`、`request.get_full_path()`、`request.build_absolu…