1
00:00:00,150 --> 00:00:01,710
Hello, friend, welcome back.

2
00:00:02,130 --> 00:00:06,480
In a previous video, we successfully kept our all the View base, right?

3
00:00:06,690 --> 00:00:09,600
And now I want to do I want to load our form.

4
00:00:09,600 --> 00:00:14,100
So friend in our basic fundamental I have already discussed about that things with you.

5
00:00:14,100 --> 00:00:18,090
How can load all that musician to be from on here and from here?

6
00:00:18,090 --> 00:00:19,650
How can insert that data?

7
00:00:19,920 --> 00:00:24,490
So previously we said that all that word before Django is a so right.

8
00:00:24,520 --> 00:00:30,270
Then we will insert all the data from here and it will be inserted in our database into this position.

9
00:00:30,450 --> 00:00:33,000
So first of all, I want to work for our organization.

10
00:00:33,000 --> 00:00:38,520
So here I want to load all the other musician form data so we can to add that form data.

11
00:00:38,580 --> 00:00:41,100
So right now we don't need this everything.

12
00:00:41,100 --> 00:00:42,060
I just remove it.

13
00:00:42,510 --> 00:00:45,210
OK, so that is a model into this model.

14
00:00:45,210 --> 00:00:47,370
I have already defined that three of this field.

15
00:00:47,700 --> 00:00:50,460
So no, I want to do I want to work for our form.

16
00:00:50,460 --> 00:00:54,050
So that means here I want to load all that our musician form data.

17
00:00:54,060 --> 00:00:58,440
If you want to work with this, then you have to do have to go to your first application.

18
00:00:58,440 --> 00:00:59,800
And that is our forms.

19
00:00:59,850 --> 00:01:00,180
Right.

20
00:01:00,480 --> 00:01:03,930
So you can see previously I have already discussed about that things with you.

21
00:01:04,230 --> 00:01:07,470
So here I have defined one of the class as a musician.

22
00:01:07,470 --> 00:01:10,640
So right now that is our validators.

23
00:01:10,650 --> 00:01:12,150
Right now we don't need this very data.

24
00:01:12,180 --> 00:01:14,550
I just simply remove it here.

25
00:01:14,550 --> 00:01:17,280
You have to do we have to define your Django input forms?

26
00:01:17,280 --> 00:01:20,700
That means that one of the building form liberty, OK, that is are forms.

27
00:01:20,700 --> 00:01:26,390
And also from our first application form, our first application, I import that models.

28
00:01:26,400 --> 00:01:27,970
That means I import that models.

29
00:01:27,990 --> 00:01:28,230
Right.

30
00:01:28,830 --> 00:01:33,690
So now after that, there is our class in this class area I want to do to create one of the class as

31
00:01:33,690 --> 00:01:34,920
a musician form.

32
00:01:35,100 --> 00:01:38,430
And then I have already discussed about the things we do here.

33
00:01:38,430 --> 00:01:40,890
I inherited it with our forms.

34
00:01:40,890 --> 00:01:43,800
That is our Django Library, that is the forms.

35
00:01:43,950 --> 00:01:47,550
And here I define another class as a model from class, OK?

36
00:01:47,700 --> 00:01:51,480
And after that I define as a middle class into this middle class.

37
00:01:51,480 --> 00:01:55,830
That means if you want to create one of the class inside another class, then you have to define that

38
00:01:55,830 --> 00:01:56,670
with the middle class.

39
00:01:56,670 --> 00:01:56,930
Right.

40
00:01:57,210 --> 00:02:01,350
So this middle class, I have defined that model that into the models.

41
00:02:01,350 --> 00:02:04,500
That means with these models I want to access our musician.

42
00:02:04,950 --> 00:02:06,360
That means in our musician.

43
00:02:06,360 --> 00:02:07,350
That is our class.

44
00:02:07,350 --> 00:02:07,650
Right.

45
00:02:08,130 --> 00:02:10,950
So I think you already know about it because we did the same thing.

