Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 581 Bytes

Promoting Innovation in NIT-T

Though our institute is among the best, we lack in a few fields, specially innovation. Though we have amazing placements, we really have little to boast about our work.

This platform aims to make and sustain a culture of innovation and true engineering at NIT-Trichy.

Instructions

  • Create a virtual environment - virtualenv env
  • Activate environment - source env/bin/activate
  • Install dependencies - pip install -r requirements
  • cd project
  • Run migrations - python manage.py migrate
  • Run server - python manage.py runserver