Django External Authentication with Open ID Connect (Django to Django OIDC Integration) | Abedy…Let’s start with a very pragmatic use case. You’re working in an organization which is broken down to several departments. Each of these…Nov 9, 2020Nov 9, 2020
Django 2.1 and Python 3 User Authentication System — #3(Using the AbstractBaseUser Class)Before we begin, it is important that you read my previous article on the default Django User model as it contains all the necessary…Jun 29, 2020Jun 29, 2020
Understanding Migrations in DjangoIf you read my previous article, then you know that Django is organized into a project, which is then broken down into apps. Each app is…Jun 15, 2020Jun 15, 2020
Why I love DjangoWell, to start with there are tons of frameworks out there, but if you’re looking forward to building apps that are cross-platform…Sep 28, 2019Sep 28, 2019
Deploying your Django 2 app to Heroku 2018 — Python 3So after making a couple of apps I decided to go deploying with Heroku. At first it was a bit hectic but then I came around to finding a…Jan 14, 2019Jan 14, 2019
Django 2.1 and Python 3 User Authentication System — #2(Using the AbstractUser Class)Hey there. Before we begin, it is important that you read my previous article on the default Django User model as it contains all the…Jan 5, 2019Jan 5, 2019
Django 2.1 and Python 3 User Authentication System — #1(Using the Inbuilt Django User model)Before I begin, there are three known approaches to Authentication using the Django Framework. In this article we are going to cover the…Dec 25, 2018Dec 25, 2018
Language Translation API with Speech Speech for AndroidSo in my last semester I was supposed to come up with a working android application and when I thought of it, the first idea to cross my…Dec 23, 2018Dec 23, 2018