Posted in allcategorites django tutorial

Calorie Calculator in Django Python

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…

Continue Reading
Posted in allcategorites django tutorial

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
Posted in allcategorites django tutorial tutorial

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