Skip to content

Customer Relations Management System built using the Django Framework.

License

Notifications You must be signed in to change notification settings

mohyddintash/CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Customer Relations Management System built using the Django Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages