1
00:00:00,150 --> 00:00:01,770
Hello, friend, welcome come back.

2
00:00:02,100 --> 00:00:06,180
In a previous video, we have successfully work with our media file.

3
00:00:06,300 --> 00:00:12,290
That means right now, if you logging, would that mean and they have of the hour a table as about a

4
00:00:12,370 --> 00:00:13,980
bill and it's about table here.

5
00:00:14,000 --> 00:00:16,420
I insert the title there.

6
00:00:16,440 --> 00:00:19,530
So the description and also that the image is right.

7
00:00:19,740 --> 00:00:27,060
And also here we successfully updated our media link so we can actually display every data that we can

8
00:00:27,060 --> 00:00:31,520
now display the title description, the images in our founding devia.

9
00:00:31,950 --> 00:00:39,630
So here, how can display that our all that in title description and the images in our funding area.

10
00:00:39,640 --> 00:00:42,960
In this video, I will show you that things with a live example.

11
00:00:43,260 --> 00:00:48,420
So for doing this, first of all, as I told you how our this index is actually loaded.

12
00:00:48,540 --> 00:00:51,790
So here, first of all, you can see that our home directly.

13
00:00:51,810 --> 00:00:56,780
So I think you remember that part, but I just simply remove everything from here again, OK?

14
00:00:56,850 --> 00:00:57,900
I just simply remove it.

15
00:00:58,440 --> 00:00:59,790
So that is a portfolio.

16
00:00:59,790 --> 00:01:00,600
That is a portfolio.

17
00:01:00,600 --> 00:01:01,110
Perfect.

18
00:01:01,470 --> 00:01:05,250
That means in our main portfolio area, if you go to that URL.

19
00:01:06,210 --> 00:01:10,590
So that is actually framed mean basically a structure that you should know very clearly.

20
00:01:10,620 --> 00:01:11,460
So that is our home.

21
00:01:11,460 --> 00:01:15,270
But into the home port area, I include our index Etoile.

22
00:01:15,540 --> 00:01:17,280
That means that is our project.

23
00:01:17,310 --> 00:01:17,620
Right.

24
00:01:17,640 --> 00:01:20,550
So that is our project index and that is our project index.

25
00:01:20,550 --> 00:01:23,830
Etoile So here that is our home page for the home part.

26
00:01:23,850 --> 00:01:27,030
I simply load it in our views, our home.

27
00:01:27,030 --> 00:01:31,970
One of the function right that we see to the view here, I have already import that view.

28
00:01:31,980 --> 00:01:35,010
That means the same index page and that is our view.

29
00:01:35,310 --> 00:01:40,020
And here you can see that our home function see the the home function idea.

30
00:01:40,020 --> 00:01:43,380
I just simply returned render request our e-mail.

31
00:01:43,380 --> 00:01:45,200
That means our index e-mail.

32
00:01:45,420 --> 00:01:48,260
So now our this in this e-mail is now loaded.

33
00:01:48,270 --> 00:01:48,580
Right.

34
00:01:48,870 --> 00:01:54,320
So here I want to do I want to actually get our this data and this data from our database table.

35
00:01:54,390 --> 00:01:58,360
And also here I want to do I want to see the visibility on here.

36
00:01:58,830 --> 00:02:01,200
So for the reasons here, we have to do we have to work.

37
00:02:01,200 --> 00:02:03,720
You know what this method that means this function area.

38
00:02:03,840 --> 00:02:04,230
Right.

39
00:02:04,440 --> 00:02:06,180
Because here I want to visible it.

40
00:02:06,200 --> 00:02:10,940
So if you want to visible it, first of all, I have to do I have to get all that our data right.

41
00:02:11,160 --> 00:02:15,120
So I have to get all the data in our index into the index that is our model.

42
00:02:15,360 --> 00:02:18,450
So into the model area, I have created our table.

43
00:02:18,450 --> 00:02:19,650
That means our table name.

44
00:02:19,680 --> 00:02:22,030
I have added as about right.

45
00:02:22,260 --> 00:02:26,550
So from to this table, I want to actually get our title description and the images.

46
00:02:26,790 --> 00:02:32,580
So here, if you want to get this data, first of all, here we have to do you have to actually import

47
00:02:32,580 --> 00:02:32,880
it?

48
00:02:32,880 --> 00:02:35,840
OK, that means right now we don't need this.

49
00:02:36,510 --> 00:02:39,960
That means, in our view, in our index and into the viewing area.

