Relative Content

Tag Archive for django-rest-frameworkdjango-templatesdjango-rest-authdjango-rest-viewsets

Django Rest Framework Authentication with HTML Form

I’m new to backend and started learning djangorestframework. I followed a few tutorials and a question came to my mind. In the example below I use token authentication. With Swagger UI, I can authenticate without any problems and perform crud operations on todo items.