practical-recommender-systems / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
901 stars 361 forks source link

Update models.py #11

Closed isakbosman closed 5 years ago

isakbosman commented 5 years ago

Update the Movie model to extend the max_length of the movie_id field. Currently its 8 and it appears (although a mistake) the first movie in the imported data set has an id of: 000000000106519

kimfalk commented 5 years ago

Just ran the code, I have the same problem. Has been a while since I did it last.

Thank you for the correction!