50
00:02:39,960 --> 00:02:44,660
First of all, we have to do we have to import our this model file that models file.

51
00:02:44,670 --> 00:02:49,980
So I just simply added the from and from our that will be in our same directly.

52
00:02:49,980 --> 00:02:50,220
Right.

53
00:02:50,460 --> 00:02:55,160
So for the reasons here, I make it as a dot and then our models.

54
00:02:55,620 --> 00:03:02,500
So from our these models, from all these models, I want to do want to get our this class that about

55
00:03:02,500 --> 00:03:02,890
plus.

56
00:03:03,210 --> 00:03:09,130
So now I just simply import import our D about class Redfearn.

57
00:03:09,270 --> 00:03:12,780
So now into this area, I have already all the other fields.

58
00:03:12,850 --> 00:03:15,980
Now I want to get all the data from all this table.

59
00:03:16,170 --> 00:03:19,140
That means that is actually our about table.

60
00:03:19,140 --> 00:03:19,380
Right.

61
00:03:19,620 --> 00:03:20,580
Sended about us.

62
00:03:20,870 --> 00:03:22,350
That is about table here.

63
00:03:22,350 --> 00:03:24,770
They have some of the data I want to do and to get it.

64
00:03:25,140 --> 00:03:29,160
So if you want to get this data, you have to do we have to get it by the object.

65
00:03:29,430 --> 00:03:30,390
Like I show you.

66
00:03:30,390 --> 00:03:37,470
Like if you go talk about the previously there had that about, I show you like if you go to that model

67
00:03:37,710 --> 00:03:41,910
in the model area, I just simply added, I wanted to start with the self.

68
00:03:41,910 --> 00:03:43,250
I just displayed the title.

69
00:03:43,250 --> 00:03:43,640
Right.

70
00:03:43,650 --> 00:03:50,610
But right now if you deflect it because I well so here every day to actually save one by the object,

71
00:03:50,760 --> 00:03:57,030
if you refresh it now, consider exactly showing the object that is this object that I want to visible.

72
00:03:57,360 --> 00:03:57,750
Right.

73
00:03:58,020 --> 00:04:00,080
So for the reasons here, we have to do that work.

74
00:04:00,090 --> 00:04:07,560
So right now I just said things that they are start and the self and the self written our title.

75
00:04:08,470 --> 00:04:14,470
And the freshet legacy is not is a title that means every data we have to do, we have to get it by

76
00:04:14,470 --> 00:04:16,130
the time by the object.

77
00:04:16,450 --> 00:04:21,940
So for now, in our view into the area, we have to work right into the video.

78
00:04:21,940 --> 00:04:23,470
First of all, that is our request.

79
00:04:23,500 --> 00:04:28,120
So after that request here, I want to undertake one of the variables, whatever he wants right now,

80
00:04:28,120 --> 00:04:30,360
I take one of the variables as about data.

81
00:04:30,910 --> 00:04:36,640
OK, I take one of the variable and the variable area I want to do I want to actually get all that out

82
00:04:36,640 --> 00:04:37,580
of the data.

83
00:04:37,600 --> 00:04:39,610
That means our table, name or table.

84
00:04:39,790 --> 00:04:41,920
I have already imposed it as about.

85
00:04:42,260 --> 00:04:44,980
So I just simply added that about right.

86
00:04:45,130 --> 00:04:47,380
And then all that our object's data.

87
00:04:47,410 --> 00:04:49,990
So here we have to do we have to add that as objects.

88
00:04:51,190 --> 00:04:57,520
So all that objects that I want to text, I simply added as the objects to all the data, that means

89
00:04:57,520 --> 00:05:02,360
whatever the data in this particular object area, I want to get all the data.

90
00:05:02,590 --> 00:05:06,730
So now I get all the data and take that data in our variable.

91
00:05:06,730 --> 00:05:08,920
That means that is all about that variable.

92
00:05:09,280 --> 00:05:13,780
OK, so I have to that we have to do we have to actually pass the second deposit.

93
00:05:13,790 --> 00:05:15,720
You have to pass it with the context.

94
00:05:15,730 --> 00:05:17,010
That is one of the dictionaries.

95
00:05:17,020 --> 00:05:19,400
I just take one of the context.

96
00:05:20,200 --> 00:05:22,960
OK, I just name it as a context of the variable.

97
00:05:22,960 --> 00:05:28,660
And here I just simply added the dictionary into the dictionary area, as I told you, is actually part

98
00:05:28,810 --> 00:05:29,650
of this parameter.

99
00:05:29,650 --> 00:05:31,030
One is the key.

100
00:05:31,450 --> 00:05:36,250
So I just named one of the name as a key as a about and also that it will be our values.

101
00:05:36,250 --> 00:05:40,480
Our value will be our all the data I get the things with this variable.

102
00:05:40,480 --> 00:05:43,200
So now I just simply based it on here.

103
00:05:43,580 --> 00:05:46,070
OK, I hope is very much clear to you.

104
00:05:46,330 --> 00:05:52,270
So now I just get all the data and now I want to do until I take the things with this variable as a

105
00:05:52,270 --> 00:05:52,830
context.

106
00:05:53,110 --> 00:05:56,700
So now I just simply parse this data in our index statistical.

107
00:05:57,070 --> 00:05:59,940
So here I just simply pass it right.

108
00:06:00,010 --> 00:06:02,800
And I hope everything is very much clear to you.

109
00:06:02,840 --> 00:06:04,750
So now we can get all the data.

110
00:06:04,760 --> 00:06:08,080
Now we can actually show our data in our index statistical base.

111
00:06:08,110 --> 00:06:09,500
So now let's do that work.

112
00:06:09,940 --> 00:06:12,520
That means that is our template in the template.

113
00:06:12,520 --> 00:06:17,080
That is our index statistical right to this table here.

114
00:06:17,410 --> 00:06:20,350
And after that about there is a clear title here.

115
00:06:20,350 --> 00:06:22,180
I want to display that our description.

116
00:06:22,180 --> 00:06:24,210
And here I want to display one of the inmates.

117
00:06:24,220 --> 00:06:24,540
Right.

118
00:06:24,940 --> 00:06:27,060
So first of all, I want to display our title.

119
00:06:27,430 --> 00:06:34,930
So if you want to display that title, that is, you know, more about us thinking about us and then

120
00:06:35,450 --> 00:06:37,470
and that is actually our title.

121
00:06:37,510 --> 00:06:38,940
So here I want to display it.

122
00:06:38,950 --> 00:06:41,080
So for now, I just simply remove it.

123
00:06:41,500 --> 00:06:43,210
And here if you want to display it.

124
00:06:43,210 --> 00:06:45,400
So here you have to do so.

125
00:06:45,400 --> 00:06:52,650
From here we have to show our this actually that is actually our key with this key we can actually displayed.

126
00:06:53,020 --> 00:06:54,940
So now I just simply added that key.

127
00:06:55,330 --> 00:07:00,840
And here one things, as I told you before, in the context area by default, this one, that means

128
00:07:00,850 --> 00:07:02,400
right now they have the one data.

129
00:07:02,890 --> 00:07:04,690
If you go talk about there is the one.

130
00:07:04,690 --> 00:07:07,060
So one is that means the zero index.

131
00:07:07,060 --> 00:07:07,310
Right.

132
00:07:07,340 --> 00:07:12,580
So as I told you, in PZP, we call it as Aribert in Django, let's call it as a list.

133
00:07:12,580 --> 00:07:12,780
Right.

134
00:07:12,820 --> 00:07:15,460
So in the list actually started from the zero index.

135
00:07:15,460 --> 00:07:17,610
So that is actually our zero index data.

136
00:07:17,800 --> 00:07:18,120
Right.

137
00:07:18,370 --> 00:07:24,750
So if you insert any other data, then it should be as a one index data so that they have only one data.

138
00:07:24,760 --> 00:07:26,890
So that will be as a zero index data.

139
00:07:26,920 --> 00:07:30,430
So for now, I want to show our this zero index, this title.

140
00:07:30,660 --> 00:07:30,960
Right.

141
00:07:31,330 --> 00:07:33,150
So now it can actually displayed.

142
00:07:33,490 --> 00:07:36,540
So that will be our about into the about area.

143
00:07:36,550 --> 00:07:40,120
That will be as a zero index data and it is a zero index data area.

144
00:07:40,150 --> 00:07:45,810
I want to display our field, Phelim, if you go to our model, our filename, I have added as a title,

145
00:07:46,270 --> 00:07:49,090
so now I just simply display that title.

146
00:07:49,520 --> 00:07:49,780
OK.

147
00:07:50,170 --> 00:07:56,310
So now if you click on the Savol and first of all, the ticket server is perfectly running on naughtier.

148
00:07:56,430 --> 00:07:58,340
You can see perfectly now running.

