Browsing Tag
Web Development
15 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.…
Django for beginners: Configuring your Django server from scratch!
In this article, I will cover off how we configure our servers, ready to serve Django applications. Note:…
Django create a file upload form with version control and save output to model
In my last articles, I spoke about creating a login for an app in Django and creating a…
Django: File uploads in forms
There are so many usecases where you’ll want to be able to upload a whole bunch of files…
Building an app in Django: the login
I’ve spoken in depth about getting Django ready to use in this article, so I’m not going to…