tiyd-python-2015-08 / assigments

11 stars 10 forks source link

22 -- MovieLens-Online -- Jonathan Frederick #307

Closed JonathanFrederick closed 9 years ago

JonathanFrederick commented 9 years ago
JonathanFrederick commented 9 years ago

@jamesmallen @powder-river Is this all we're looking for tonight? https://github.com/JonathanFrederick/django-movies

powder-river commented 9 years ago

@JonathanFrederick so it looks like it's blowing up when you try to create a rating. so check that out before moving on. Also, i see you have rating inside rating as an int and movie inside a movie as an int.

It feels like you're meaning to assign an id??? note that you don't have to assign an id inside a model. so if i am in my Movie model, everytime I create a movie, it assigns it an id automatically.