46
00:02:10,950 --> 00:02:13,140
So now we will do that again.

47
00:02:13,800 --> 00:02:18,510
The model I define our model name as a musician and then into the field area.

48
00:02:18,510 --> 00:02:20,700
I want to do want to take all the data.

49
00:02:20,940 --> 00:02:23,430
That means, you know, models here.

50
00:02:23,430 --> 00:02:24,570
They have the tree field.

51
00:02:24,570 --> 00:02:26,190
I want to take all the data.

52
00:02:26,280 --> 00:02:26,640
Right.

53
00:02:26,910 --> 00:02:32,130
So for the reasons here, we don't need to create anything because everything I have already created.

54
00:02:32,430 --> 00:02:34,110
So right now I want to use it.

55
00:02:34,110 --> 00:02:36,020
So that is our fields, all the data.

56
00:02:36,480 --> 00:02:40,560
So after that, what exactly we did, we have to actually load our form.

57
00:02:40,560 --> 00:02:40,890
Right.

58
00:02:40,900 --> 00:02:43,800
So if you want to load this form, we have to work in our views.

59
00:02:44,250 --> 00:02:49,860
That means here and in particular that our function that is in particular dysfunctionally.

60
00:02:50,010 --> 00:02:52,800
First of all, I want to load our all that field.

61
00:02:52,920 --> 00:02:53,310
Right.

62
00:02:53,310 --> 00:02:55,080
So that is all that field I want to load.

63
00:02:55,530 --> 00:03:02,160
So if you want to load it in our dysfunction area after this, OK, after this here you have to work.

64
00:03:02,460 --> 00:03:04,380
So I just simply defined as a form.

65
00:03:05,100 --> 00:03:08,400
OK, so make sure you added input this form.

66
00:03:08,410 --> 00:03:10,290
So here I have already added this.

67
00:03:10,290 --> 00:03:17,370
So with this form I first of all create the object with this form object and I just named that form

68
00:03:17,370 --> 00:03:20,070
object name here in our form area.

69
00:03:20,070 --> 00:03:22,260
I defined that name as a musician form.

70
00:03:22,680 --> 00:03:23,010
Right.

71
00:03:23,160 --> 00:03:24,230
So that is lower class.

72
00:03:24,230 --> 00:03:31,050
So now I just simply copied and now here I created one of the object for this one that is our musician

73
00:03:31,050 --> 00:03:31,740
form object.

74
00:03:31,740 --> 00:03:33,780
So here I just simply defining it.

75
00:03:33,960 --> 00:03:36,300
And now we have to do we have to pass it right.

76
00:03:36,300 --> 00:03:39,120
We have to pass it in our dictionary, into the dictionary.

77
00:03:39,380 --> 00:03:40,920
We have to pass our title.

78
00:03:40,920 --> 00:03:47,550
So after that, after that also I want to pass out another one, as I just name it as a musician.

79
00:03:48,240 --> 00:03:49,710
That means our this one.

80
00:03:51,030 --> 00:03:54,510
So here I pass it, our musician form and into the musician form.

81
00:03:54,510 --> 00:03:56,030
I want to pass this object.

82
00:03:56,230 --> 00:03:58,970
That means I take the things with this variable as a form.

83
00:03:59,550 --> 00:04:01,050
So here we have to pass it.

84
00:04:01,470 --> 00:04:03,920
So I just simply pass it with this from like a friend.

85
00:04:04,350 --> 00:04:09,600
So now we have to do we have to work in our Fast Tap and our e-mail page as a musician.

86
00:04:09,600 --> 00:04:15,720
Farmers Tamalpais right to now go to our template and the final step, and that is our musician form.

87
00:04:16,140 --> 00:04:19,230
So here we have to do we have to load on the form.

88
00:04:19,230 --> 00:04:19,500
Right.

89
00:04:19,500 --> 00:04:24,090
So I just simply defined all the form and then into the form.

90
00:04:24,090 --> 00:04:25,370
We don't need any class.

