tiyd-python-2015-08 / assigments

11 stars 10 forks source link

22 -- Movie Lens Online -- Andrew Pierce #311

Closed andrewmpierce closed 8 years ago

andrewmpierce commented 8 years ago
andrewmpierce commented 8 years ago

Made some things. https://github.com/andrewmpierce/Movie-Lens-Online

powder-river commented 8 years ago

@andrewmpierce so a few things. First you can't create a movie right now, it's blowing up so take a look at that error message.

also, note that in your Rating model you create a rating and have a foreign key to a movie, but how do we know who gave it that rating????

andrewmpierce commented 8 years ago

@powder-river Fixed my night 1 stuff. Looks like it was a typo in my movie class. Should be good now.