tiyd-python-2015-08 / assigments

11 stars 10 forks source link

22 -- MovieLens-Online -- Ryan Burton #306

Closed rryanburton closed 8 years ago

rryanburton commented 8 years ago
rryanburton commented 8 years ago

https://github.com/rryanburton/django-movies

powder-river commented 8 years ago

@rryanburton solid first django run. a note:

when working in a model you don't need to create an id for that model, it is created automatically . for example you created a movie_id field in the movie model but you don't need that, same with this user_id in the rater field, they have id's automatically