This project is a Customer Relationship Management (CRM) application built using Django, Python, and MySQL. The app is designed to help businesses manage their customer data effectively, providing functionalities for adding, viewing, updating, and deleting customer records.
User Authentication and Authorization:
Access to CRUD operations is restricted to authenticated users only.
Create: Add new customer records to the system. Read: View existing customer records. Update: Modify customer details. Delete: Remove customer records from the database.
The app uses MySQL as the backend database to store and manage customer information efficiently.
Backend: Django (Python) Database: MySQL Frontend: Django templates (HTML, CSS) Authentication: Django’s built-in authentication system