Skip to content
Snippets Groups Projects
Commit 47ea4768 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 45ada1c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment