Skip to content

This is a CRM (Customer Relationship Management) application built using Django framework. It provides basic CRUD (Create, Read, Update, Delete) functionality

Notifications You must be signed in to change notification settings

manukoip/Django-CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CRM Application

This is a CRM (Customer Relationship Management) application built using Django framework. The app provides basic CRUD (Create, Read, Update, Delete) functionality, allowing users to :

  • Create new customers and store their contact information
  • View a list of all customers in the system
  • Update the details of existing customers
  • Delete customers from the system

The app is designed to be easy to use and customizable, with a simple interface and clean code structure. It uses Django's built-in authentication system to allow users to log in and manage customer data securely.

Installation

  1. Clone the repository using the following command:

    git clone https://github.com/manukoip/Django-CRM.git
  2. Change into the project directory:

    cd Django-CRM
  3. Install the required dependencies using pip:

    pip install -r requirements.txt
  4. run the Django server:

    python manage.py runserver
  5. Open your web browser and navigate to http://127.0.0.1:8000/ to access the application.

About

This is a CRM (Customer Relationship Management) application built using Django framework. It provides basic CRUD (Create, Read, Update, Delete) functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published