Django Social Login Authentication Example

Django Social Login Authentication Example

In this article we are going to talk about Django Social Login Authentication Example, especially we are going to create Django login authentication with Facebook, Github, Linkedin.       Check the complete video for this article         Also you can read more django articles 1: Django Pagination Complete Example 2: Django Sending Email … Read more Django Social Login Authentication Example

Django User Authentication Complete Example

Django User Authentication Complete Example

In this Django article iam going to talk about Django User Authentication Complete Example, so Django comes with a user authentication system. It handles user accounts, groups, permissions and cookie-based user sessions. the Django authentication system handles both authentication and authorization. Briefly, authentication verifies a user is who they claim to be, and authorization determines … Read more Django User Authentication Complete Example

How to Use Aggregation in Django

How to Use Aggregation in Django

In this article i want to show you How to Use Aggregation in Django , so the meaning of aggregation is “the collection of  related items of content so that they can be  displayed or linked to”. there are different situations that you will need to use Aggregation in Django, for example:   for finding … Read more How to Use Aggregation in Django

Django Introduction & Creating First Project

Django Introduction & Installation

In this Django Introduction article iam going to show you Creating of First Project in Django, so Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app … Read more Django Introduction & Creating First Project

Django Pagination Complete Example

Django 3.0 Pagination

In this Django Pagination article i want to show you Pagination Complete Example, so when you are going to develop a blog in Django you will realize to separate the list of posts across several pages. Django has a built in pagination class to allows you to manage paginated data. Under the hood, all methods … Read more Django Pagination Complete Example

Django How to Send Email to Gmail Account

Django Send Email

In this Django article i want to show you How to Send Email to Gmail Account, basically sending emails with Django is easy and straightforward. the most important thing is to have a local SMTP server or define the configuration of an external SMTP server.   Also you can check 1: How To Build News … Read more Django How to Send Email to Gmail Account

How to Build News Application in Python Django

Build Django Web App

In this article iam going to show you How to Build News Application in Python Django, so we are using Django library for this article, also for fetching the news we are going to use News API , so first of all what is django. for complete tutorial you can watch the video at the … Read more How to Build News Application in Python Django