If you haven’t heard or tried Educative.io before, then it’s a must try for learning new skills and specially practicing before applying for job interviews.…
Learn to code with real examples
Tutorial series using Django REST Framework.
If you haven’t heard or tried Educative.io before, then it’s a must try for learning new skills and specially practicing before applying for job interviews.…
As per the StackOverflow survey 2019, Python is one of the most popular coding language out there and also one of the most loved one…
In last post, we created browsable API based on swagger for our Django REST Framework APIs using YASG library. In this post, we will continue…
As per our last post, we can access our APIs in browser. Let’s explore some options to customize the browsable API for our Django REST…
Since our Models and Serializers are ready, we’ll now write our views. Also, unlike the Django REST Framework official tutorial which first explains regular Django…
Django migrations make your life easy by automatically defining SQL tables for your models. Django comes with ORM (Object-Relational-Mapper) for this and Fields defined in…
After our app is added in settings.py in previous post, Let’s create our first DRF Model for our app. We will create a Quote model…
Assuming you have python environment we created in last post already activated, let’s go ahead and create Django Project and App for our REST API…
If you are on borderline of experimenting blogging or writing or creating your own website and don’t want to spend lot of money, here’s a…
In this series of tutorials, we will create REST APIs using Django REST Framework (DRF) in python which is one the most popular framework out…