ShaneTracey7 / tweeter

0 stars 0 forks source link

serializer.save() bug #49

Closed ShaneTracey7 closed 4 months ago

ShaneTracey7 commented 4 months ago

-when i run serializer.save() for the adduser case within the views.py post method, i get a 500 internal server error message -everything else, logic wise works fine for preventing duplicate usernames for users

ShaneTracey7 commented 4 months ago

decided to use put method opposed to 2 cases of post method