Sourcery
  • Home
  • Django REST Framework
  • About
  • Contact
Other Reources
YouTube
Sourcery
  • Home
  • Django REST Framework
  • About
  • Contact
A comprehensive guide to GenericAPIViews in DRF
  • Django REST Framework
  • 12 minute read
  • No comments

Comprehensive guide to GenericAPIViews in Django REST Framework

  • February 11, 2023
This part of our comprehensive guide series explains what GenericAPIViews are in Django Rest Framework and how to use them.
View Post
A comprehensive guide to Serializers in DRF
  • Django REST Framework
  • 14 minute read
  • No comments

Comprehensive guide to Serializers in Django REST Framework

  • January 29, 2023
This article takes a close look at Serializers in the Django REST Framework and explains how they work.
View Post
A comprehensive guide to APIViews in DRF
  • Django REST Framework
  • 10 minute read
  • No comments

Comprehensive guide to APIViews in Django REST Framework

  • March 16, 2022
This article contains a comprehensive review of APIViews in the Django REST Framework, along with examples of how to use them.
View Post
  • Django REST Framework
  • 6 minute read
  • No comments

How Request-Response Cycle works in Django REST Framework

  • November 17, 2021
Knowing what happens inside Django REST Framework when a user requests a URL will help you customize its elements with the least effort and know which methods to override and when.
View Post
DRF with MySQL
  • Django REST Framework
  • 8 minute read
  • No comments

How to build API with Django REST Framework and MySQL

  • November 11, 2021
Django has integrated support for MySQL. This article describes four easy steps to spin up a Django app with DRF and MySQL, and contains a simple API code example.
View Post
DRF with PostgreSQL
  • Django REST Framework
  • 8 minute read
  • No comments

How to build API with Django REST Framework and PostgreSQL

  • November 10, 2021
Django has the richest feature support for PostgreSQL. This article explains four easy steps to spin up a Django app with DRF and PostgreSQL, and contains a simple API code example.
View Post
DRF with MongoDB
  • Django REST Framework
  • 12 minute read
  • No comments

How to build API with Django REST Framework and MongoDB

  • November 9, 2021
As a long-term fan of Django and Django REST Framework, I got curious about how MongoDB can be used for building APIs. Here’s what I found.
View Post
Django + DRF installation cheat sheet
  • Django REST Framework
  • 5 minute read
  • No comments

Django with DRF – installation cheat sheet – pip & Anaconda

  • November 4, 2021
A little “cheat sheet” with the most common commands and settings for starting a new Django project aimed at building a RESTful API with Django REST Framework.
View Post
Categories
  • Django REST Framework (8)
Other Reources
YouTube
19
Sourcery
The magic of programming happens here / Sourcery © 2022 / Privacy policy