A tool to view Virginia Tech grade distributions. Check it out!
note: This project is not affiliated wih Virginia Tech in any way
git clone https://github.com/PhilipConte/class_util
cd class_util
mkdir data
echo "
CLASS_UTIL_ALLOWED_HOSTS=*
CLASS_UTIL_DEBUG=1
CLASS_UTIL_SECRET_KEY=super_secure_tm
DATABASE_URL=postgres://postgres:temp@db/class_util_db
POSTGRES_PASSWORD=temp
" > .env
docker-compose up -d-
Get distributions
- Place 'Grade Distribution.csv' in ./data/
docker-compose exec web python manage.py load_sections
-
Get pathways
- Place areas.json in ./data/
docker-compose exec web python manage.py load_pathways
Run docker-compose start and navigate to 127.0.0.1:8000