djangorestframework共36篇
Hunting Heisenberg with Django Rest Framework-拾光赋

Hunting Heisenberg with Django Rest Framework

Hunting Heisenberg with Django Rest Framework, The idea The idea was to create a simple platform for DEA agents, to manage information about characters from the Breaking Bad/Better...
kity的头像-拾光赋kity5个月前
05414
Django vs Django REST Framework: ¿Cuál es la diferencia? 🤔-拾光赋

Django vs Django REST Framework: ¿Cuál es la diferencia? 🤔

Django vs Django REST Framework: ¿Cuál es la diferencia? 🤔,En el mundo del desarrollo web, a menudo escuchamos sobre Django y Django REST Framework (DRF). Aunque están relacion...
kity的头像-拾光赋kity10个月前
02311
Login with OTP Authentication in Django and Django REST Framework-拾光赋

Login with OTP Authentication in Django and Django REST Framework

Login with OTP Authentication in Django and Django REST Framework,Django and Django REST Framework (DRF)! These powerful frameworks help you build efficient and scalable web applic...
kity的头像-拾光赋kity10个月前
03113
The project that will make you enjoy writing tests for your Django app-拾光赋

The project that will make you enjoy writing tests for your Django app

The project that will make you enjoy writing tests for your Django app,Hi all! I’m proud to share my new first open-source project drf-api-action, and I’d be glad to receive your...
kity的头像-拾光赋kity1年前
0389
Understanding Django REST Framework: APIView vs GenericViewSet-拾光赋

Understanding Django REST Framework: APIView vs GenericViewSet

Understanding Django REST Framework: APIView vs GenericViewSet,Django REST Framework (DRF) is a powerful toolkit for building Web APIs in the Django ecosystem. Two key components i...
kity的头像-拾光赋kity2年前
04014
Setting Up JWT Authentication in Django REST Framework-拾光赋

Setting Up JWT Authentication in Django REST Framework

Setting Up JWT Authentication in Django REST Framework,In this Post, we'll discuss how to set up JSON Web Token (JWT) authentication in Django REST Framework using the rest_framewo...
kity的头像-拾光赋kity2年前
0447
How to create a CRUD API in Django Rest Framework with APIView, ViewSets, and Swagger Documentation-拾光赋

How to create a CRUD API in Django Rest Framework with APIView, ViewSets, and Swagger Documentation

How to create a CRUD API in Django Rest Framework with APIView, ViewSets, and Swagger Documentation,Are you looking to develop a robust CRUD (Create, Read, Update, Delete) API in D...
kity的头像-拾光赋kity2年前
02713
Multi-Role User Authentication in Django Rest Framework-拾光赋

Multi-Role User Authentication in Django Rest Framework

Multi-Role User Authentication in Django Rest Framework, Introduction: User authentication is a fundamental aspect of many web applications. Django provides a powerful authenticati...
kity的头像-拾光赋kity2年前
03915
API Authentication with Django Rest Knox-拾光赋

API Authentication with Django Rest Knox

API Authentication with Django Rest Knox,Authentication is a crucial part of any web application. It involves the process of verifying the identity of a user, ensuring that only au...
kity的头像-拾光赋kity2年前
0368
Getting started with Django Rest Framework-拾光赋

Getting started with Django Rest Framework

Getting started with Django Rest Framework,Photo by Markus Spiske: https://www.pexels.com/photo/a-laptop-screen-with-text-4439901/ In this article, we'll create a project that post...
kity的头像-拾光赋kity2年前
0307
Entendendo o problema de N+1 query usando o Django-拾光赋

Entendendo o problema de N+1 query usando o Django

Entendendo o problema de N+1 query usando o Django, Sumário Introdução do que é o problema n+1 query Entendendo a situação problema em Django Criação da API com DRF Resolve...
kity的头像-拾光赋kity2年前
05114
Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework-拾光赋

Automatically Add Logged In User Under ‘created_by’ and ‘updated_by’ to Model in Django Rest Framework

Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework,In some application, we need to track which user added or updated the data in...
kity的头像-拾光赋kity3年前
0338