Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Created IGDB Model #41

Closed FreakyNobleGas closed 10 months ago

FreakyNobleGas commented 10 months ago

Created a new model for the IGDB gaming endpoint that contains all of the possible attributes that can be returned by IGDB.

Since this generates a migration, you'll need to run python manage.py migrate in the api directory to update postgres.

Next step will be to update our IGDB service to leverage this new model.