You need to run the pyramid application with development config variables ('pserve development.ini'). But first, you need to set up a PostGreSQL database. We need a database for running the site and a seperate database for testing. You can also seed a database by running reset_db from the command line. There is a good set of seed-able values (the current values on prod, as of 1/1/2018) in most_up-to-date-spaces.csv.
You need to run the pyramid application with development config variables ('pserve development.ini'). But first, you need to set up a PostGreSQL database. We need a database for running the site and a seperate database for testing. You can also seed a database by running reset_db from the command line. There is a good set of seed-able values (the current values on prod, as of 1/1/2018) in most_up-to-date-spaces.csv.