149
00:07:58,960 --> 00:08:01,800
So now I want to do AndroGel refresh it.

150
00:08:02,320 --> 00:08:07,930
So now here is showing some that or the function object has an attribute object.

151
00:08:07,960 --> 00:08:13,380
OK, so that is all about so here actually is getting some of the error.

152
00:08:13,660 --> 00:08:14,980
So let's check this out.

153
00:08:15,010 --> 00:08:23,740
So that is all about how different our this method name and our this model is actually the same for

154
00:08:23,740 --> 00:08:28,500
the reasons actually getting this error so better and don't actually change our this method name.

155
00:08:28,870 --> 00:08:30,870
So I just name it as it about us.

156
00:08:30,880 --> 00:08:34,000
And here I also want to update it as they contact us.

157
00:08:34,030 --> 00:08:36,760
OK, so now it's still be work perfectly.

158
00:08:36,770 --> 00:08:38,170
So that will be our method.

159
00:08:38,170 --> 00:08:40,370
And so far two of this method here.

160
00:08:40,390 --> 00:08:43,480
Also we have to update it inaudible like here.

161
00:08:43,480 --> 00:08:48,520
If you go to our index into the index, that is all still so into the world.

162
00:08:48,540 --> 00:08:50,970
You can see that it is actually also here we have to update.

163
00:08:50,980 --> 00:08:52,850
So that will be about us.

164
00:08:53,440 --> 00:08:57,520
So I just simply updated about us and then there will be other contact us.

165
00:08:57,550 --> 00:08:59,950
OK, so just simply updated.

166
00:08:59,950 --> 00:09:03,560
That means in our view there is a clear method and that is our name will be the same.

167
00:09:03,790 --> 00:09:04,250
Perfect.

168
00:09:04,780 --> 00:09:07,960
So I hope you will understand about it when actually.

169
00:09:08,040 --> 00:09:15,100
Why actually getting that at all, because of all our modelling and our method name actually the same,

170
00:09:15,590 --> 00:09:21,050
so for the reasons is actually clear, some of the conflict, so long as these are very strongly running

171
00:09:21,440 --> 00:09:23,150
and now if you refresh it.

172
00:09:24,300 --> 00:09:29,160
So now here you can see it's not perfectly visible, so if you want to change it, then it should be

173
00:09:29,160 --> 00:09:30,080
better like here.

174
00:09:30,090 --> 00:09:32,110
I mean, name it as it is eLearning.

175
00:09:32,790 --> 00:09:37,200
OK, I just name it as easy learn, OK?

176
00:09:37,200 --> 00:09:38,220
Just name it as easy.

177
00:09:38,220 --> 00:09:42,620
Learn to save those successfully updated.

178
00:09:42,630 --> 00:09:44,700
And now if you refresh it.

179
00:09:46,490 --> 00:09:52,460
Yeah, you can see so perfectly updated, that means this doctor actually comes from our these stable

180
00:09:52,910 --> 00:09:55,420
right to successfully get that title.

181
00:09:55,670 --> 00:09:57,340
So, no, it's perfectly visible.

182
00:09:57,650 --> 00:10:06,020
And also here, if you want to change the trick, like here, I get all the data and also in our index

183
00:10:06,020 --> 00:10:09,950
area, I just simply added our own index to the right.

184
00:10:10,280 --> 00:10:15,770
So if you want to change it, you can also change it like here, in our view, that means here, here,

185
00:10:15,770 --> 00:10:19,730
if you want to add that your index like that will be our first index data.

186
00:10:19,760 --> 00:10:25,670
I want to get OK, so I just simply added our first index data on here so that when the zero index or

187
00:10:25,970 --> 00:10:32,380
zero index, when you add it on here, then in particular that position you need to add anything so

188
00:10:32,420 --> 00:10:33,420
into the about area.

189
00:10:33,440 --> 00:10:37,410
So with this about I want to display our database stable field as a title.

190
00:10:37,820 --> 00:10:44,990
So now our result will be that just like Dersim, if you now refresh it now you can see the result is

191
00:10:44,990 --> 00:10:46,180
just like that same.

192
00:10:46,640 --> 00:10:46,970
Right.

193
00:10:47,360 --> 00:10:49,330
I hope you can well understand about it.

194
00:10:49,670 --> 00:10:54,690
So also after that, that means here, here I want to display our description field.

195
00:10:55,280 --> 00:11:00,540
So now go to that our bettag and that is our URL and the P this one.

