djangorestframework 第2页
REST APIs for Django models with less efforts-拾光赋

REST APIs for Django models with less efforts

REST APIs for Django models with less efforts,Written a small utility that helps to create REST APIs for Django models with less efforts. This is for developers using Django REST F...
kity的头像-拾光赋kity3年前
03714
How to create Public URL in Django Project to access in Other Machines-拾光赋

How to create Public URL in Django Project to access in Other Machines

How to create Public URL in Django Project to access in Other Machines,I'm working Django Project. How to create a Public IP permanently for Localhost(127.0.0.1:8000) IP in Django ...
kity的头像-拾光赋kity3年前
04210
Learn Django REST Framework Part 16 API Documentation with Swagger and Redoc-拾光赋

Learn Django REST Framework Part 16 API Documentation with Swagger and Redoc

Learn Django REST Framework Part 16 API Documentation with Swagger and Redoc,This video talks about how you can document your API endpoints to developer who need to consume it usin...
kity的头像-拾光赋kity3年前
03614
How to save model object using only foreign keys id in django-rest-framework-拾光赋

How to save model object using only foreign keys id in django-rest-framework

How to save model object using only foreign keys id in django-rest-framework,If you want save some data like me in a model which has foreign key field and want to save only by id i...
kity的头像-拾光赋kity3年前
0349
Learn the Django REST Framework Part 15 - Unit testing-拾光赋

Learn the Django REST Framework Part 15 – Unit testing

Learn the Django REST Framework Part 15 - Unit testing,This video introduces unit testing in the Django REST Framework. 原文链接:Learn the Django REST Framework Part 15 - Unit tes...
kity的头像-拾光赋kity3年前
05413
Learn Django REST Framework Part 14 Pagination-拾光赋

Learn Django REST Framework Part 14 Pagination

Learn Django REST Framework Part 14 Pagination,This video shows you how to carry out pagination in Django REST Framework 原文链接:Learn Django REST Framework Part 14 Pagination
kity的头像-拾光赋kity3年前
04313
Learn Django REST Framework Part 9 Token Authentication-拾光赋

Learn Django REST Framework Part 9 Token Authentication

Learn Django REST Framework Part 9 Token Authentication,This video introduces token authentication using the Django REST Framework. I introduce authentication concepts in Django RE...
kity的头像-拾光赋kity3年前
0469
Learn Django REST Framework Part 3 Serializers-拾光赋

Learn Django REST Framework Part 3 Serializers

Learn Django REST Framework Part 3 Serializers, This video introduces Django REST Framework serializers and shows how they can be used for object serialization and deserialization....
kity的头像-拾光赋kity3年前
0469
Configurando JWT en Django Rest Framework-拾光赋

Configurando JWT en Django Rest Framework

Configurando JWT en Django Rest Framework,Lo primero que tenemos que hacer es instalar simplejwt: pip install djangorestframework-simplejwt Enter fullscreen mode Exit fullscreen mo...
kity的头像-拾光赋kity3年前
05211
Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial.-拾光赋

Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial.

Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial., 原文链接:Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial.
kity的头像-拾光赋kity3年前
02213
Django: How to show a user liked a post or not in List View without Duplicate Queries.-拾光赋

Django: How to show a user liked a post or not in List View without Duplicate Queries.

Django: How to show a user liked a post or not in List View without Duplicate Queries.,Create a model if you don’t have: class PostLike(models.Model): user = models.ForeignKey('us...
kity的头像-拾光赋kity3年前
0376
Writing Custom Routes in Django RestFrameWork (DRF) Viewsets.-拾光赋

Writing Custom Routes in Django RestFrameWork (DRF) Viewsets.

Writing Custom Routes in Django RestFrameWork (DRF) Viewsets.,Django RestFrameWork (DRF) has proven to be the most valuable and helpful library for Django. It's viewset capability ...
kity的头像-拾光赋kity4年前
0455