1
00:00:00,180 --> 00:00:01,740
Hello, friend, welcome back.

2
00:00:02,190 --> 00:00:07,800
In a previous video, we successfully get our specific idiota and visible that things, in our view,

3
00:00:07,820 --> 00:00:08,750
pates, right?

4
00:00:08,970 --> 00:00:15,030
So right now I want to do if you go here into these positions, like in or Elbaum into this album,

5
00:00:15,030 --> 00:00:18,560
that I'm also not the specific Olumide as the artist Idy.

6
00:00:18,780 --> 00:00:24,840
So now I want to do I want to get a specific this artist idea, all that name that means all that album

7
00:00:24,840 --> 00:00:25,230
name.

8
00:00:25,230 --> 00:00:28,820
I want to get it and I want to visible it in our displays.

9
00:00:28,830 --> 00:00:30,940
That means in our album leastways area.

10
00:00:31,200 --> 00:00:34,080
So before doing this, I also want to share one things with you.

11
00:00:34,080 --> 00:00:38,490
I want to compare our skill Cutie and our Django Coeli.

12
00:00:38,790 --> 00:00:44,580
Like here you can see the reservoir when you actually get all the data from to the database table.

13
00:00:44,580 --> 00:00:50,550
So, you know, squill, we actually find that this GUI right now to select all from our database table.

14
00:00:51,150 --> 00:00:55,380
But in Django, if you want to get all the data, then you have to do we have to define that things

15
00:00:55,380 --> 00:01:00,560
with the work, every name and then all objects that are the objects and all data.

16
00:01:00,570 --> 00:01:01,920
So that is actually relevant.

17
00:01:01,920 --> 00:01:03,020
That is the same query.

18
00:01:03,030 --> 00:01:08,370
OK, so this is actually used for our query and that is what our Django query.

19
00:01:08,970 --> 00:01:12,660
And also if you start with a specific one of the added data.

20
00:01:12,660 --> 00:01:17,820
So, you know, previously we have already defined that part, that this is will to the scale we have

21
00:01:17,820 --> 00:01:23,100
defined as a select all from our musician table where it will be as a one.

22
00:01:23,130 --> 00:01:25,230
That means that is actually one of the specific idy.

23
00:01:25,230 --> 00:01:25,490
Right.

24
00:01:25,860 --> 00:01:28,500
So obviously we have already defined that part.

25
00:01:28,800 --> 00:01:30,810
That is where it will be as a one.

26
00:01:30,990 --> 00:01:34,770
And in Django, we have defined that things a little bit different way.

27
00:01:34,920 --> 00:01:41,820
In Django, we have defined that our to be Lemp, that means our table as a musician and then objects.

28
00:01:42,030 --> 00:01:46,710
And then if you want to get a specific data, you have to define that as a gift and then you have to

29
00:01:46,710 --> 00:01:50,250
define as a picture that means that Primerica is equal to one.

30
00:01:50,400 --> 00:01:52,320
That means you get all the primary.

31
00:01:52,320 --> 00:01:54,340
Q One idea, specific data.

32
00:01:54,360 --> 00:01:56,740
So here you can define that, things like that way.

33
00:01:57,030 --> 00:02:03,150
And also here, if you want to get a specific Royte data, that means here you can see into the scale

34
00:02:03,150 --> 00:02:04,650
we have defined that things like that.

35
00:02:04,650 --> 00:02:13,470
We as a select all from our album that we select and that all from our album table and from to the album

36
00:02:13,470 --> 00:02:20,910
table where our artist as a one the artist means actually if you compare it with our this table.

37
00:02:21,150 --> 00:02:24,690
So here I have defined that filename as artists underscore idy.

38
00:02:24,870 --> 00:02:31,110
OK, that means here, if you compare it it will be as the artist underscore sorry artist underscore

39
00:02:31,110 --> 00:02:31,360
it.

40
00:02:31,860 --> 00:02:37,890
So in this position I want to get only a specific artist and describe the 180 data.

41
00:02:38,190 --> 00:02:40,190
OK, so that is after this query.

42
00:02:40,260 --> 00:02:46,260
So if you want to run the same code into the Django then you have to define your table name as the album

43
00:02:46,500 --> 00:02:49,320
objects and then you have to define that filter.

44
00:02:49,620 --> 00:02:54,590
So with this filter here, you have to do you have to define your destroy the data.

45
00:02:54,630 --> 00:02:55,850
That means we show ID.

