Add some restaurants to the DB manually through the django admin page.
It might also be useful to create a csv file with this information that would be read by the Django program to fill the DB. That way we can run the django program on each of our computers and have the same dataset.
Add some restaurants to the DB manually through the django admin page.
It might also be useful to create a csv file with this information that would be read by the Django program to fill the DB. That way we can run the django program on each of our computers and have the same dataset.
Blocks on #2