The Django CRM Web Application is a simple and efficient Customer Relationship Management system built with Django and MySQL. This application allows users to manage customer records by performing various CRUD operations (Create, Read, Update, Delete). It also includes authentication features like user registration, login, and logout.
- User Registration
- User Login
- User Logout
- Add Customer Records
- View Customer Records
- Update Customer Records
- Delete Customer Records
- Backend: Django (Python Web Framework)
- Database: MySQL
- Frontend: HTML, CSS, Bootstrap