This is a Django-based CRUD (Create, Read, Update, Delete) operation project designed for managing customer relationship data.
Follow these steps to get the project up and running on your local machine.
Make sure you have the following installed on your machine:
- Python (version 3.x)
- pip (Python package installer)
-
Clone the repository to your local machine using the following command:
git clone https://github.com/Yyuichiii/CRM---Django-Project.git -
Navigate to the project directory:
cd CRM---Django-Project -
Install the project dependencies by running:
pip install -r requirements.txt
-
Once the installation is complete, migrate the database:
python manage.py migrate -
Run the development server:
python manage.py runserver -
Open your web browser and go to http://127.0.0.1:8000/ to view the project.
Contributions are welcome! Please feel free to open a pull request or issue for any bugs, feature requests, or suggestions.
This project is licensed under the MIT License - see the LICENSE file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc.







