Last updated: Feb 15, 2022

Miscellaneous

This category deals with the usage of some miscellaneous features of Django that we have studied so far.
Handling Ajax requests in Django
This blog will learn how to handle Ajax requests in Django.
Django User Groups With Custom Permissions
This blog will learn about Django user groups with custom permissions.
Django Admin Interface
In this article, we'll learn about the most potent development tool provided by the Django web framework, i.e. Admin interface.
Extending and Customizing django-allauth
In this blog, we will learn about customizing our signup forms using django-allauth.
Creating a project in Django
In this blog, we will discuss in detail about creating a project in Django and set up a basic project in Django.
Sessions framework in Django
In this blog, we are going to learn the Django sessions framework which is used to pass data across the web pages
Reasons To Choose Django Framework
This article is a basic overview of what Django is, how it works and how it helps developers increase their productivity.
Difference between Django vs Flask EASY
This article will contain all the key differences between Django vs Flask. We will further look at the various advantages and disadvantages of both Django vs Flask.