Python-Django CRUD

The Python Django CRUD is a simple web-based application built with Python Django that allows users to perform CRUD (Create, Read, Update, Delete) operations on product data.
Each product contains details such as name, description, price, and image, enabling easy product catalog management.

The project demonstrates the core functionality of Django, including model management, form handling, file upload, and template rendering. Itโ€™s designed for beginners to understand the workflow of a Django project with media file integration.


  • Frontend: HTML, CSS, JavaScript
  • Backend: Python With Django
  • Styling: Bootstrap CSS for responsive and modern design



โš ๏ธ Note: This project is for educational purposes only. Not for commercial sale.