forked from mate-academy/py-movie-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcinema_service_db_data.json
38 lines (38 loc) · 1.16 KB
/
cinema_service_db_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"model": "cinema.movie",
"pk": 1,
"fields": {
"title": "The Departed",
"description": "An undercover cop and a mole in the police attempt to identify each other while infiltrating an Irishgang in South Boston.",
"duration": 151
}
},
{
"model": "cinema.movie",
"pk": 2,
"fields": {
"title": "Inception",
"description": "A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O.",
"duration": 148
}
},
{
"model": "cinema.movie",
"pk": 3,
"fields": {
"title": "Looper",
"description": "In 2074, when the mob wants to get rid of someone, the target is sent into the past, where a hired gun awaits - someone like Joe - who one day learns the mob wants to 'close the loop' by sending back Joe's future self for assassination.",
"duration": 119
}
},
{
"model": "cinema.movie",
"pk": 4,
"fields": {
"title": "Unbreakable",
"description": "A man learns something extraordinary about himself after a devastating accident.",
"duration": 106
}
}
]