196
00:11:00,640 --> 00:11:01,700
Right now we don't need this.

197
00:11:02,210 --> 00:11:04,740
I just simply remove our P and you will.

198
00:11:05,270 --> 00:11:07,880
So that will be our description filius.

199
00:11:07,940 --> 00:11:09,260
It'll be just like that.

200
00:11:09,260 --> 00:11:09,590
Same.

201
00:11:09,650 --> 00:11:11,090
So here better.

202
00:11:11,120 --> 00:11:13,650
I just simply copied, I just simply pasted.

203
00:11:13,650 --> 00:11:15,620
So with this about right.

204
00:11:15,690 --> 00:11:18,110
So I just pass all the data that is our key.

205
00:11:18,380 --> 00:11:24,440
So with this key I want to do I want to display our database field or database field is for the description.

206
00:11:24,440 --> 00:11:28,580
That is the description right now here I want to do on display that description.

207
00:11:29,150 --> 00:11:34,070
So now if you click the save all and now if you refresh it.

208
00:11:36,110 --> 00:11:42,790
Yes, you can see, Fred now is perfectly visible, our total description, right, so here little I

209
00:11:42,800 --> 00:11:47,130
will also show you how you can actually display different type of Pondexter on here.

210
00:11:47,150 --> 00:11:49,360
So right now are perfectly still visible.

211
00:11:49,370 --> 00:11:51,850
And here I want to do and visible our image.

212
00:11:51,860 --> 00:11:53,750
So I have also one of the images.

213
00:11:53,750 --> 00:11:54,830
So that is a clearer image.

214
00:11:54,830 --> 00:11:55,060
Right.

215
00:11:55,340 --> 00:11:58,070
So I successfully display our title.

216
00:11:58,100 --> 00:12:02,170
Our description is perfectly dynamic and now I want to update our image.

217
00:12:02,480 --> 00:12:06,320
So if you want to display it, first of all here, you have to do we have to go to our particular that

218
00:12:06,320 --> 00:12:10,710
position, that means that is actually our final location here on the display it.

219
00:12:10,730 --> 00:12:10,990
Right.

220
00:12:11,360 --> 00:12:14,480
So here we don't need to use that a street so better.

221
00:12:14,480 --> 00:12:18,610
I just simply remove that H3 tag and here in particular, that area.

222
00:12:18,620 --> 00:12:22,110
First of all, if you want to display that image, you have to add that image tag.

223
00:12:22,130 --> 00:12:22,400
Right.

224
00:12:22,790 --> 00:12:26,440
So I just simply added that image stack and the image area.

225
00:12:26,450 --> 00:12:33,890
So here I want to do with this about this, about I want to display our database filename, our database

226
00:12:33,890 --> 00:12:35,260
filename as the images.

227
00:12:35,660 --> 00:12:41,270
So, no, I just simply added that image that also here we have to update that you whatever that means,

228
00:12:41,270 --> 00:12:47,450
in particular, that area that will be our about and then our filename and then here after that, we

229
00:12:47,450 --> 00:12:48,200
have to use that.

230
00:12:48,200 --> 00:12:50,060
You are OK in this image.

231
00:12:50,090 --> 00:12:50,350
You are.

232
00:12:50,870 --> 00:12:56,880
So I just simply added and also here I want to put some of these still for our D.C. high and wide.

233
00:12:57,380 --> 00:12:58,880
So better here.

234
00:12:59,090 --> 00:13:01,000
OK, here, I want to add one of these style.

235
00:13:02,360 --> 00:13:07,570
I just simply added on the style and into this area like it should be as a height.

236
00:13:08,000 --> 00:13:09,470
So I just bought one of the height.

237
00:13:09,470 --> 00:13:11,940
Height will be as to 200 pixel.

238
00:13:12,830 --> 00:13:13,310
OK.

239
00:13:13,340 --> 00:13:18,520
And then also I want to display our wide so wide.

240
00:13:18,710 --> 00:13:22,010
I want to set for this image as a whatever you want.

241
00:13:22,020 --> 00:13:24,090
So I make the things as a 400 pixel.

242
00:13:24,230 --> 00:13:30,560
OK, so I just simply added one of these style and I just saw the height and weight for this specific

243
00:13:30,560 --> 00:13:30,950
image.

244
00:13:31,370 --> 00:13:33,520
Now let's check this out if you're not looking to save all.

245
00:13:34,160 --> 00:13:36,590
So now if you like freshet.

