How to update your database through django_rest_framework.
Last week I came across questions on how to update your database through REST API reason is because most of them faced one issue or the other.
Here is a snippet that works via using a decorator
views.py
from rest_framework.decorator import api_view
f...
tobibrekete.hashnode.dev1 min read