46
00:02:55,860 --> 00:02:56,940
I want to pick.

47
00:02:56,970 --> 00:03:01,520
So here you have to do you have to define that as a as an artist I.D..

48
00:03:01,920 --> 00:03:05,230
So right now in our database field as an artist unprescribed.

49
00:03:05,250 --> 00:03:05,530
Right.

50
00:03:05,820 --> 00:03:09,510
So with this artist idea you have to get your specific data.

51
00:03:09,630 --> 00:03:15,840
So now we will use it, because with this we want to do with a specific artist idea, all that album

52
00:03:15,840 --> 00:03:16,200
data.

53
00:03:16,230 --> 00:03:20,780
I want to get so that there is actually the one specific provided that I want to take so far.

54
00:03:20,790 --> 00:03:28,410
If you want to do that work, you have to do you have to work, in our view, into The View, and that

55
00:03:28,410 --> 00:03:29,490
is our album list.

56
00:03:29,810 --> 00:03:31,650
So here I want to learn to take it.

57
00:03:31,740 --> 00:03:34,460
So better in particular that position.

58
00:03:34,860 --> 00:03:38,430
So I just take one of the variable as the album list.

59
00:03:39,330 --> 00:03:41,930
OK, I just take the album and the list.

60
00:03:42,960 --> 00:03:46,440
So that will be as the album list and the album list variable.

61
00:03:46,440 --> 00:03:48,030
I want to define our table name.

62
00:03:48,030 --> 00:03:50,260
Our table name will be as the album.

63
00:03:50,270 --> 00:03:54,830
Right, because I want to get all the data from this table in our model.

64
00:03:54,840 --> 00:04:01,560
I have already created this table as an album, so I just simply copied and here our album table.

65
00:04:01,860 --> 00:04:07,130
And then we have to do we have to define as object right around the objects.

66
00:04:07,140 --> 00:04:11,700
Then if you want to get a specific role in the data, then you have to define as a filter.

67
00:04:12,570 --> 00:04:14,750
I have already discussed that things right.

68
00:04:14,940 --> 00:04:19,490
You can see that is actually that I want to get specific this related data.

69
00:04:19,740 --> 00:04:22,810
So if you want to get this sorted out, how to define that as a filter.

70
00:04:23,160 --> 00:04:24,690
So I just simply defined as a filter.

71
00:04:25,050 --> 00:04:27,830
OK, and and the filter here, you have to define your field.

72
00:04:27,840 --> 00:04:32,550
So here I have defined what this filename I have defined over this filename.

73
00:04:32,550 --> 00:04:37,350
If you go to our model into the model, I have defined this filename as an artist.

74
00:04:37,580 --> 00:04:43,380
OK, so by default that I was actually created this idea that when the artist unprescribed so here we

75
00:04:43,380 --> 00:04:49,030
don't need to defining it because I have already defined this filename in our model area as the artist.

76
00:04:49,470 --> 00:04:54,330
So for the reasons here, it's just simply finding it says this one that is the artist.

77
00:04:54,930 --> 00:04:59,880
So I just simply defined in particular that area as artist and also.

78
00:04:59,980 --> 00:05:05,590
After that artist, we have to define our physical to want it right, that is this one actually the

79
00:05:05,590 --> 00:05:11,980
idea so here is equal to and it means here you our are into the you.

80
00:05:12,220 --> 00:05:14,080
I have already defined all of the ideas.

81
00:05:14,090 --> 00:05:15,370
So that is actually our idea.

82
00:05:15,370 --> 00:05:15,720
Right.

83
00:05:15,730 --> 00:05:19,150
And also I defined this idea in our function.

84
00:05:19,510 --> 00:05:20,950
That means into the function here.

85
00:05:20,960 --> 00:05:23,540
You can see it simply define our distinguish that idea.

86
00:05:23,890 --> 00:05:29,590
So that is actually our requested idea means if you go here, you can see that it already existed.

87
00:05:29,590 --> 00:05:35,020
It's OK if you go home, if you go to the Kazarian, you can see directly the one idea that means the

88
00:05:35,020 --> 00:05:35,260
one.

89
00:05:35,260 --> 00:05:40,570
Because that idea so this idea I have defined I have defined that things with this artist idea.

90
00:05:40,590 --> 00:05:42,850
So now I just simply define I would decide.

91
00:05:43,360 --> 00:05:50,500
I hope Prendes should be very muscular to how actually I get our specific Royte data and now I just

