From 47ea47685753899de38971d1abe7465ed91836b8 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 3 Oct 2023 19:53:32 -0400 Subject: [PATCH] auto --- assign4.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assign4.md b/assign4.md index b7ecc47..ee89d8f 100644 --- a/assign4.md +++ b/assign4.md @@ -181,6 +181,11 @@ conn = psycopg2.connect("dbname=flightsskewed user=vagrant password=vagrant") ``` Password for the local name should be the empty password. However, note that you still have to use the vagrant version when submitting to gradescope! +Also, be sure you have: +``` + database = PostgresqlDatabase('flightsskewed', **{'host': 'localhost', 'user': 'vagrant', 'password': 'vagrant'}) +``` +in `orm.py`. ## Submit Instructions Submit `psy.py` and `orm.py` files by compressing (zip: on a mac -- GitLab