Welcome to the Customer Relational Management! This project is about improving business relationship with potential customers. CRM is developed on django framework.
click here for detailed documentations
Modules are nothing but different App Names in which each has a different purpose.
- Authentications
- Finance
- Project Management
- HR
- Payroll
- Service
- SLA
Accounts.
Credential for Django CRM:
ALL THE FILES SHOULD BE IN ONE DIRECTORY
Before installing django your system should have python3 or any lower version installed
pip install django OR easy-install django
django-admin --version :- To check if django installed
create virtual environment To make our project work in separate environment
python -m venv myenv_name
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Before working on your project, always activate virtual environment
myenv_name\scripts\activate