92
00:05:50,500 --> 00:05:53,400
take all the data and take the things with this variable.

93
00:05:53,650 --> 00:05:53,870
Right.

94
00:05:54,160 --> 00:05:58,680
So now we have to do we have to pass it in our Albermarle space because here I want to visible it.

95
00:05:58,960 --> 00:06:02,140
So if you want to believe, then you have to pass it in your direction.

96
00:06:02,890 --> 00:06:04,180
So simple things.

97
00:06:04,210 --> 00:06:07,060
I just simply defined our album list here.

98
00:06:07,060 --> 00:06:08,670
I just our album list.

99
00:06:09,020 --> 00:06:10,870
OK, so just simply pass it.

100
00:06:10,900 --> 00:06:13,360
So now we can use it with this album list.

101
00:06:13,630 --> 00:06:16,670
So now we want to use it in our alonely space.

102
00:06:16,690 --> 00:06:18,790
So now go to our album list, leastways.

103
00:06:19,120 --> 00:06:25,000
And here, first of all, I want to take one of H.R. then it's a little better.

104
00:06:25,000 --> 00:06:30,030
I just simply all the tag and now I want to display it with using one of the tables.

105
00:06:30,030 --> 00:06:33,850
So but I just simply defined the table under the table.

106
00:06:33,850 --> 00:06:38,290
I defined the TR that means the table roll and then I defined the DH.

107
00:06:38,300 --> 00:06:41,410
That means that I will head and I just name it as an album.

108
00:06:42,370 --> 00:06:42,690
Right.

109
00:06:42,730 --> 00:06:44,800
Album name I want to display.

110
00:06:45,250 --> 00:06:48,630
And also after that I just copy it.

111
00:06:49,720 --> 00:06:52,440
I also display are all that field.

112
00:06:52,450 --> 00:06:59,070
So right now that is our field name so that it will name the release date and also the rating.

113
00:06:59,080 --> 00:07:03,310
That thing is actually that a number of steps that there is a three field.

114
00:07:03,850 --> 00:07:07,240
So I just simply defined as the album name and the release date.

115
00:07:10,840 --> 00:07:19,560
OK, release and then date, and also I want to take another one for the rating, say, to simply defend

116
00:07:19,560 --> 00:07:23,030
the rating, OK, so now we have to do we have to visibly.

117
00:07:23,060 --> 00:07:23,650
So that is our.

118
00:07:24,130 --> 00:07:27,490
So after that after that, I wanted to undertake another tier.

119
00:07:28,320 --> 00:07:31,200
So I just simply another Cabildo.

120
00:07:31,210 --> 00:07:34,010
And then also we have to define that our TD.

121
00:07:35,020 --> 00:07:36,160
So I just simply define that.

122
00:07:36,520 --> 00:07:41,910
OK, so into the tier, that means here I want to do want to add our 40 Sloup.

123
00:07:41,920 --> 00:07:45,060
So if you want to add that for each, I think you already know about it.

124
00:07:45,730 --> 00:07:49,790
So here at the front of the four and now we're just naming the album.

125
00:07:50,280 --> 00:07:50,630
Right.

126
00:07:50,770 --> 00:07:57,190
I just name it as the album in you know from our view Pei's I pass it as the album lists, I just simply

127
00:07:57,190 --> 00:07:59,950
copy it and I just simply passed it.

128
00:08:00,190 --> 00:08:01,780
So here, whatever you want.

129
00:08:01,780 --> 00:08:02,490
Actually you can.

130
00:08:02,500 --> 00:08:03,730
I am using that album.

131
00:08:03,730 --> 00:08:05,920
It doesn't mean that you have to use that album.

132
00:08:05,930 --> 00:08:08,060
You can use anything else period.

133
00:08:08,440 --> 00:08:13,650
OK, so now what with this album we can actually display all that, our album field data.

134
00:08:13,720 --> 00:08:20,890
So now with this album, so with this album I want to do want to display our album name our album name

135
00:08:20,890 --> 00:08:21,400
field.

136
00:08:21,400 --> 00:08:26,650
If you go in our model into this model, I define that filename will be as a name.

137
00:08:26,890 --> 00:08:27,300
Right.

138
00:08:27,550 --> 00:08:29,530
That means that is actually our database filename.

139
00:08:29,530 --> 00:08:34,810
If you go our database, you can see that the name there is the release date and the result number is

140
00:08:35,530 --> 00:08:35,890
better.

