[Answered ]-404 error while trying to post using django tasty pie

2👍

The URL you want to access is:

http://localhost:8000/api/v1/users/?username=Puck

since you declared api_name='v1'.

Leave a comment