Skip to content

The complete Customer Relation Management System Using Django.

Notifications You must be signed in to change notification settings

Ammar-Munirr/DJANGO-CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM (Customer Relationship Management) Project in Django

Welcome to the CRM project! This Django-based application is designed to help manage customer relationships efficiently. It includes a range of features to streamline user interactions and handle various aspects of customer management.

Key Features

  1. User Authentication:

    • Users can easily create an account, log in, and log out.
    • Password recovery system implemented using console email handling.
  2. Authentication Handling:

    • Complete authentication process for user security.
  3. User Profiles:

    • User profiles are automatically created using signals when a new profile is registered.
  4. Lead Management:

    • Sending email notifications when a new lead is created.
  5. User Interface:

    • Utilizes Crispy Forms for improved form styling.
    • Tailwind CSS has been integrated to enhance the visual appeal.
  6. Class-Based Views:

    • The project extensively uses Class-Based Views (CBVs) to organize and manage views.

Requirements

Before you start the project, ensure you have the following dependencies installed:

  • asgiref==3.7.2
  • crispy-tailwind==0.5.0
  • Django==4.2.3
  • django-crispy-forms==2.0
  • sqlparse==0.4.4

You can install these dependencies using the following command:

pip install asgiref==3.7.2 crispy-tailwind==0.5.0 Django==4.2.3 django-crispy-forms==2.0 sqlparse==0.4.4

Getting Started

Follow these steps to get the CRM project up and running:

  1. Clone the Repository:
    git clone <repository_url>
  2. Navigate to the Project Directory:
    cd CRM
  3. Install Dependencies:
    pip install -r requirements.txt
  4. Apply Migrations:
    python manage.py migrate
  5. Run the Development Server:
    python manage.py runserver
  6. Access the Application:
    http://127.0.0.1:8000/

Contribute

Contributions are welcome! If you'd like to contribute to the project, feel free to submit pull requests or issues on the GitHub repository.

About

The complete Customer Relation Management System Using Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published