141
00:08:35,890 --> 00:08:37,030
Go to this texture.

142
00:08:37,600 --> 00:08:40,020
That is actually the name I just simply copied.

143
00:08:40,660 --> 00:08:47,950
And now here I define with this album I want to display our name and also we have to do we have to finish

144
00:08:47,950 --> 00:08:48,190
it.

145
00:08:48,190 --> 00:08:49,540
So we have to finish our for.

146
00:08:50,710 --> 00:08:55,430
So here I just simply define as and for I just simply finish it.

147
00:08:55,520 --> 00:08:59,760
OK, so that is our and and that is our table.

148
00:09:00,220 --> 00:09:04,440
And after that also we have to define our another feeling empowered in order to have this field.

149
00:09:04,450 --> 00:09:07,390
So here or another feel is a release date.

150
00:09:07,390 --> 00:09:15,220
And for the release date or filename as a release date complete, I just simply defined I was alright

151
00:09:15,250 --> 00:09:17,200
with this album as a release date.

152
00:09:17,470 --> 00:09:23,260
And also there is another one as a rating, a rating filename I have defined as a number of steps I

153
00:09:23,260 --> 00:09:24,460
just simply copied.

154
00:09:25,400 --> 00:09:27,530
So this album I define as a No.

155
00:09:27,530 --> 00:09:31,500
Ester's perfect, so that's all you have to do.

156
00:09:31,520 --> 00:09:32,650
Now, let's check this out.

157
00:09:32,660 --> 00:09:36,620
If you click as save all, I just care to save all.

158
00:09:37,400 --> 00:09:38,890
Everything is perfect.

159
00:09:39,500 --> 00:09:41,240
No, go here now.

160
00:09:41,240 --> 00:09:45,070
I just go to the home like here I define as a ghazarian.

161
00:09:45,440 --> 00:09:46,700
Yes.

162
00:09:46,700 --> 00:09:47,540
Now can friend.

163
00:09:47,540 --> 00:09:51,720
Now that is actually our all the data comes from our wish table.

164
00:09:51,980 --> 00:09:55,160
This data actually comes from our musician table.

165
00:09:55,400 --> 00:10:01,870
And also here I define that our aspecific provided to the area, our specific royalty that I as an artist

166
00:10:02,450 --> 00:10:07,070
with this artist Eyedea now I actually get all the data from our album table.

167
00:10:07,430 --> 00:10:10,690
Now you can see now for the Arion here have defined the check.

168
00:10:11,180 --> 00:10:14,090
So now if you compare it, go to the browser.

169
00:10:14,480 --> 00:10:17,930
Now, ARIADNI actually that means ID as a one.

170
00:10:17,990 --> 00:10:18,340
Right.

171
00:10:18,350 --> 00:10:24,620
So one idea that I define as of the album, so an album name as a jack and there is a release date and

172
00:10:24,620 --> 00:10:31,610
also I display that rating and also another want one and that is our name that is already listed for

173
00:10:31,610 --> 00:10:35,270
this album perfectly is now displayed to have this on here.

174
00:10:35,660 --> 00:10:41,920
If you go, if you go to the Jackson you can see for the Jackson, I have defined one of the one albums,

175
00:10:41,920 --> 00:10:43,790
so that is actually one album is visible.

176
00:10:44,210 --> 00:10:48,920
So if you want to add some of the class, that means in our table, I have used some of the tables in

177
00:10:48,920 --> 00:10:54,560
the bootstrap that have also not dotted with us like into the table position at the front of the class

178
00:10:55,220 --> 00:10:56,950
as I have already added our CD.

179
00:10:56,960 --> 00:11:01,820
And that was the most obsidian side find on the tablecloth at the table and the table.

180
00:11:01,820 --> 00:11:05,060
Baudot So just in front of the table border.

181
00:11:05,510 --> 00:11:14,270
RTR Eddie OK, so this step up one of the class in one of the bootstrap class, I'm using it as a Savol.

182
00:11:15,460 --> 00:11:21,070
And now refresh it, yeah, you can see snow now looking perfect, so that is our album name, that

183
00:11:21,070 --> 00:11:25,030
is our release date and resurrecting Go Home.

184
00:11:25,030 --> 00:11:26,290
Kazarian Yeah.

185
00:11:26,440 --> 00:11:28,030
Putting it in our perfectly abusable.

186
00:11:28,510 --> 00:11:33,850
And also here, I don't have the only two that are if you want to get all the data with the order biting,

