Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 573 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 573 Bytes

mep_django

Senior project for Mesa Engineering Program (MEP) using Django

About

The project involves creating a Content Management System (CMS) for MEP that incorporates the authentication of users through their LinkedIn profiles.

To Install

  1. Install python, pip, virtualenv.
  2. Navigate to where you would like to store the project.
  3. run: virtualenv <projectname>
  4. cd into <projectname>
  5. run: source bin/activate
  6. run: pip install -r requirements.txt
  7. run: python manage.py syncdb
  8. run: python manage.py runserver