You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple CRUD (Create, Read, Update, Delete) application built using Django framework. This project demonstrates basic CRUD operations on a database using Django's ORM (Object-Relational Mapping). It includes functionality to create, retrieve, update, and delete records from a database through a user-friendly web interface.