91
00:04:25,420 --> 00:04:26,640
I just simply remove it.

92
00:04:27,150 --> 00:04:29,460
And also here we don't need any action.

93
00:04:29,820 --> 00:04:31,530
I only need that our method.

94
00:04:32,190 --> 00:04:33,750
So here I just simply remove it.

95
00:04:34,140 --> 00:04:37,890
So there is a pause to better I make the things that the capital post.

96
00:04:38,100 --> 00:04:44,330
OK, and after that here I want to do want to load our musician.

97
00:04:44,520 --> 00:04:51,050
So here I pass it, I pass it with this musician form so that the musician forms.

98
00:04:51,060 --> 00:04:52,290
I just simply copied.

99
00:04:52,740 --> 00:04:57,450
And now here I define as a musician from so into the musician form it should be loaded.

100
00:04:57,450 --> 00:04:59,520
All the talk from and from here I.

101
00:04:59,580 --> 00:05:02,080
Also want to do want to insert this data, right?

102
00:05:02,100 --> 00:05:07,380
So if you want to insert that data, as I told you before, then you have to do we have to define your

103
00:05:07,380 --> 00:05:09,920
percentages and here you have to define the CSF.

104
00:05:10,140 --> 00:05:15,770
And so simply defining the CSF because we don't see a set of token, you cannot insert any doctor.

105
00:05:15,780 --> 00:05:16,120
Right.

106
00:05:16,140 --> 00:05:20,820
So to simplify the token, that means the accusative token.

107
00:05:20,820 --> 00:05:25,160
And also after that, I want to define all of the input field and input.

108
00:05:25,160 --> 00:05:31,230
Die by name to the submit, say just name it at the swap meet and also put that name will be at the

109
00:05:31,230 --> 00:05:32,030
submit.

110
00:05:32,040 --> 00:05:33,870
And here I define that value.

111
00:05:34,290 --> 00:05:36,930
I define that value as add musician.

112
00:05:39,650 --> 00:05:45,590
OK, just name me that the admission, this step up on the bottom, and also if you lowered your musician,

113
00:05:45,600 --> 00:05:47,680
then automatically you should be in one line.

114
00:05:47,690 --> 00:05:53,120
So if you want to make that paragraph, then as I told you before here, you have to define as a dot

115
00:05:53,120 --> 00:05:55,120
as underscore B, right.

116
00:05:55,520 --> 00:06:00,310
So it will be now loaded with paragraph wise, that is one by one.

117
00:06:00,560 --> 00:06:02,300
So just simply load it perfect.

118
00:06:02,330 --> 00:06:07,550
So now our form that is our musician form should be visible, like I just click as I save all.

119
00:06:09,060 --> 00:06:11,240
And now I want to check it out, Sara.

120
00:06:11,430 --> 00:06:18,860
Yeah, everything is OK now go here and go to the home, refresh this space, go to our acquisition.

121
00:06:19,470 --> 00:06:19,830
Yeah.

122
00:06:19,860 --> 00:06:25,830
You can see for that position, they have the tree field as a first name, last name and the instrument,

123
00:06:26,160 --> 00:06:27,660
and that is actually our text.

124
00:06:27,660 --> 00:06:29,730
So here I define some of the text.

125
00:06:29,730 --> 00:06:36,420
So that is actually our text is not visible as a D1 and after this I load our form so you can see it's

126
00:06:36,420 --> 00:06:37,440
a perfectly loaded.

127
00:06:37,770 --> 00:06:42,630
So if we go to that model into the model that is actually the three field as a first name, last name

128
00:06:42,630 --> 00:06:43,620
and the instrument.

129
00:06:44,040 --> 00:06:46,740
And you can see that is the first name, last name of the instrument.

130
00:06:46,980 --> 00:06:51,800
And also here, if you want to update your botanist instead, then you can also do it because of all

131
00:06:51,870 --> 00:06:53,640
we are using the bootstrap.

