ethanheyrman / restaurant-roulette

0 stars 1 forks source link

1.1 Set up backend database #2

Closed BijanT closed 4 years ago

BijanT commented 4 years ago

This will probably involve setting up a MySQL creating the basic Django program pointing to the DB with an implementation for restaurant model RestaurantModel.

We won't have an automated restaurant-finder script for adding restaurants to the DB yet, so a Django admin page should be created so we can add them manually.

BijanT commented 4 years ago

I think #16 closes this.