djangorestframework共6篇
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的头像-拾光赋kity8个月前
02813
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年前
0338
Working with Django Rest Framework(DRF).-拾光赋

Working with Django Rest Framework(DRF).

Working with Django Rest Framework(DRF).,The first step is to install Django Rest-Framework and then create a new apis app. The source code is available on my Github. All of our AP...
kity的头像-拾光赋kity5年前
05111
Why we’re writing a Django book specifically for portfolio projects and MVPs-拾光赋

Why we’re writing a Django book specifically for portfolio projects and MVPs

Why we’re writing a Django book specifically for portfolio projects and MVPs,TLDR: The hardest part of building web applications is rarely using the framework itself or even the ...
kity的头像-拾光赋kity6年前
04313
Adding validation support for Json in Django Models-拾光赋

Adding validation support for Json in Django Models

Adding validation support for Json in Django Models, The contents of this post have now been moved to my blog and can be viewed here 原文链接:Adding validation support for Json in...
kity的头像-拾光赋kity7年前
0368
Managing RESTful URLs in Django Rest Framework-拾光赋

Managing RESTful URLs in Django Rest Framework

Managing RESTful URLs in Django Rest Framework,We've all been taught about RESTful API design. It does not take much to realize that these endpoints POST /products/1/delete POST /p...
kity的头像-拾光赋kity8年前
04112