Closed JonathanFrederick closed 9 years ago
@jamesmallen @powder-river Is this all we're looking for tonight? https://github.com/JonathanFrederick/django-movies
@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.