Django Forum
Method Not Allowed (POST) in simplest class-based view, django 4.2
Using Django
Forms & APIs
KenWhitesell
August 11, 2023, 2:38pm
2
The issue is that you’ve defined a handler for
put
but not for
post
.
show post in topic
Related topics
Topic
Replies
Views
Activity
Issue while using POST method in form
Using Django
0
861
May 2, 2020
DRF RetrieveUpdateDestroyAPIView with POST
Using Django
2
4231
April 19, 2020
Django Rest Framework Test Cases returning successful POSTs with HTTP 302 Response
Using Django
3
3195
April 21, 2020
Getting error while sending a POST request to an API in Django.
Forms & APIs
4
3181
April 6, 2022
Posting comment gives HTTP error 405
Forms & APIs
2
8123
April 11, 2022