Category: Django Tutorials
The Vehicle Identification System is a web-based application built using Django, designed to manage and track vehicles. This system allows users to view vehicle details, add new cars, and manage existing ones and management...
The Discussion Forum is a web-based application developed using Django. It aims to facilitate online discussions by allowing users to create, view, and comment on posts. This system provides a platform for users to...
The Online Voting System is a web-based application developed using Django, a Python web framework. It aims to provide a secure and efficient platform for conducting electronic voting processes. This system allows registered users...
Online Car Rental System An online car rental system is a digital platform that allows individuals or businesses to rent vehicles over the Internet. It facilitates the process of finding, booking, and managing car...
Effectively managing expenses play a crucial role in personal finance. By diligently tracking expenses, individuals can make informed financial choices and adhere to their budgets. Employing an Expense Tracker Web Application simplifies the process...
Django Tutorials Django Introduction Django Features Pros and Cons of Django Django Architecture Django Installation Process How to Create Django Project Django MVT Architecture Django Project Structure and File Structure Django Applications | Popular...
Static assets such as CSS, Javascript, and fonts must be managed in any modern web application. Django gives us a lot of freedom and flexibility when it comes to organising and providing static files...
In this article, we will learn about forms in Django, form handling and validation. Let’s start!!! What are forms in Django? Forms are a set of HTML elements used to collect user input. In...
Hello and welcome to our next fascinating topic, in which we’ll look at alternative ways to use AJAX in a Django project. In this tutorial, we’ll use both class-based views and function-based views. Several...
Blood Donation is important for people in urgent need of it which can save millions of patients. Hence blood donation management system is very much important. Here we will develop Blood Donation system using...