Sun 23 January 2022 web Django Rest Framework authentication: the easy way Django Rest Framework authentication in your web application should be easy and secure. Forget JWT and use the good-old Django sessions in this step-by-step tutorial.
Sat 12 June 2021 snippets Integrate Axios with Django Rest Framework In this quick tutorial I'll show you how to integrate Axios and Django Rest Framework with only few lines of code.
Wed 25 June 2014 web PUT and DELETE HTTP requests with Django and jQuery Discover how you can support PUT and DELETE HTTP requests in your Django project using jQuery. Add a REST touch to your project!