Skip to content

mirshoddev99/django-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CRM Application

👋 Hello! This is a fully-featured CRM (Customer Relationship Management) application built with Django. With this application, you can manage your customer data, including customer details and interactions.

Features 👉 Here are the features of this CRM application:

  1. Used PostgreSQL database
  2. User authentication and authorization
  3. Create, Read, Update, and Delete (CRUD) operations on customer data
  4. Simple and intuitive interface
  5. Add new customers and view their details
  6. Edit the details of a customer
  7. Delete a customer from the database
  8. Search for customers by name or email
  9. Responsive design that works on all devices

Installation

💻 To install this application, follow these steps:

  1. Clone the repository:

git clone https://github.com/mirshoddev99/django-crm.git

  1. Navigate to the project directory:

cd django-crm

  1. Create a virtual environment:

python3 -m venv venv

  1. Activate the virtual environment:

source venv/Scripts/activate

  1. Install the dependencies:

pip install -r requirements.txt

  1. Run the migrations:

python manage.py migrate

  1. Start the development server:

python manage.py runserver

  1. Open your browser and go to http://localhost:8000/ to access the application.

Usage

👨‍💼 Once you have installed the application, you can start using it to manage your customers. Here are some of the things you can do with this application:

Add a new customer by clicking on the "Add Customer" button and filling in the form. View the details of a customer by clicking on their name in the customer list. Edit the details of a customer by clicking on the "Edit" button in the customer details page. Delete a customer by clicking on the "Delete" button in the customer details page. Search for customers by name or email using the search box at the top of the page.

Customization

🛠️ This application is fully customizable, and you can modify it to suit your needs. To modify the settings, edit the settings.py file in the crm folder.

About

Django CRM application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published