187
00:11:33,850 --> 00:11:37,870
I think you already know about it, then here you have to do so.

188
00:11:37,880 --> 00:11:39,280
That is our artist to hear.

189
00:11:39,280 --> 00:11:44,080
You have to define our as in order order by and then what.

190
00:11:44,230 --> 00:11:46,270
By what the feel you want to define.

191
00:11:46,730 --> 00:11:49,210
If you want to order by that name.

192
00:11:49,210 --> 00:11:51,940
If you want to order by to the release date, you can defining it.

193
00:11:52,030 --> 00:11:53,350
Right now I'm using that name.

194
00:11:54,300 --> 00:12:01,290
OK, I am using that name, so there is an order by another name to save also Tokarev only to data.

195
00:12:01,290 --> 00:12:02,670
So shall we say maybe.

196
00:12:03,660 --> 00:12:08,010
I guess it's not actually simple, so if you have multiple data now, which will be organized, that

197
00:12:08,010 --> 00:12:10,980
means we get all the data ordered by the name.

198
00:12:11,250 --> 00:12:13,640
And also here I define that rating.

199
00:12:13,650 --> 00:12:16,330
So right now that the two rating of the five and the four.

200
00:12:16,650 --> 00:12:20,760
So if you want to find out that average value, then you can also defining it.

201
00:12:21,100 --> 00:12:23,780
So in Django, they have also another model.

202
00:12:23,790 --> 00:12:29,280
So you have to first of all, here, here we have to, first of all, imported that.

203
00:12:29,280 --> 00:12:30,740
I'm also one of the building models.

204
00:12:30,750 --> 00:12:37,560
So I just simply defined as a form and then Django, OK, Django and then Liebe and then model.

205
00:12:38,100 --> 00:12:41,540
OK, models and the models, we have to import it.

206
00:12:41,580 --> 00:12:42,170
Sorry.

207
00:12:43,650 --> 00:12:45,370
So we have to import average.

208
00:12:45,390 --> 00:12:48,000
So that is also one of the building model as bodies.

209
00:12:48,360 --> 00:12:52,310
So now we have to do we have to define that things on here.

210
00:12:52,320 --> 00:12:55,030
So for doing this in particular that position.

211
00:12:55,090 --> 00:13:01,910
OK, here I take another variable, I take it as a orchestrating artist and risk rating.

212
00:13:02,760 --> 00:13:06,770
So this type of one of the variable I just take and then it will be just the same.

213
00:13:07,170 --> 00:13:11,520
I want to define that album, our class name and then objects.

214
00:13:12,510 --> 00:13:15,060
I want to get all that objects and then filter.

215
00:13:16,150 --> 00:13:20,550
OK, then I just simply defined as a filter and filter will be our artist.

216
00:13:21,930 --> 00:13:24,660
So our artist will be our artist idea.

217
00:13:26,020 --> 00:13:27,350
That means the artist idea.

218
00:13:27,390 --> 00:13:30,810
And after that they have also the method as a headgate.

219
00:13:30,810 --> 00:13:36,120
I just simply defined as the aggregate a double the artist Yati maybe.

220
00:13:36,840 --> 00:13:38,520
I'm not sure actually forget it.

221
00:13:38,710 --> 00:13:40,070
The image may be aggregate.

222
00:13:40,080 --> 00:13:40,380
OK.

223
00:13:40,410 --> 00:13:41,890
So now let's check this out here.

224
00:13:41,890 --> 00:13:43,320
You have to define that aggregate.

225
00:13:43,470 --> 00:13:48,920
And then with this aggregate, we have to define our this building, all of that class.

226
00:13:48,990 --> 00:13:51,030
So here I define that class as the average.

227
00:13:51,090 --> 00:13:58,080
OK, so in this position, I want to do two averages out, which I want to have a reservoir that is

228
00:13:58,080 --> 00:13:58,890
actually our film.

229
00:13:58,950 --> 00:14:00,180
That means here are here.

230
00:14:00,180 --> 00:14:01,610
I have defined all that ratings.

231
00:14:01,650 --> 00:14:02,000
Right.

232
00:14:02,010 --> 00:14:04,680
So that is a filename as a number is.

233
00:14:04,950 --> 00:14:06,450
So I just simply copy it.

234
00:14:07,110 --> 00:14:13,500
And now here in our average area, we have to do we have to add it that that means that our number.