132
00:06:54,000 --> 00:06:57,110
So into the bootstrap, they have the lot of the court like here.

133
00:06:57,720 --> 00:07:04,800
So here at the front of the class, at the front of the class as a VPN between primary

134
00:07:08,430 --> 00:07:10,710
and primary and then Vitton.

135
00:07:11,370 --> 00:07:12,440
That is s.m.

136
00:07:12,450 --> 00:07:18,750
But I just simply because that is actually one of the bootstrap class I'm using on here because I save

137
00:07:18,750 --> 00:07:19,260
all.

138
00:07:20,880 --> 00:07:27,270
And now refresh it, yeah, you can see it's now become updated and also here you can see that is by

139
00:07:27,270 --> 00:07:28,620
default actually getting that name.

140
00:07:28,620 --> 00:07:31,980
So if you want to change it, I have already discussed about that things with you.

141
00:07:31,980 --> 00:07:36,120
If you want to change it, if you want to make that things as your own name, that you can use it with

142
00:07:36,120 --> 00:07:37,260
using that argument.

143
00:07:37,260 --> 00:07:37,530
Right.

144
00:07:37,920 --> 00:07:39,650
So right now, I think you already know about it.

145
00:07:39,660 --> 00:07:42,350
So now I want to do I want to save this data.

146
00:07:42,690 --> 00:07:47,340
That means here, if you put your first name, if you put your last name and the instrument name and

147
00:07:47,340 --> 00:07:52,590
after that, if you click on the ad position, then it will be save all the data and then this data

148
00:07:52,590 --> 00:07:54,260
will be saving our database area.

149
00:07:54,420 --> 00:07:55,200
That means here.

150
00:07:55,230 --> 00:07:55,510
Right.

151
00:07:55,980 --> 00:07:56,900
So how can do that?

152
00:07:57,060 --> 00:08:01,210
So if you want to do this work, I think you already know about it what exactly you have to do.

153
00:08:01,740 --> 00:08:03,470
So that is our post.

154
00:08:03,480 --> 00:08:08,670
Now we have to work, in our view, into The View and that is our method that is here.

155
00:08:08,670 --> 00:08:12,630
That is our function as a musician from to the musician form.

156
00:08:12,630 --> 00:08:15,340
First of all, here we have to define some of the conditions.

157
00:08:15,360 --> 00:08:15,650
Right.

158
00:08:15,750 --> 00:08:18,660
Should be just like that same what exactly we did before.

159
00:08:19,050 --> 00:08:21,360
OK, like here I do that again.

160
00:08:22,080 --> 00:08:22,680
Like here.

161
00:08:22,680 --> 00:08:24,810
First of all, you have to define the if condition.

162
00:08:24,810 --> 00:08:32,910
And if with this request, if this standard mattered right into the method, you will first of all you

163
00:08:32,910 --> 00:08:38,740
should, which is better than not say to simply define as opposed or when it will be paused.

164
00:08:38,760 --> 00:08:42,160
So after that, here we have to define our form.

165
00:08:42,180 --> 00:08:44,250
So I just simply claim it as a form.

166
00:08:44,250 --> 00:08:52,470
And then without these forms, so many forms, without this form, I have to define our musician form

167
00:08:52,470 --> 00:08:53,820
before that was actually empty.

168
00:08:53,850 --> 00:08:56,000
So now, first of all, I want to store all the data.

169
00:08:56,010 --> 00:08:57,840
So here there is a musician form.

170
00:08:58,650 --> 00:09:01,120
I just simply defining it and the request.

171
00:09:01,140 --> 00:09:06,690
So I think you already know because we did this work before we the same things I am depending on here.

172
00:09:06,930 --> 00:09:11,880
And after this I want to do want to define our if condition again, because here I have to do I have

173
00:09:11,880 --> 00:09:13,550
to insert this data right.

174
00:09:13,560 --> 00:09:17,610
I have to save it and I have to commit this data into this database.

