Senior project for Mesa Engineering Program (MEP) using Django
The project involves creating a Content Management System (CMS) for MEP that incorporates the authentication of users through their LinkedIn profiles.
- Install python, pip, virtualenv.
 - Navigate to where you would like to store the project.
 - run: 
virtualenv <projectname> - cd into 
<projectname> - run: 
source bin/activate - run: 
pip install -r requirements.txt - run: 
python manage.py syncdb - run: 
python manage.py runserver