ethanheyrman / restaurant-roulette

0 stars 1 forks source link

1.2 Compile mock data on restaurants #4

Closed BijanT closed 4 years ago

BijanT commented 4 years ago

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