Category: django tutorial
Simple Calculator using Django
Ayush Purawr November 8, 2022
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…
CRUD operations in Django
Harry November 5, 2022
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…