Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
djangorestframework
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Hunting Heisenberg with Django Rest Framework
Bojan Drangovski
Bojan Drangovski
Bojan Drangovski
Follow
Oct 15
Hunting Heisenberg with Django Rest Framework
#
django
#
python
#
djangorestframework
#
heisenberg
Comments
Add Comment
6 min read
Consideraciones en los serializadores del DRF
Johnnatan Sandoval Cardona
Johnnatan Sandoval Cardona
Johnnatan Sandoval Cardona
Follow
Sep 5
Consideraciones en los serializadores del DRF
#
django
#
djangorestframework
#
serializadores
#
design
Comments
Add Comment
4 min read
Implementing Search Functionality in Django Rest Framework (DRF)
Theresa Okoro
Theresa Okoro
Theresa Okoro
Follow
Sep 15
Implementing Search Functionality in Django Rest Framework (DRF)
#
django
#
djangorestframework
#
webdev
1
reaction
Comments
Add Comment
4 min read
Integrate Google OAuth2 authentication into the django-rest-framework
qian
qian
qian
Follow
Aug 1
Integrate Google OAuth2 authentication into the django-rest-framework
#
django
#
djangorestframework
#
google
Comments
Add Comment
4 min read
GraphQL-like features in Django Rest Framework
Dani Hodovic
Dani Hodovic
Dani Hodovic
Follow
May 23
GraphQL-like features in Django Rest Framework
#
django
#
graphql
#
djangorestframework
#
api
Comments
Add Comment
6 min read
Django vs Django REST Framework: ¿Cuál es la diferencia? 🤔
Jorge Muñoz
Jorge Muñoz
Jorge Muñoz
Follow
May 22
Django vs Django REST Framework: ¿Cuál es la diferencia? 🤔
#
django
#
djangorestframework
#
python
#
development
1
reaction
Comments
Add Comment
1 min read
Login with OTP Authentication in Django and Django REST Framework
Rayyan Shaikh
Rayyan Shaikh
Rayyan Shaikh
Follow
May 1
Login with OTP Authentication in Django and Django REST Framework
#
python
#
django
#
djangorestframework
#
programming
2
reactions
Comments
4
comments
9 min read
Build a Multivendor E-commerce Website using Django, React & Django Rest Framework
Destiny Franks
Destiny Franks
Destiny Franks
Follow
Jan 25
Build a Multivendor E-commerce Website using Django, React & Django Rest Framework
#
django
#
react
#
djangorestframework
27
reactions
Comments
1
comment
3 min read
The project that will make you enjoy writing tests for your Django app
Ori Roza
Ori Roza
Ori Roza
Follow
Jan 3
The project that will make you enjoy writing tests for your Django app
#
pytest
#
python
#
django
#
djangorestframework
Comments
Add Comment
2 min read
Async API Calls Unleashed: Exploring Django 4 and Django Rest Framework
Dominic Chingoma
Dominic Chingoma
Dominic Chingoma
Follow
Aug 23 '23
Async API Calls Unleashed: Exploring Django 4 and Django Rest Framework
#
django
#
asynchronous
#
drf
#
djangorestframework
2
reactions
Comments
Add Comment
9 min read
How to create a CRUD API in Django Rest Framework with APIView, ViewSets, and Swagger Documentation
Shivam Rohilla
Shivam Rohilla
Shivam Rohilla
Follow
Aug 6 '23
How to create a CRUD API in Django Rest Framework with APIView, ViewSets, and Swagger Documentation
#
django
#
python
#
djangorestframework
#
swagger
12
reactions
Comments
Add Comment
4 min read
Multi-Role User Authentication in Django Rest Framework
Forhad Khan
Forhad Khan
Forhad Khan
Follow
Jul 12 '23
Multi-Role User Authentication in Django Rest Framework
#
django
#
djangorestframework
#
python
#
multiroleuserauthentication
32
reactions
Comments
4
comments
6 min read
Getting started with Django Rest Framework
Vicente G. Reyes
Vicente G. Reyes
Vicente G. Reyes
Follow
Apr 8 '23
Getting started with Django Rest Framework
#
django
#
python
#
djangorestframework
4
reactions
Comments
Add Comment
4 min read
Entendendo o problema de N+1 query usando o Django
Wesley de Morais
Wesley de Morais
Wesley de Morais
Follow
Feb 13 '23
Entendendo o problema de N+1 query usando o Django
#
django
#
djangorestframework
#
database
#
python
2
reactions
Comments
Add Comment
8 min read
How to create thumbnails programmatically in Django
sevdimali
sevdimali
sevdimali
Follow
Jan 16 '23
How to create thumbnails programmatically in Django
#
django
#
drf
#
djangorestframework
#
programming
2
reactions
Comments
Add Comment
2 min read
How to Develop an Email-Verification API using Django Rest Framework
Noel Ethan Chiwamba
Noel Ethan Chiwamba
Noel Ethan Chiwamba
Follow
Dec 24 '22
How to Develop an Email-Verification API using Django Rest Framework
#
api
#
djangorestframework
#
emailverify
15
reactions
Comments
1
comment
8 min read
4 step to built resful api using Django Rest Framework
Gias Uddin
Gias Uddin
Gias Uddin
Follow
Dec 7 '22
4 step to built resful api using Django Rest Framework
#
django
#
djangorestframework
#
webdev
5
reactions
Comments
Add Comment
4 min read
Creating thumbnails programmatically in Django using django-imagekit
sevdimali
sevdimali
sevdimali
Follow
Nov 29 '22
Creating thumbnails programmatically in Django using django-imagekit
#
django
#
python
#
djangorestframework
#
programming
2
reactions
Comments
Add Comment
2 min read
Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework
Forhad Khan
Forhad Khan
Forhad Khan
Follow
Nov 5 '22
Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework
#
django
#
drf
#
djangorestframework
#
python
14
reactions
Comments
1
comment
3 min read
Learn Django REST Framework Part 16 API Documentation with Swagger and Redoc
Ssali Jonathan
Ssali Jonathan
Ssali Jonathan
Follow
Jun 29 '22
Learn Django REST Framework Part 16 API Documentation with Swagger and Redoc
#
python
#
django
#
djangorestframework
#
swagger
2
reactions
Comments
Add Comment
1 min read
How to save model object using only foreign keys id in django-rest-framework
sium_hossain
sium_hossain
sium_hossain
Follow
Jun 9 '22
How to save model object using only foreign keys id in django-rest-framework
#
django
#
djangorestframework
#
restapi
#
python
13
reactions
Comments
Add Comment
1 min read
Learn the Django REST Framework Part 15 - Unit testing
Ssali Jonathan
Ssali Jonathan
Ssali Jonathan
Follow
Jun 8 '22
Learn the Django REST Framework Part 15 - Unit testing
#
python
#
testing
#
django
#
djangorestframework
6
reactions
Comments
Add Comment
1 min read
Learn Django REST Framework Part 14 Pagination
Ssali Jonathan
Ssali Jonathan
Ssali Jonathan
Follow
Jun 8 '22
Learn Django REST Framework Part 14 Pagination
#
python
#
api
#
djangorestframework
#
webdev
5
reactions
Comments
Add Comment
1 min read
Learn Django REST Framework Part 9 Token Authentication
Ssali Jonathan
Ssali Jonathan
Ssali Jonathan
Follow
May 26 '22
Learn Django REST Framework Part 9 Token Authentication
#
python
#
django
#
api
#
djangorestframework
3
reactions
Comments
Add Comment
1 min read
Django REST FRAMEWORK Tutorial 12 -- Users のエンドポイントと Snippets の Users を使ったデータを作成する
kaede
kaede
kaede
Follow
May 14 '22
Django REST FRAMEWORK Tutorial 12 -- Users のエンドポイントと Snippets の Users を使ったデータを作成する
#
django
#
djangorestframework
10
reactions
Comments
Add Comment
5 min read
Configurando JWT en Django Rest Framework
Nahuel Segovia
Nahuel Segovia
Nahuel Segovia
Follow
Apr 26 '22
Configurando JWT en Django Rest Framework
#
django
#
python
#
backend
#
djangorestframework
13
reactions
Comments
Add Comment
1 min read
How I Integrated Zapier into my Django Project
Aidas Bendoraitis
Aidas Bendoraitis
Aidas Bendoraitis
Follow
Apr 18 '22
How I Integrated Zapier into my Django Project
#
advanced
#
api
#
django
#
djangorestframework
7
reactions
Comments
Add Comment
7 min read
Django REST Filtering Tutorial - Filter with Current User (Part II)
Serhat Teker
Serhat Teker
Serhat Teker
Follow
Apr 18 '22
Django REST Filtering Tutorial - Filter with Current User (Part II)
#
django
#
djangorestframework
#
filter
#
search
1
reaction
Comments
Add Comment
5 min read
Django REST Filtering Tutorial - Intro (Part I)
Serhat Teker
Serhat Teker
Serhat Teker
Follow
Apr 9 '22
Django REST Filtering Tutorial - Intro (Part I)
#
django
#
djangorestframework
#
filter
#
search
1
reaction
Comments
Add Comment
5 min read
Uploading images to Cloudinary Storage from a Django DRF Application.
success
success
success
Follow
Feb 21 '22
Uploading images to Cloudinary Storage from a Django DRF Application.
#
django
#
djangorestframework
#
cloudinary
18
reactions
Comments
6
comments
4 min read
Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial.
Ssali Jonathan
Ssali Jonathan
Ssali Jonathan
Follow
Jan 12 '22
Build And Deploy A REST API With Django REST Framework. Full 4hr Project Tutorial.
#
python
#
django
#
djangorestframework
#
api
2
reactions
Comments
Add Comment
1 min read
Django: How to show a user liked a post or not in List View without Duplicate Queries.
Borhan Tipu
Borhan Tipu
Borhan Tipu
Follow
Jan 7 '22
Django: How to show a user liked a post or not in List View without Duplicate Queries.
#
django
#
python
#
djangorestframework
#
webdev
7
reactions
Comments
Add Comment
1 min read
How to Restore Dislikes on YouTube with Django Rest Framework and YoutubeV3 API.
paulsaul621
paulsaul621
paulsaul621
Follow
Dec 1 '21
How to Restore Dislikes on YouTube with Django Rest Framework and YoutubeV3 API.
#
api
#
djangorestframework
#
django
#
youtubeapi
7
reactions
Comments
4
comments
11 min read
Django REST framework +OAuth
Diego Uribe Gamez
Diego Uribe Gamez
Diego Uribe Gamez
Follow
Nov 17 '21
Django REST framework +OAuth
#
django
#
oauth
#
api
#
djangorestframework
4
reactions
Comments
Add Comment
5 min read
How to filter your query with params in Django Rest - Part I
Serhat Teker
Serhat Teker
Serhat Teker
Follow
Dec 11 '21
How to filter your query with params in Django Rest - Part I
#
django
#
djangorestframework
#
queryset
8
reactions
Comments
Add Comment
1 min read
Django Rest Framework Tips and Tricks
kamalakannan
kamalakannan
kamalakannan
Follow
Jun 28 '21
Django Rest Framework Tips and Tricks
#
django
#
djangorestframework
#
python
5
reactions
Comments
Add Comment
2 min read
How to implement Django Search Field and Tags)keywords.
Tikam Singh Alma
Tikam Singh Alma
Tikam Singh Alma
Follow
Apr 11 '21
How to implement Django Search Field and Tags)keywords.
#
django
#
djangorestframework
#
python
7
reactions
Comments
Add Comment
2 min read
Authentication with Django REST Framework
foadlind
foadlind
foadlind
Follow
Feb 26 '21
Authentication with Django REST Framework
#
django
#
djangorestframework
#
authentication
11
reactions
Comments
Add Comment
5 min read
Filter data in Django Rest Framework
Tek Kshetri
Tek Kshetri
Tek Kshetri
Follow
Feb 19 '21
Filter data in Django Rest Framework
#
django
#
djangorestframework
#
python
#
filter
12
reactions
Comments
Add Comment
2 min read
Documenting Django Rest Framework API
kamalakannan
kamalakannan
kamalakannan
Follow
Jan 19 '21
Documenting Django Rest Framework API
#
django
#
djangorestframework
#
swagger
#
openapi
5
reactions
Comments
Add Comment
2 min read
How to create multiple independent admin sites in Django
Onasanya Tunde
Onasanya Tunde
Onasanya Tunde
Follow
Jan 15 '21
How to create multiple independent admin sites in Django
#
python
#
django
#
djangorestframework
11
reactions
Comments
4
comments
4 min read
Django for APIs Notes - Part IV
Pragati Verma
Pragati Verma
Pragati Verma
Follow
Jan 13 '21
Django for APIs Notes - Part IV
#
webdev
#
django
#
python
#
djangorestframework
14
reactions
Comments
2
comments
2 min read
Django For APIs Notes - Part III
Pragati Verma
Pragati Verma
Pragati Verma
Follow
Jan 12 '21
Django For APIs Notes - Part III
#
django
#
python
#
webdev
#
djangorestframework
9
reactions
Comments
3
comments
6 min read
Django For APIs Notes- Part II
Pragati Verma
Pragati Verma
Pragati Verma
Follow
Jan 11 '21
Django For APIs Notes- Part II
#
webdev
#
django
#
database
#
djangorestframework
9
reactions
Comments
4
comments
4 min read
Django for APIs Notes - Part I
Pragati Verma
Pragati Verma
Pragati Verma
Follow
Jan 10 '21
Django for APIs Notes - Part I
#
django
#
djangorestframework
#
api
#
webdev
42
reactions
Comments
2
comments
3 min read
Django & DRF : DRF tips & tricks
DUVAL Olivier
DUVAL Olivier
DUVAL Olivier
Follow
Nov 23 '20
Django & DRF : DRF tips & tricks
#
django
#
drf
#
djangorestframework
#
tips
20
reactions
Comments
Add Comment
12 min read
Django Rest Framework custom JWT authentication
Ahmed Atalla
Ahmed Atalla
Ahmed Atalla
Follow
May 12 '20
Django Rest Framework custom JWT authentication
#
django
#
jwt
#
security
#
djangorestframework
88
reactions
Comments
32
comments
8 min read
Flutter signup/login application with Django backend #1
Amartya Gaur
Amartya Gaur
Amartya Gaur
Follow
Apr 16 '20
Flutter signup/login application with Django backend #1
#
django
#
flutter
#
dart
#
djangorestframework
78
reactions
Comments
12
comments
5 min read
Postgresql: Better security for Django Applications
Matthew Hegarty
Matthew Hegarty
Matthew Hegarty
Follow
Mar 31 '20
Postgresql: Better security for Django Applications
#
djangorestframework
#
django
#
postgres
#
docker
17
reactions
Comments
Add Comment
6 min read
Is there a way I can use Django default auth with React with them both decoupled?
Belhassen Chelbi
Belhassen Chelbi
Belhassen Chelbi
Follow
Feb 29 '20
Is there a way I can use Django default auth with React with them both decoupled?
#
django
#
react
#
djangorestframework
8
reactions
Comments
8
comments
1 min read
Django & DRF 101, initialisation de l'environnement : virtualenv & docker
DUVAL Olivier
DUVAL Olivier
DUVAL Olivier
Follow
Feb 19 '20
Django & DRF 101, initialisation de l'environnement : virtualenv & docker
#
django
#
drf
#
djangorestframework
#
installation
7
reactions
Comments
Add Comment
4 min read
Django & DRF 101, partie 2 : DRF & API 101
DUVAL Olivier
DUVAL Olivier
DUVAL Olivier
Follow
Feb 18 '20
Django & DRF 101, partie 2 : DRF & API 101
#
django
#
drf
#
djangorestframework
#
api
18
reactions
Comments
2
comments
27 min read
Working with Django Rest Framework(DRF).
JeffUbayi
JeffUbayi
JeffUbayi
Follow
Jan 14 '20
Working with Django Rest Framework(DRF).
#
djangorestframework
#
python
#
api
#
rest
9
reactions
Comments
Add Comment
3 min read
Create a simple API using Django Rest Framework in Python
JeffUbayi
JeffUbayi
JeffUbayi
Follow
Jan 5 '20
Create a simple API using Django Rest Framework in Python
#
django
#
djangorestframework
#
rest
#
api
9
reactions
Comments
Add Comment
2 min read
Using Different Read and Write Serializers in Django REST Framework
Lacey Williams Henschel
Lacey Williams Henschel
Lacey Williams Henschel
Follow
for
REVSYS
Aug 20 '19
Using Different Read and Write Serializers in Django REST Framework
#
django
#
python
#
djangorestframework
#
drf
9
reactions
Comments
Add Comment
3 min read
Why we’re writing a Django book specifically for portfolio projects and MVPs
James Timmins
James Timmins
James Timmins
Follow
Jun 13 '19
Why we’re writing a Django book specifically for portfolio projects and MVPs
#
showdev
#
django
#
djangorestframework
#
python
92
reactions
Comments
5
comments
3 min read
SwaggerUI inside Django Rest Framework
Matthew Hegarty
Matthew Hegarty
Matthew Hegarty
Follow
Mar 28 '19
SwaggerUI inside Django Rest Framework
#
djangorestframework
#
openapi
#
swagger
#
django
22
reactions
Comments
10
comments
6 min read
Adding validation support for Json in Django Models
Saadullah Aleem
Saadullah Aleem
Saadullah Aleem
Follow
Dec 4 '18
Adding validation support for Json in Django Models
#
python
#
django
#
json
#
djangorestframework
16
reactions
Comments
1
comment
1 min read
Managing RESTful URLs in Django Rest Framework
Stanislav Kozlovski
Stanislav Kozlovski
Stanislav Kozlovski
Follow
Aug 14 '17
Managing RESTful URLs in Django Rest Framework
#
djangorestframework
#
drf
#
django
#
python
34
reactions
Comments
9
comments
5 min read
need assistance with DRF and React project
Zohaib
Zohaib
Zohaib
Follow
Mar 26 '19
need assistance with DRF and React project
#
djangorestframework
#
react
4
reactions
Comments
Add Comment
1 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account