Skip to content

adarshaadi06/Django-CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-CRM

📌 Overview

Django-CRM is a customer management system built with Django that allows users to register, log in, and manage customer records efficiently. Using MySQL, it features dynamic HTML pages, URL routing, and database interactions.

🚀 Features

  • ✅ User Registration & Authentication (Login, Logout)
  • ✅ Admin Dashboard for Customer Management
  • ✅ CRUD Operations: Add, Update, Delete Customer Records
  • ✅ MySQL Database Integration
  • ✅ Role-Based Access Control (Admin/User)
  • ✅ Pagination and Search Functionality

🛠️ Tech Stack

  • Backend: Django (Python)
  • Frontend: HTML, CSS, Bootstrap
  • Database: MySQL
  • Authentication: Django’s built-in Auth System

📂 Installation Guide

Step 1: Clone the Repository

Step 2: Create virtual environment

  • python -m venv venv
  • source venv/bin/activate # On macOS/Linux
  • venv\Scripts\activate # On Windows

Step 3: Install Dependencies

  • pip install -r requirements.txt

Step 4: Run migrations

  • python manage.py makemigrations
  • python manage.py migrate

Step 4: Run server

  • python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published