Django 2023.12.30 0 【Django】Delete処理を作る データ一覧画面から、データを選択して削除を行います。まずはdelete.htmlを作成します。hello/templates/hello/delete.html{% load static %}<!doctype html><html lang Django , python , delete