175
00:09:17,730 --> 00:09:24,630
So far, the need that if I define our form so into the form, first of all, I want to do it as it

176
00:09:24,650 --> 00:09:25,790
is valid or not.

177
00:09:26,160 --> 00:09:33,450
So I just simply defined as a valid if it is valid, then I want to do I want to I want to save this

178
00:09:33,450 --> 00:09:36,180
data that was able to save all that or form data.

179
00:09:36,630 --> 00:09:36,980
Right.

180
00:09:36,990 --> 00:09:43,930
I want to save all that or form data Sadaat save and here I want to save with the comet.

181
00:09:45,090 --> 00:09:47,300
So with this comet I want to do and to save it.

182
00:09:47,300 --> 00:09:52,440
So if you want to save it then you have to define the comet as a true say, the sun as a true.

183
00:09:52,830 --> 00:09:58,200
And when this data will be inserted between this data will be comet, when this data will be inserted

184
00:09:58,200 --> 00:09:59,190
in our database.

185
00:09:59,190 --> 00:10:02,460
And after that I want to do it will be redacted to our homepage.

186
00:10:02,460 --> 00:10:02,730
Right.

187
00:10:03,330 --> 00:10:08,470
So if you want to reject it to the homepage, then you have to do we have here you have to return it.

188
00:10:08,490 --> 00:10:11,310
So here you have to return it in our index function.

189
00:10:11,310 --> 00:10:11,650
Right.

190
00:10:11,670 --> 00:10:14,880
I have already created one of the index function into the index function.

191
00:10:14,880 --> 00:10:20,380
I will load that inside in that hour, which pays out in there are index data stable.

192
00:10:20,820 --> 00:10:28,470
So here I want to do I want to define as a return and then our index function is to be done with this

193
00:10:28,470 --> 00:10:30,200
request because they do this in this function.

194
00:10:30,210 --> 00:10:31,030
That is a request.

195
00:10:31,050 --> 00:10:32,520
I just simply find that request.

196
00:10:32,870 --> 00:10:33,120
OK.

197
00:10:33,900 --> 00:10:35,100
So that's all.

198
00:10:35,100 --> 00:10:36,450
That's all you have to do.

199
00:10:36,480 --> 00:10:39,000
So here I have defined that two condition.

200
00:10:39,000 --> 00:10:40,760
I think you already know about it.

201
00:10:40,770 --> 00:10:45,780
So from here I want to do anything at all that our form data that is the musician form data.

202
00:10:45,930 --> 00:10:47,260
So now let's check this out.

203
00:10:47,280 --> 00:10:52,440
I want to do and check it as I save all I have to save all.

204
00:10:52,440 --> 00:10:53,880
First of all, I want to check it.

205
00:10:54,240 --> 00:10:56,100
Yeah, everything is so perfect.

206
00:10:56,580 --> 00:10:57,750
Now go here.

207
00:10:57,750 --> 00:11:00,300
We fill this space and no one to do.

208
00:11:00,300 --> 00:11:03,630
I want to insert some of the data in our database.

209
00:11:03,630 --> 00:11:09,660
I have already been in search of the database, one from our admin, from this admin instead of the

210
00:11:09,660 --> 00:11:10,350
ghazarian.

211
00:11:10,350 --> 00:11:10,640
Right.

212
00:11:11,010 --> 00:11:13,170
So now I want to do the find another one.

213
00:11:13,170 --> 00:11:15,720
I just name it first name as a Michael Jackson.

214
00:11:15,950 --> 00:11:17,700
I simply identified as a Michael.

215
00:11:20,030 --> 00:11:29,920
Michael and the name I defended, the Jackson and then in a statement I define as a toddler, OK, toddler,

216
00:11:30,370 --> 00:11:33,840
and now I want to do insert this position as an admonition.

217
00:11:34,360 --> 00:11:35,470
Yes.

218
00:11:35,470 --> 00:11:39,070
Now, see, friend, when this data is inserted, as I told you.

