Month: December 2021
6 posts
Django for beginners: a very simple way to rate limit your API calls
In this article, I will demonstrate a quick and dirty way to implement some sort of limitation to…
Django for beginners: Making an API for Django (POST)
In this article, we’re going to continue to look at how to make a basic REST API using…
Django for beginners: Making an API for Django (GET)
In this article, we’re going to look at how to make a basic REST API using Django. This…
Django for beginners: Security considerations
There are a large number of security considerations for your projects. This article covers a large number of…
Django for beginners: understanding the Django project structure
Django is a very nice framework to use, once you’re familiar with the various components. This article will…
Django for beginners: querying your models
In this article, we’ll look at how we can extract data from & insert data into our models.…