eafurlan / cs373-idb

3 stars 1 forks source link

DB: add link attr to bills in database and models.py #34

Closed chareth closed 8 years ago

chareth commented 8 years ago

should see a link to more information on a bill's page

b-hodge commented 8 years ago

To do this we need to: 1. Add the link field to models.py 2. Add the link attribute to db_setup_simple.py

  1. Re-run the bills migration from JSON to db