Project Deployed at - https://ugac-project-portal.herokuapp.com/
- sudo apt update && sudo apt install libldap2-dev libsasl2-dev
- Download zip and extract it
- Create .env in root directory
EMAIL_ID=<email from which mail is to be sent>
EMAIL_PASSWORD=<password for email>
- Create virtualenv in python using
virtualenv venv
and activate it usingsource venv/bin/activate
- Now install requirements using
pip install -r requirements.txt
- Now project is ready to run just do
python manage.py runserver