Django authentication using class based views
Django 1.11 has introduced Class-Based Views for Authentication. In this post, we'll look over how to use these class based views in our project. Let...
February 14, 2018 2 min read
Django 1.11 has introduced Class-Based Views for Authentication. In this post, we'll look over how to use these class based views in our project. Let...
February 14, 2018 2 min read
HTTPS is the secure version of HTTP protocol for commuincation between client and server. This type of communication requires a certificate from a tru...
February 8, 2018 3 min read
Hyper Text Transfer Protocol HTTP is an application protocol which is the backbone of world wide web. It works as request-response protocol for the cl...
February 3, 2018 2 min read
In Python, indices and slicing is used very commonly for retrieving an individual item or range of items from list, string, tuples. In this post, I'll...
February 3, 2018 1 min read
Are you owning a domain name and want to send and recieve email using your domain for free? Yes, free, I just came accross a third party website Mailg...
November 22, 2017 3 min read