Skip to main content
Ctrl+K
PggPy - Home
  • dev-ops
  • mcq
  • python
  • Machine Learning
  • Backend Framework
    • UI framework
    • pl/SQL
    • Database
    • interview
    • Mix post
  • GitHub
  • LinkedIn
  • Facebook
  • pyc
  • dev-ops
  • mcq
  • python
  • Machine Learning
  • Backend Framework
  • UI framework
  • pl/SQL
  • Database
  • interview
  • Mix post
  • GitHub
  • LinkedIn
  • Facebook
  • pyc

Section Navigation

Backend Framework blog

  • Django
    • Django cheet sheet
  • drf
    • Django REST framework example
    • Function base views
    • CLass base views
    • Mixins CLass base views
    • Django REST framework Generics views example
    • viewsets CLass base views
  • RegEx
  • Backend Framework
  • drf

drf#

Django REST framework Blog in Bangla

  • Django REST framework example
    • drf-cheat-sheet
    • Why Django REST Framework?
    • Base Example Model
    • Installation
    • Serialization
      • Using ModelSerializer class
      • Nested Serialization
      • General
      • Explicit
      • HyperlinkedModelSerializer
      • Dynamically modifying fields in serializer
    • Views
      • Using Function-based views
      • Using Class-based views
      • Using Generic Class-based views
      • Using Mixins
      • Using ViewSets
        • Routers
        • Custom Actions in ViewSets
    • Pagination
      • With Generic Class-based views or Viewsets
      • With APIView or other Non-Generic View
      • Modify Pagination Class
    • Authentication
      • SessionAuthentication
      • TokenAuthentication
        • Generate Tokens for users
        • Obtaining Tokens
      • OAuth2
      • Web Browsable API
      • Overriding the Default theme
    • Full Customization
    • Testing
      • APIRequestFactory
  • Function base views
    • Function base views
      • models.py
      • serializers.py
      • views.py
      • urls.py
  • CLass base views
    • models.py
    • serializers.py
    • views.py
    • urls.py
  • Mixins CLass base views
    • models.py
    • serializers.py
    • views.py
    • urls.py
  • Django REST framework Generics views example
    • Generics
      • models.py
      • serializers.py
      • views.py
      • urls.py
  • viewsets CLass base views
    • models.py
    • serializers.py
    • views.py
    • urls.py

previous

Django cheet sheet

next

Django REST framework example

© Copyright 2024, Rakib Hasan.