Do

Size: a a a
Do
G
DT
<form action="{% url 'post_delete_url' %}">Вьюха
{% csrf_token %}
<button type="submit">Delete</button>
</form>
model = Post
def post(self, slug):
obj = self.model.objects.get(slug__iexact=slug)
obj.delete()
redirect('/deleted')
DT
DT
N
DT
DT
N
N
DT
N
N
MB
DT
MB
DT
DT
MB
DT