Skip to content

lazyXghost/project_portal

 
 

Repository files navigation

Project Deployed at - https://ugac-project-portal.herokuapp.com/

  1. sudo apt update && sudo apt install libldap2-dev libsasl2-dev

RUNNING ON LOCAL SERVER

  1. Download zip and extract it
  2. Create .env in root directory
EMAIL_ID=<email from which mail is to be sent>
EMAIL_PASSWORD=<password for email>
  1. Create virtualenv in python using virtualenv venv and activate it using source venv/bin/activate
  2. Now install requirements using pip install -r requirements.txt
  3. Now project is ready to run just do python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 35.7%
  • HTML 28.3%
  • JavaScript 20.2%
  • Less 9.2%
  • Python 4.5%
  • SCSS 2.1%