219
00:11:39,370 --> 00:11:41,200
So here I have defined this condition.

220
00:11:41,590 --> 00:11:46,840
So when this that will be successfully comit, then need to be tended to our index, that means here

221
00:11:46,840 --> 00:11:50,060
it should be our index and here consistent showing our home page.

222
00:11:50,500 --> 00:11:52,900
So now that means our data is successfully inserted.

223
00:11:52,930 --> 00:11:55,750
That means if you go hear it again.

224
00:11:56,020 --> 00:11:56,350
Yeah.

225
00:11:56,380 --> 00:12:01,930
You can see there is another I decided as the two idee, the first name as a Michael and the last name

226
00:12:01,930 --> 00:12:02,590
Jackson.

227
00:12:02,590 --> 00:12:04,900
And I define the instrument as a tabla.

228
00:12:05,080 --> 00:12:05,580
Perfect.

229
00:12:05,860 --> 00:12:12,130
And also if you go to add me and here if you refresh it again now you see is also successfully inserted

230
00:12:12,130 --> 00:12:12,600
on here.

231
00:12:12,970 --> 00:12:15,410
So now I want to do and actually read this data.

232
00:12:15,430 --> 00:12:20,300
That means from our database, I want to read this data and I want to visible lead in our home base.

233
00:12:20,320 --> 00:12:21,930
That means here it will be visible.

234
00:12:22,330 --> 00:12:26,710
So here, if you want to work with this, then you have to do we have to work in our index functions.

235
00:12:26,710 --> 00:12:26,990
Right.

236
00:12:27,370 --> 00:12:28,990
So now go to our index function.

237
00:12:28,990 --> 00:12:32,090
That means into the index function area here.

238
00:12:32,110 --> 00:12:34,910
I want to turn to, first of all, get all the data.

239
00:12:34,930 --> 00:12:36,480
So I just take one of the variables.

240
00:12:36,490 --> 00:12:38,650
I take one of the variables as a musician list.

241
00:12:40,000 --> 00:12:42,190
OK, so I just name it as a musician.

242
00:12:42,310 --> 00:12:46,690
Underscore least I take one of the variables and it is variable.

243
00:12:46,690 --> 00:12:48,450
I define our musician.

244
00:12:48,640 --> 00:12:52,560
That means our table name, our table name as a musician.

245
00:12:53,290 --> 00:12:56,530
So I just simply define our musician name.

246
00:12:56,830 --> 00:13:00,240
And from this table I want to look at all that, our objects.

247
00:13:00,250 --> 00:13:00,520
Right.

248
00:13:00,540 --> 00:13:04,800
So I just simply defined as objects, all the objects.

249
00:13:04,810 --> 00:13:10,540
And also if you want to define the order by then, you can also define that order underscored by and

250
00:13:10,540 --> 00:13:13,830
I want to water by with our filename.

251
00:13:13,840 --> 00:13:18,770
If you want to autobody with the first name, you can define that first name, last name and the instrument.

252
00:13:18,790 --> 00:13:22,420
So now I am to use that first name, so I just copy it.

253
00:13:22,660 --> 00:13:27,850
And here I define our order by the first name and now we have to do we have to pass it.

254
00:13:27,860 --> 00:13:29,910
So we have to pass it in our diction.

255
00:13:29,920 --> 00:13:34,140
That means here because in our index page I have to visit both of the regions here.

256
00:13:34,750 --> 00:13:40,630
Here I want to define our this variable so that the Army specialist and I just pass the things with

257
00:13:40,630 --> 00:13:42,370
the name, with the musical list.

258
00:13:42,600 --> 00:13:45,030
OK, so here I just simply defining it.

259
00:13:45,040 --> 00:13:47,320
And now we have to do with this mediation list.

260
00:13:47,320 --> 00:13:54,130
We can actually display our all the data in our index base and what our index estimate that means in

261
00:13:54,130 --> 00:13:55,900
our template and result in the next.

262
00:13:56,830 --> 00:13:58,620
So here I want to do want to change it.

