Simple Calculator using Django

In this article, we will create a web-based simple Calculator using Django web framework which will perform addition, subtraction, division, and multiplication. Installation and setup for…

Continue Reading
CRUD in Django

CRUD operations in Django

Today, we will learn how to perform CRUD operations in Django Python. We will perform CRUD operations using a form and without a form. We…

Continue Reading