235
00:14:13,980 --> 00:14:15,600
OK, so no Eastertide.

236
00:14:15,600 --> 00:14:17,140
Take the things with this variable.

237
00:14:17,250 --> 00:14:19,920
So now we have to do we have to also pass it in our dictionary.

238
00:14:20,040 --> 00:14:23,140
That means here I want to visible it in our album space.

239
00:14:23,730 --> 00:14:30,020
So after this after this, I just simply defined as artist and then I name it as orchestrating.

240
00:14:30,060 --> 00:14:31,620
OK, so now these are the setting.

241
00:14:31,620 --> 00:14:33,550
We can actually display our average value.

242
00:14:34,110 --> 00:14:36,870
So now go to our album list here.

243
00:14:36,870 --> 00:14:42,360
I want to display, uh, so here after this, I just take one of the S for Tak.

244
00:14:42,720 --> 00:14:46,930
I just have this for tag and here I name it as are disturbing.

245
00:14:48,860 --> 00:14:50,490
You are distracting.

246
00:14:51,510 --> 00:14:59,400
And now I in that position I want to visible lead with this artist because from here I posit in our

247
00:14:59,400 --> 00:15:03,910
dictionary as a orchestrating that so this orchestrating we can actually visible.

248
00:15:03,960 --> 00:15:09,300
So I just simply defined as the artist adding and also here we have to do, we have to define our filename.

249
00:15:09,340 --> 00:15:14,010
So I have defined our filename as a no easy task with this number.

250
00:15:14,010 --> 00:15:15,330
Is Cerf's also here?

251
00:15:15,330 --> 00:15:18,210
If you want to define that Ivory's, then you have to define that ever.

252
00:15:18,390 --> 00:15:24,450
OK, like I show you, if you displayed you have to do after this after this year, you have to define

253
00:15:24,450 --> 00:15:30,510
your filename are filename as a number Ester's and the number is Turse I want to do and we split the

254
00:15:30,510 --> 00:15:32,100
average stepmoms AVC.

255
00:15:33,150 --> 00:15:34,520
OK, that means everything.

256
00:15:35,070 --> 00:15:37,810
So if everything OK now should be visible.

257
00:15:37,980 --> 00:15:39,170
Let's check this out.

258
00:15:39,180 --> 00:15:41,220
If you click as I save all.

259
00:15:42,520 --> 00:15:49,240
No, I just refresh it, yes, because it's not perfectly working, so that is actually our artist getting

260
00:15:49,240 --> 00:15:52,870
as the author is often is automatically calculated to have these.

261
00:15:52,870 --> 00:15:56,050
As I told you, they have the building, one of the methode.

262
00:15:56,050 --> 00:15:58,140
They have also the building of the class.

263
00:15:58,750 --> 00:15:59,220
Sorry.

264
00:15:59,320 --> 00:16:01,660
There is also one of the building class as an average.

265
00:16:01,690 --> 00:16:02,790
So it is average.

266
00:16:02,800 --> 00:16:07,090
I have defined that irrigate and with this irrigate I define our average.

267
00:16:07,330 --> 00:16:12,750
So now it is perfectly calculated to have this hour this data and now it's perfectly visible.

268
00:16:13,120 --> 00:16:16,390
So I hope you can all understand about the trends and the step by step.

269
00:16:16,390 --> 00:16:18,220
I think you are going to like it right.

270
00:16:18,490 --> 00:16:24,100
Because everything as it will do, if you know that basic all the things, how much easy to create the

271
00:16:24,100 --> 00:16:27,200
project with the jungle, I think you will understand it.

272
00:16:27,460 --> 00:16:32,460
So here, friend, for the court applications, I have already complete our two portions.

273
00:16:32,470 --> 00:16:35,440
That means from here and now we can insert that data.

274
00:16:35,620 --> 00:16:39,760
And also from here we get a specific our data right from here.

275
00:16:39,760 --> 00:16:41,160
Also we get that data.

276
00:16:41,410 --> 00:16:47,050
So now we have to do we have to complete our edit and the op ed portion and also the direct portion

277
00:16:47,230 --> 00:16:50,560
so we can edit your album with the specific of data.

278
00:16:50,590 --> 00:16:53,110
And also how can delectably step by step?

279
00:16:53,110 --> 00:16:56,010
In our next video, I will show you that things with a live example.

280
00:16:56,440 --> 00:16:59,770
So thanks for watching and I'll see you in the next video.
