/CRM

Customer Relations Management System built using the Django Framework.

Primary LanguageCSSMIT LicenseMIT

CRM

Customer Relations Management System built using the Django Framework.

Create a virtual environment

python3 -m venv ~/Development/env/CRM

Activate the virtual environment

source ~/Development/env/CRM/bin/activate

Install requirements.txt file

pip install -r requirements.txt

To run this project you will need to set your environment variables.

1- Create a new file named .env inside the crm folder

2- Copy all of the variables inside crm/.template.env and assign your own values to them

3- Run export READ_DOT_ENV_FILE=True inside your terminal so that your environment variables file will be read.

TODO Add a Dashboard for showing stats, checkout https://github.com/Kamona-WD/starter-dashboard-layout for inspiration