263
00:13:58,630 --> 00:14:07,870
So here I name it as a list list of musicians for musicians list I want to visible and here I want to

264
00:14:07,870 --> 00:14:08,560
visible it.

265
00:14:08,560 --> 00:14:10,120
So here if you want to visible.

266
00:14:10,120 --> 00:14:11,290
First of all, I want to define that.

267
00:14:11,290 --> 00:14:12,970
With that you will OK with this.

268
00:14:12,970 --> 00:14:13,270
You will.

269
00:14:13,270 --> 00:14:14,460
I want to display it.

270
00:14:14,470 --> 00:14:17,050
And here, first of all, you have to define our condition.

271
00:14:17,060 --> 00:14:19,110
That means our if condition.

272
00:14:19,810 --> 00:14:25,200
So I just simply defined as a percent is the percentage.

273
00:14:25,210 --> 00:14:28,330
And here I define our F condition and the condition.

274
00:14:28,330 --> 00:14:32,500
I get all that name, I get all that name with the musician list.

275
00:14:32,860 --> 00:14:36,550
So now I just simply copied and now here I define as a musician.

276
00:14:36,790 --> 00:14:38,770
OK, so here I define different if condition.

277
00:14:38,770 --> 00:14:42,040
That means if there have any musician list then it'll be display.

278
00:14:42,040 --> 00:14:46,120
All that musician and Ilze Aless will be displayed on the one.

279
00:14:46,130 --> 00:14:48,430
So, but I wanted one to finish it.

280
00:14:48,640 --> 00:14:57,210
That means I want to finish out this if condition, so I have to finish it, say the assembly and if

281
00:14:57,220 --> 00:15:06,100
OK, and here I want to use that our health condition so into the Ayles ls OK Aless will be displayed

282
00:15:06,100 --> 00:15:12,340
so that another text is is still with displays on the another text with a Sytek here I define.

283
00:15:12,370 --> 00:15:17,260
So we display that no musician in that list.

284
00:15:17,590 --> 00:15:20,710
So this step up, one of the messages will be displayed.

285
00:15:20,860 --> 00:15:21,190
Right.

286
00:15:21,400 --> 00:15:26,020
And if we get any data that means if there have any that are there should be displayed.

287
00:15:26,020 --> 00:15:30,010
So here, if you want to display this data you have displayed with using that for each.

288
00:15:30,010 --> 00:15:30,290
Right.

289
00:15:30,520 --> 00:15:32,420
So you have to display it with the for loop.

290
00:15:32,440 --> 00:15:38,170
So here, if you display that for a loop, I think you already know about it with the FA.

291
00:15:38,170 --> 00:15:47,520
And here I want to name it as a musician, OK, name it as a musician and in our list musicians list.

292
00:15:47,860 --> 00:15:53,290
So now we want to display you all that from data that means to all that our database will fill that

293
00:15:53,290 --> 00:15:55,540
out and you have to display it with this musician.

294
00:15:55,540 --> 00:15:55,840
Right.

295
00:15:56,140 --> 00:16:02,980
So now we have to do we have to also finish our D for each submitter I want to do and to finish it.

296
00:16:03,910 --> 00:16:11,260
So I want to define it and for OK, I will just simply define our and for and that will be our Ilze.

297
00:16:11,440 --> 00:16:11,950
Perfect.

298
00:16:12,430 --> 00:16:18,790
And now here I want to do want to define our L I want to the L I want to display all the list here.

299
00:16:18,880 --> 00:16:24,430
I want to display our first name, so with this musician, we have to display it.

300
00:16:24,820 --> 00:16:31,390
So with this musician, I want to display our full name, full name.

301
00:16:31,390 --> 00:16:37,390
So if you go to our database and into the database, you can see our name as a first name, last name

302
00:16:37,390 --> 00:16:38,340
and the instrument.

303
00:16:38,350 --> 00:16:40,290
So better go to a structure.

