Welcome to the CRM System built with Django! 🚀 This simple, user-friendly application allows you to manage customer records effortlessly. With core CRUD (Create, Read, Update, Delete) functionalities and a touch of Bootstrap magic, you’ll have a clean and intuitive interface at your fingertips!
This CRM system is perfect for small businesses or individuals looking to manage customer information quickly and efficiently. With essential CRUD operations and user authentication, you can add, view, update, and delete customer records like a pro! 💪
- User Registration and Authentication: 🎟️ Register and securely log in or out to keep your data safe!
- Add New Customer Records: 📋 Enter essential customer details with ease.
- Edit and Update Records: 🔄 Update customer data in a flash!
- Delete Records: ❌ Remove unwanted customer records effortlessly.
- Detailed View of Individual Records: 🔍 Access and view individual customer records in style.
- Bootstrap Integration: 🎨 Enjoy a modern, responsive UI design that looks great on any device!
-
Register a New Account
Head over to the registration page, fill in your details, and submit the form to create your new account! 🎉 -
Login and Manage Records
Once logged in, you’ll see all customer records on the home page. Add new records, edit or update existing ones, and delete records as needed. It's all just a click away! 🖱️ -
Logout
When you’re finished, log out to ensure your data remains secure. Safety first! 🔒
- Backend: Django
- Frontend: HTML, CSS, Bootstrap
- Database: Default SQLite (can be switched to another DB if you prefer)
- Authentication: Django’s built-in authentication system