======= Insurance Management System
git clone https://github.com/agent87/InsuranceMGT.git
conda create -n insurancemgt django
activate insurancemgt
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
======= Insurance Management System
git clone https://github.com/agent87/InsuranceMGT.git
conda create -n insurancemgt django
activate insurancemgt
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver