This is the backend component of the CRM (Customer Relationship Management) website built using Django and Django Rest Framework (DRF).
Follow these steps to set up and run the backend of the CRM website:
Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/crm-backend.gitInstall requirements.txt packages with pip:
cd core
pip install -r requirements.txtCreate a .env file in the project directory and set the necessary environment variables. In this case, you mentioned changing the DEPLOY variable to True:
SECRET_KEY = 'Django-SECRET_KEY'
DEBUG = False
DEPLOY = True