Technologies Used
Django (Python)
SQLite 3
Bootstrap 5
HTML / CSS
Django Crispy Forms
System Implementation
This application handles standard CRUD (Create, Read, Update, Delete) operations for product inventory.
- Create: Form-based input to add new stock smoothly.
- Read: A clean, responsive list view of all current products.
- Update: Edit existing product details (Price, Quantity, Name) on the fly.
- Delete: Secure deletion with fail-safe confirmation prompts.
Interfaces
Create Product Interface:
Product List View: