Method Not Allowed (POST) in simplest class-based view, django 4.2

The issue is that you’ve defined a handler for put but not for post.