304
00:16:40,780 --> 00:16:42,850
And that is our first name on the visible.

305
00:16:42,880 --> 00:16:46,880
So here with this musician and display our first name, OK.

306
00:16:47,170 --> 00:16:50,020
And also I want to do want to take another one.

307
00:16:50,680 --> 00:16:53,820
I want to display our another name as a last name.

308
00:16:53,830 --> 00:16:58,200
So here with this musician and display our last name.

309
00:16:58,540 --> 00:17:00,400
So our last name will be as a last name.

310
00:17:00,700 --> 00:17:01,830
So now let's check this out.

311
00:17:01,840 --> 00:17:05,580
If you knock together, save all of us to follow the check it.

312
00:17:05,600 --> 00:17:06,760
Everything is well.

313
00:17:07,180 --> 00:17:08,560
Go to our base.

314
00:17:08,560 --> 00:17:09,490
That is our home page.

315
00:17:09,490 --> 00:17:10,330
Click the refresh.

316
00:17:11,460 --> 00:17:17,700
Yes, you can see right now I have that data at the Kazarian and the Michael Jackson and the Michael

317
00:17:17,700 --> 00:17:22,930
Jackson Starbucks, the three that is added, uh, like here you can see there's a tree that is added

318
00:17:22,950 --> 00:17:23,910
as a one, two, three.

319
00:17:23,910 --> 00:17:26,770
But it and remove it, remove it.

320
00:17:26,790 --> 00:17:30,660
So now we have to do we have to go to our home base again.

321
00:17:31,890 --> 00:17:32,550
Refresh it.

322
00:17:32,590 --> 00:17:32,880
Yeah.

323
00:17:32,880 --> 00:17:38,030
You can see now it's perfectly display our Cancerian and the regular Michael Jackson friend.

324
00:17:38,280 --> 00:17:40,870
So now if you want to do if you want to add new one.

325
00:17:40,890 --> 00:17:42,450
So now go to our mission.

326
00:17:42,720 --> 00:17:49,770
And here if you want to add new one as a Taylor Swift, I just nimbly defended Taylor Taylor and the

327
00:17:49,770 --> 00:17:55,650
Swift Taylor Swift, and I just name it as a lagging indicator.

328
00:17:57,510 --> 00:17:58,630
I just named it as a guitar.

329
00:17:58,680 --> 00:18:01,110
OK, sorry to hear.

330
00:18:01,650 --> 00:18:03,530
So don't click on the admission.

331
00:18:03,540 --> 00:18:08,220
Yeah, you can see that Kazarian that Michael Jackson and our Taylor Swift.

332
00:18:08,460 --> 00:18:12,060
So every data is now actually comes from our database table.

333
00:18:12,070 --> 00:18:14,800
So from here, every data is now coming.

334
00:18:14,940 --> 00:18:17,610
OK, so I hope we can all understand about it.

335
00:18:17,610 --> 00:18:22,140
And friend here, if you actually refresh this page automatically should be considered this because

336
00:18:22,140 --> 00:18:24,060
of what you consider is clearly the same.

337
00:18:24,540 --> 00:18:28,500
So you have to go to the home and from here you can see a perfectly visible.

338
00:18:28,680 --> 00:18:31,890
So we successfully complete our acquisition.

339
00:18:31,920 --> 00:18:34,770
So from here now you can actually add your nutrition.

340
00:18:34,770 --> 00:18:37,910
And also you inserted data to the database area.

341
00:18:37,920 --> 00:18:42,050
And also we need all the data and visible all the data in our home base.

342
00:18:42,570 --> 00:18:45,460
So also we have to do the same things for our ADD album.

343
00:18:45,490 --> 00:18:49,440
So here also we have to load our album form so we can do that work.

344
00:18:49,440 --> 00:18:52,560
In our next video, I will show you that things with the living sample.

345
00:18:52,830 --> 00:18:54,410
So thanks for watching.

346
00:18:54,420 --> 00:18:56,040
I'll see you in the next video.
