-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_fixture.json
1 lines (1 loc) · 979 Bytes
/
test_fixture.json
1
[{"model": "movies_py.genre", "pk": 1, "fields": {"name": "Action"}}, {"model": "movies_py.genre", "pk": 2, "fields": {"name": "Thriller"}}, {"model": "movies_py.genre", "pk": 3, "fields": {"name": "Horror"}}, {"model": "movies_py.genre", "pk": 4, "fields": {"name": "Scifi"}}, {"model": "movies_py.genre", "pk": 5, "fields": {"name": "Documentary"}}, {"model": "movies_py.movie", "pk": 1, "fields": {"title": "Die Hard", "genre": 1, "rating": 5, "release": "1990-01-01", "description": "Action movie"}}, {"model": "movies_py.movie", "pk": 2, "fields": {"title": "Interstellar", "genre": 4, "rating": 5, "release": "2014-01-01", "description": "Scifi movie"}}, {"model": "movies_py.movie", "pk": 3, "fields": {"title": "The Conjuring", "genre": 3, "rating": 5, "release": "2015-01-01", "description": "Horror movie"}}, {"model": "movies_py.movie", "pk": 4, "fields": {"title": "Shutter Island", "genre": 2, "rating": 5, "release": "2016-01-01", "description": "Thriller movie"}}]