Category: django tutorial
Calorie Calculator in Django Python
Ayush Purawr November 8, 2022
In this article, we will create a web-based Calorie Calculator in Django Python web framework. It will calculate the calories required by a person daily…
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…