Skip to content

This is a Django-based CRUD (Create, Read, Update, Delete) operation project designed for managing customer relationship data.

Notifications You must be signed in to change notification settings

Yyuichiii/CRM---Django-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM Project

This is a Django-based CRUD (Create, Read, Update, Delete) operation project designed for managing customer relationship data.

Getting Started

Follow these steps to get the project up and running on your local machine.

Prerequisites

Make sure you have the following installed on your machine:

  • Python (version 3.x)
  • pip (Python package installer)

Installation

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/Yyuichiii/CRM---Django-Project.git
    
  2. Navigate to the project directory:

    cd CRM---Django-Project
    
  3. Install the project dependencies by running:

    pip install -r requirements.txt
    

Usage

  1. Once the installation is complete, migrate the database:

    python manage.py migrate
    
  2. Run the development server:

    python manage.py runserver
    
  3. Open your web browser and go to http://127.0.0.1:8000/ to view the project.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8

Contributing

Contributions are welcome! Please feel free to open a pull request or issue for any bugs, feature requests, or suggestions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.

About

This is a Django-based CRUD (Create, Read, Update, Delete) operation project designed for managing customer relationship data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published