Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
how-to-install
1.2K+ articles
Installation Guide
1.2K+ articles
Python Django
582+ articles
Django
81+ articles
Python Framework
68+ articles
Django-views
21+ articles
rest-framework
20+ articles
Django-REST
44 posts
Recent Articles
Popular Articles
ViewSets & Routers - Django REST framework
Last Updated: 19 November 2025
In Django REST Framework (DRF), ViewSets allow defining API actions like list, retrieve, create, and update in a single class. Routers work with ViewSets to generate URL p...
read more
Python
Django-REST
Pass Extra Arguments to Serializer Class in Django Rest Framework
Last Updated: 23 July 2025
Django Rest Framework (DRF) is a powerful toolkit for building web APIs. It provides serializers that translate complex data types such as Django queryset into native Pyth...
read more
Python
Picked
Python Django
Django-REST
Pass Request Context to Serializer from ViewSet in Django Rest Framework
Last Updated: 22 November 2025
Django REST Framework (DRF) allows passing context from a ViewSet to a Serializer. This context is a dictionary that carries extra information the serializer may need.Help...
read more
Python
Picked
Python Django
Django-REST
Include Related Model Fields In Django Rest Framework
Last Updated: 23 July 2025
In Django Rest Framework (DRF), it is common to work with related models, especially when building APIs that expose complex data structures. We might need to include data ...
read more
Python
Picked
Python Django
Django-REST
OTP Verification in Django REST Framework using JWT and Cryptography
Last Updated: 23 July 2025
In this article, we'll explore how to implement OTP verification in Django REST Framework using JWT and cryptography. We will guide you through the process of setting up y...
read more
Python
cryptography
Python Django
Django-REST
Concrete GenericAPIViews in Django Rest Framework.
Last Updated: 23 July 2025
Django Rest Framework (DRF) provides powerful tools for building RESTful APIs in Django projects. One of the key components of DRF is Concrete GenericAPIViews, which offer...
read more
Python
Picked
Django-REST
Django
How to make an API-based carousel using Django?
Last Updated: 23 July 2025
In web development, carousels are widely used to showcase a dynamic set of images or content interactively. They prove popular for displaying products, portfolios, or any ...
read more
Python
Picked
Django-Projects
Django-REST
Geeks Premier League 2023
Django Interview Experience for Developer (Off-Campus)
Last Updated: 21 September 2023
As a fresh graduate in Computer Science, I was both excited and nervous when I received an interview invitation for a Junior Django Developer position. The opportunity to ...
read more
Interview Experiences
Off-Campus
Django-REST
Experiences
Django REST API - CRUD with DRF
Last Updated: 23 July 2025
Django REST Framework is used to create web APIs very easily and efficiently. This is a wrapper around the Django Framework. There are three stages before creating an API...
read more
Python
Python Django
Django-REST
Object Level Permissions - Django REST Framework
Last Updated: 27 October 2025
Object-level permissions in Django REST Framework (DRF) allow you to control access to individual model instances. While standard permissions check whether a user can acce...
read more
Python
Python Django
Django-REST
API Permissions - Django REST Framework
Last Updated: 27 October 2025
Access control is essential in any API, granting unauthorized access to risky operations or restricted data can introduce major vulnerabilities. In DRF(Django REST Framewo...
read more
Python
Articles
Python Django
Django-REST
Basic Authentication in Django REST Framework
Last Updated: 09 April 2026
Authentication is a mechanism that provides access control based on the credentials associated with incoming requests. Django REST Framework (DRF) offers several authentic...
read more
Python
Python Django
Django-REST
Throttling in Django REST Framework
Last Updated: 26 November 2025
Throttling in Django REST Framework (DRF) controls how many requests a client can make within a specific time. It helps keep the API stable and prevents overuse.Maintains ...
read more
Python
Python Django
Django-REST
Customizing Filters in Django REST Framework
Last Updated: 17 July 2024
Prerequisite: Adding Filtering in APIs – Django REST Framework [link needed article on published yet]Django filters facilitate filtering the queryset to retrieve the relev...
read more
Python
Python Django
Django-REST
Adding Pagination in APIs - Django REST Framework
Last Updated: 06 December 2025
When a database contains a large number of records, retrieving all of them at once in a single HTTP GET request can be inefficient. Pagination in Django REST Framework (DR...
read more
Python
Python Django
Django-REST
1
2
3
×
Advertisement