246
00:13:38,090 --> 00:13:43,730
Yes, you can see it now successfully display our e-mail, so that is actually what means if you go

247
00:13:43,730 --> 00:13:46,050
here, you can see the he right.

248
00:13:46,340 --> 00:13:48,690
So this image is now perfectly visible.

249
00:13:48,710 --> 00:13:53,760
Now, what title is totally dynamic is also comes from our database, and that is our description.

250
00:13:54,110 --> 00:13:59,090
So if you want to change anything into the description area, if you want to change anything, if you

251
00:13:59,090 --> 00:14:03,110
want to update your title and you can save.

252
00:14:04,130 --> 00:14:05,120
Refresh it.

253
00:14:06,190 --> 00:14:12,060
Yeah, you can see everything is not totally dynamic and everything is now successfully updated, so

254
00:14:12,060 --> 00:14:18,400
I hope friend is very much clear to you and also here that sure, I am only display our zero in the

255
00:14:18,410 --> 00:14:24,400
startup because of all I have only one data right there, only one that is if you insert any another

256
00:14:24,400 --> 00:14:27,520
one like here reports on the title.

257
00:14:27,520 --> 00:14:32,250
I put some of the description but I just copy some of the description, OK?

258
00:14:32,290 --> 00:14:34,000
I just simply copy some of the description.

259
00:14:34,000 --> 00:14:37,540
And I just said I just threw some of the images right now.

260
00:14:37,540 --> 00:14:41,650
I chose this one as an open so that it could be our emails.

261
00:14:41,650 --> 00:14:42,940
And if you look at the same.

262
00:14:45,590 --> 00:14:50,720
So now, friend, there is actually another one, so for this object, actually, that is our another

263
00:14:50,720 --> 00:14:55,300
index as a one index, that is not a zero index, but I added as a zero index.

264
00:14:55,310 --> 00:14:55,730
Right.

265
00:14:56,030 --> 00:15:00,200
So for the reasons here, it not should be visible that it will be visible.

266
00:15:00,210 --> 00:15:06,830
I show you like if you not at the refresh now you see it's not showing our whose data is not showing

267
00:15:06,830 --> 00:15:08,020
our zero index data.

268
00:15:08,300 --> 00:15:08,690
Right.

269
00:15:08,720 --> 00:15:12,770
So as I told you actually yesterday, that started from the zero.

270
00:15:13,010 --> 00:15:18,620
So right now, if you want to visible all this data, so then we have to do we have to update that list.

271
00:15:18,740 --> 00:15:23,930
Our one data I show you like here that is all zeros.

272
00:15:23,930 --> 00:15:25,360
And I have to do an updated.

273
00:15:25,370 --> 00:15:26,630
I make things as a one.

274
00:15:26,750 --> 00:15:29,130
OK, I want to show our one index data.

275
00:15:29,840 --> 00:15:35,210
Now, if you look at the same wall now, we should be very much led to, you know, click the refresh.

276
00:15:37,250 --> 00:15:44,030
Yes, you can see friend now is perfectly updated, that means that is our one index status.

277
00:15:44,030 --> 00:15:51,770
If we split our zero index data, that will be our first one because I save all and now refresh it.

278
00:15:54,690 --> 00:15:58,190
Yeah, you can see it's a perfectly display, our zero index data.

279
00:15:58,350 --> 00:16:00,860
So, as I told you, it started from the zero.

280
00:16:00,870 --> 00:16:03,420
So that will be zero index and that will be one index.

281
00:16:03,960 --> 00:16:09,400
So, Fred, I hope it's very much clear to you how can read all the data from your database and how

282
00:16:09,420 --> 00:16:12,180
can visibility in your funded area suffer?

283
00:16:12,180 --> 00:16:14,010
And that is actually the main cool thing.

284
00:16:14,100 --> 00:16:14,260
OK.

285
00:16:14,280 --> 00:16:19,400
So if you will understand about that goal, then I think everything, if you want to make that site

286
00:16:19,410 --> 00:16:22,000
dynamic is will be very much easy to you.

287
00:16:22,350 --> 00:16:25,950
So, you know, next we want to do and actually update our that.

288
00:16:26,190 --> 00:16:30,390
I want to make these things as a dynamic so we can do that work in our next video.

289
00:16:30,420 --> 00:16:32,610
I will show you that things with a live example.

290
00:16:33,060 --> 00:16:36,360
So thanks for watching and I'll see you in the next video.
