Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 448 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 448 Bytes

Setup

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt 
For the "Lecture Transcript Extractor" see the separate readme

Formatting

We use black

black seapan seapanapp

Updateing DB

rm db.sqlite3 
rm -r seapanapp/migrations/
./manage.py makemigrations seapanapp
./manage.py migrate
python extract_questions.py

Generating files

python save_counts.py
python extract_questions.py