i-am-david-liu
i-am-david-liu
> I see in the description you say it adds professor names. Was that not already being parsed through into the csv? If not the logic to do so should...
I'm getting an error where `column "course_instructor" of relation "course" does not exist`, even when I declared the column in course.py. Any idea why this happens?
> When making changes to the tables you need to make sure you run the dev_build.sh script before your start script I followed the procedure: `dev-stop.sh` `dev-build.sh` `dev-start.sh` Uploaded a...