Skip to content

FazoDevelopers/FazoSchool

Repository files navigation

CRM Website Backend 🚀

This is the backend component of the CRM (Customer Relationship Management) website built using Django and Django Rest Framework (DRF).

Setup 🛠️

Follow these steps to set up and run the backend of the CRM website:

1. Clone the Repository 📦

Clone this repository to your local machine using the following command:

git clone https://github.com/your-username/crm-backend.git

2. Install requirements🗄️

Install requirements.txt packages with pip:

cd core
pip install -r requirements.txt

3. Configure Environment Variables ⚙️

Create 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published