1
00:00:00,150 --> 00:00:00,850
Hello, friend.

2
00:00:01,020 --> 00:00:07,810
Come back in a previous video, we successfully make and work on taxpayers this position as a dynamic.

3
00:00:07,830 --> 00:00:12,090
So now every hour address that email address and the contact.

4
00:00:12,090 --> 00:00:14,570
Everything actually comes from our database area.

5
00:00:14,580 --> 00:00:14,880
Right.

6
00:00:15,450 --> 00:00:20,700
So now in this video, I want to do on two inserts of the data like that have one of the form.

7
00:00:20,700 --> 00:00:24,900
There is an image that is a name that email the subject and the message.

8
00:00:24,900 --> 00:00:27,290
And after that, there is a same message.

9
00:00:27,300 --> 00:00:27,630
Right.

10
00:00:28,020 --> 00:00:30,640
So how can insert that data in this video?

11
00:00:30,660 --> 00:00:34,070
I will show you that things with a live example for doing this.

12
00:00:34,080 --> 00:00:37,610
First of all, we have to do we have to work in our model into the model area.

13
00:00:37,620 --> 00:00:43,500
We have to added our one of those timers, like, I don't need this.

14
00:00:43,800 --> 00:00:46,300
Like that is our view better.

15
00:00:46,320 --> 00:00:47,790
I just clean everything.

16
00:00:47,790 --> 00:00:50,820
Then you don't need to be confused about it.

17
00:00:51,330 --> 00:00:56,970
OK, so like there is a portfolio that is an image index and there is a contact to the contact page,

18
00:00:56,970 --> 00:01:03,690
go to the contact models so that the model year before I have created on the glass as a contact list

19
00:01:03,690 --> 00:01:05,600
right now to do and to create another one.

20
00:01:05,730 --> 00:01:09,400
I just simply copied and now here I passed it.

21
00:01:09,750 --> 00:01:16,320
So now I want to do and to create one of the contact form I just named one of the class name as a contact

22
00:01:17,730 --> 00:01:18,660
contact form.

23
00:01:19,770 --> 00:01:25,290
OK, I just name it as a contact form, one of the class and then it will be inherited on models and

24
00:01:25,290 --> 00:01:26,240
that is our model.

25
00:01:26,670 --> 00:01:31,560
And now here we have to do we have to have some of the feel like that is our name, that is our email

26
00:01:31,680 --> 00:01:32,730
subject field.

27
00:01:32,730 --> 00:01:34,130
And then Marsfield.

28
00:01:34,140 --> 00:01:37,280
So they have the farfield so forwell will be needed.

29
00:01:37,290 --> 00:01:40,200
So I want to do better.

30
00:01:40,200 --> 00:01:41,900
That will be the TextField.

31
00:01:41,910 --> 00:01:43,620
So TextField will be needed.

32
00:01:44,030 --> 00:01:45,540
OK, so I just got it.

33
00:01:46,020 --> 00:01:48,160
That will be needed for our masses actually.

34
00:01:48,360 --> 00:01:55,140
And then also I take another one, I just name it as a first of all as a name.

35
00:01:55,780 --> 00:02:00,950
OK, that means the name and the email subject and the message.

36
00:02:01,830 --> 00:02:09,660
So I just name it as a name email and then the subject and then the message.

37
00:02:11,700 --> 00:02:17,040
OK, so now for the name that is our models, that character field maximum lane for the name.

38
00:02:17,040 --> 00:02:24,210
I just stared at the one hundred one hundred for the subject I make as a 400 and for the message is

39
00:02:24,600 --> 00:02:25,810
it will be 800.

40
00:02:25,830 --> 00:02:26,280
Perfect.

41
00:02:26,580 --> 00:02:29,590
And here I want to display our to the self here.

42
00:02:29,640 --> 00:02:30,870
I want to display that name.

43
00:02:31,030 --> 00:02:34,630
That means that will be displayed that our contact form name.

44
00:02:34,800 --> 00:02:41,230
OK, so I just simply loaded so far and I think it should be very much clear to you everything I already

45
00:02:41,230 --> 00:02:42,600
discussed about a lot of the time.

46
00:02:42,840 --> 00:02:43,890
So that is our class.

47
00:02:43,890 --> 00:02:47,220
And here there is are field because of all into the Farfield area.

48
00:02:47,550 --> 00:02:50,110
You can see they have the four on I inside that data.

49
00:02:50,640 --> 00:02:52,470
So after that, what exactly you have to do?

50
00:02:52,470 --> 00:02:54,090
The same procedure will have to flow.

51
00:02:54,120 --> 00:03:01,430
After that we have to make migration's that means here in particular, that portfolio folder area.

52
00:03:01,440 --> 00:03:10,030
I just simply added a piece, a python and that man is taught by and then make migration's right.

53
00:03:10,110 --> 00:03:14,730
There is a python managed by and make migration's now click as they enter.

54
00:03:16,000 --> 00:03:19,810
Now you can see it's automatically created our model as a contact form.

55
00:03:19,990 --> 00:03:24,130
That means in the migration area you can see the clock on from perfect.

56
00:03:24,520 --> 00:03:27,750
So after that, we have to do have to migrate it by Thomas.

57
00:03:27,760 --> 00:03:28,060
Sorry.

58
00:03:28,780 --> 00:03:37,440
Here it will be the python and managers dart by and that migrate not enter.

59
00:03:38,200 --> 00:03:40,600
Yeah, it's migration is not successfully done.

60
00:03:40,810 --> 00:03:45,870
So now if you want to it in our admin area we have to do we have to start it in our admin.

61
00:03:46,150 --> 00:03:47,230
That means your contact.

62
00:03:47,230 --> 00:03:54,600
I mean here I just simply pasted and here I just simply pasted so into the models.

63
00:03:54,610 --> 00:04:01,670
That means, you know, our contact models and that is our model sorry, in the model area.

64
00:04:01,690 --> 00:04:06,460
So if the model idea I have created one of the class as a contact contact form.

65
00:04:06,580 --> 00:04:06,920
Right.

66
00:04:07,240 --> 00:04:14,560
So now into the admin area that will be as our contact from class and also registered it as a contact

67
00:04:14,560 --> 00:04:14,830
form.

68
00:04:15,430 --> 00:04:15,970
Perfect.

69
00:04:16,000 --> 00:04:22,820
So now if you click the save, all note should be visible in our admin, like go to our home.

70
00:04:23,170 --> 00:04:25,830
Yeah, you can see the contact application area.

71
00:04:25,840 --> 00:04:27,480
I have created two of this table.

72
00:04:27,490 --> 00:04:30,420
One is our contact form table and there is a contact list.

73
00:04:30,790 --> 00:04:33,090
So I have created our contact forms.

74
00:04:33,100 --> 00:04:34,860
And now if you click the add new.

75
00:04:35,350 --> 00:04:40,270
So now that the forcefield as a name email subject and the message.

76
00:04:40,660 --> 00:04:49,420
So now I want to do when any user, when any user input that feel that means put that name, email subject

77
00:04:49,420 --> 00:04:55,450
and the masses and after that one it'll be at the same message, then this data will be safe in our

78
00:04:55,450 --> 00:04:56,680
particular that area.

79
00:04:57,010 --> 00:04:57,290
Right.

80
00:04:57,670 --> 00:05:00,830
So you can do this work is step by step, I assure you.

81
00:05:01,030 --> 00:05:04,250
So for doing this, we have to work in all this contact form.

82
00:05:04,270 --> 00:05:07,390
So now go to our contact base.

83
00:05:07,390 --> 00:05:12,120
That means that is in our template into the template and that is our contact.

84
00:05:12,530 --> 00:05:12,960
All right.

85
00:05:13,330 --> 00:05:15,760
So now we have to do we have to work in our form.

86
00:05:16,560 --> 00:05:19,420
That means here you can see that it is also one of the forms.

87
00:05:19,420 --> 00:05:21,680
So right now, that is our method.

88
00:05:21,730 --> 00:05:24,150
That is post method and actions.

89
00:05:24,160 --> 00:05:25,510
Right now we don't need any action.

90
00:05:25,510 --> 00:05:28,730
By default, it'll will be the to our same method area.

91
00:05:29,470 --> 00:05:31,360
So here also, you don't need this.

92
00:05:31,360 --> 00:05:32,830
I just simply removed it.

93
00:05:33,250 --> 00:05:36,130
Plus that is all that field.

94
00:05:36,320 --> 00:05:36,750
Right.

95
00:05:36,910 --> 00:05:44,680
So here that is the input field and there is a name and also they have some the day tool.

96
00:05:45,190 --> 00:05:46,620
So we don't need this actually.

97
00:05:46,690 --> 00:05:48,120
OK, but we don't need this.

98
00:05:48,160 --> 00:05:52,520
I just simply we will be dedicated for the team of the class.

99
00:05:53,230 --> 00:05:59,810
So right now we don't need this we bit and also here from here a bit.

100
00:06:00,610 --> 00:06:03,730
And that is a placeholder for the message.

101
00:06:07,730 --> 00:06:15,200
That is the role where he could and I say that was the message we don't need to I just simply remove

102
00:06:15,200 --> 00:06:15,410
it.

103
00:06:15,560 --> 00:06:20,690
OK, so I make the things we move and now that is our placeholder.

104
00:06:20,690 --> 00:06:27,260
So that is all that our feeling in our film name as a subject will name as a message for name as the

105
00:06:27,260 --> 00:06:30,070
email, and then another one as a name.

106
00:06:30,410 --> 00:06:30,920
Perfect.

107
00:06:31,160 --> 00:06:36,590
So friend, when you work with or any kind of form into the form media we have to do, we have to add

108
00:06:36,590 --> 00:06:42,340
on the CSIRO talking, OK, that before in actually any post is happening, that means when any post

109
00:06:42,350 --> 00:06:47,620
is post that prompted from media then automatically created on the token.

110
00:06:47,630 --> 00:06:53,260
So for the reasons here after that from in particular that area we have to do we have to add that to

111
00:06:53,270 --> 00:06:58,450
a set of talking like a c s c srf underscore token.

112
00:06:59,030 --> 00:07:04,610
So make that sure you add that, OK, without this, that means without this sort of token you cannot

113
00:07:04,610 --> 00:07:05,790
insert any data.

114
00:07:06,080 --> 00:07:09,260
So for the reasons here, I just simply added that casarett token.

115
00:07:09,290 --> 00:07:14,840
So now if you click as a Savol, I just click the save all and now if you refresh it.

116
00:07:16,920 --> 00:07:23,250
Yeah, you can see snowshoeing as a loading message saying thank you so that I also some of the massage

117
00:07:23,260 --> 00:07:29,520
maybe, and also I just remove all the glass from the front for the reasons here you can see our button

118
00:07:29,520 --> 00:07:33,890
is actually not getting that glass, that middle class.

119
00:07:34,530 --> 00:07:37,730
So here you can see actually there is a cladding and there's the message right now.

120
00:07:37,740 --> 00:07:38,850
We don't need this dip.

121
00:07:38,850 --> 00:07:44,150
So I just simply remove it, OK, and it the bottom area and put some of the glass.

122
00:07:44,160 --> 00:07:46,240
So that is actually our bottom.

123
00:07:46,740 --> 00:07:49,470
So here I want to do and add on of the class.

124
00:07:52,080 --> 00:08:00,490
I added one of the classes a bit and we didnt success OK between beauty and success class.

125
00:08:01,350 --> 00:08:02,370
Now let's check.

126
00:08:02,400 --> 00:08:06,390
I just click to save all and now refresh.

127
00:08:07,690 --> 00:08:12,730
Yeah, because it's perfect, so there's a cloud between between us, so now I want to do I want to

128
00:08:12,730 --> 00:08:14,730
insert our this form data, right.

129
00:08:14,740 --> 00:08:16,880
So now that is our form.

130
00:08:16,900 --> 00:08:19,650
You can see that is a clever form and that is all that our field.

131
00:08:20,110 --> 00:08:23,490
So and also in the form area, that is our action.

132
00:08:23,500 --> 00:08:24,880
I make that things as the employee.

133
00:08:24,890 --> 00:08:29,080
So initially as the employee, then automatically that is our contact with.

134
00:08:29,080 --> 00:08:29,350
Right.

135
00:08:29,620 --> 00:08:32,050
So automatically subjected to our view.

136
00:08:32,050 --> 00:08:37,980
That means in our contact and the contact that is our view automatically will be added.

137
00:08:38,050 --> 00:08:41,220
And that means you should be getting our TS metadata.

138
00:08:41,230 --> 00:08:46,290
That means this function data, OK, you should be connected to particular dysfunctionally seemed to

139
00:08:46,350 --> 00:08:47,680
function the area before.

140
00:08:47,680 --> 00:08:50,380
I have already passed our list.

141
00:08:50,380 --> 00:08:56,280
Get all the data from our contact list right now and want to work for our contact form.

142
00:08:56,290 --> 00:08:57,460
That means this form data.

143
00:08:57,540 --> 00:09:03,390
OK, that means when you insert anything from our this feel, that means the email field that is our

144
00:09:03,390 --> 00:09:06,990
name field subject field masses field automatically.

145
00:09:07,020 --> 00:09:09,880
Shall we get that action is when it will be empty.

146
00:09:10,130 --> 00:09:17,230
It should be redacted to our this application, this application, this view and that is our default

147
00:09:17,230 --> 00:09:17,470
one.

148
00:09:17,770 --> 00:09:23,110
So automatically to reject it or this area because of all here you can say load our contact list.

149
00:09:23,800 --> 00:09:26,290
So now we have to do we have to work on here.

150
00:09:26,290 --> 00:09:31,030
So if you want to do that work, first of all, I want to do I want to add one of the if condition and

151
00:09:31,060 --> 00:09:34,390
if this is condition, I make a direct request.

152
00:09:34,400 --> 00:09:39,960
OK, that means that with this request and the request area, we have to do we have to add that method.

153
00:09:39,970 --> 00:09:44,290
That means this request method, OK, this request method.

154
00:09:44,290 --> 00:09:46,780
First of all, I want to check it with that.

155
00:09:47,320 --> 00:09:48,250
I want to check it.

156
00:09:48,250 --> 00:09:50,530
It's post method or the gate method.

157
00:09:50,560 --> 00:09:50,930
OK.

158
00:09:51,040 --> 00:09:54,180
So here you can see the regular post pattern.

159
00:09:54,190 --> 00:09:59,380
So first of all, I have to do I have to actually check it that the whatever the request, I just pass

160
00:09:59,380 --> 00:10:00,100
from here.

161
00:10:00,400 --> 00:10:04,660
So from here automatically it should be elected to our this matter area.

162
00:10:05,020 --> 00:10:06,260
First of all, I want to check it.

163
00:10:06,280 --> 00:10:09,070
This method is post method or the gate method.

164
00:10:09,220 --> 00:10:10,870
OK, so first of all, it will be checked.

165
00:10:11,200 --> 00:10:16,840
And then after that they have also the column OK with the column area.

166
00:10:16,840 --> 00:10:23,740
And after that here we have to do we have to pass all that our field that means in our model into the

167
00:10:23,740 --> 00:10:25,210
contact model here.

168
00:10:25,240 --> 00:10:28,880
Considering all that, I would feel as the name email subject matter.

169
00:10:28,900 --> 00:10:32,250
So here we have to do have to pass all the data.

170
00:10:32,320 --> 00:10:32,650
Right.

171
00:10:33,010 --> 00:10:35,080
So now I want to do I want to work.

172
00:10:35,770 --> 00:10:36,400
I have to work.

173
00:10:36,400 --> 00:10:42,790
In our view, that means here I just named one of the variable for the name I just name are the variable

174
00:10:42,790 --> 00:10:43,480
as a name.

175
00:10:43,780 --> 00:10:46,210
Whatever he wants right now for similarity.

176
00:10:46,210 --> 00:10:47,410
I name it as a name.

177
00:10:47,440 --> 00:10:54,580
OK, and now with this request, that means that the request with these requests will still be the post.

178
00:10:54,970 --> 00:10:58,670
So this post, I want to get all the data.

179
00:10:58,920 --> 00:11:00,880
OK, so I just simply pass it.

180
00:11:01,150 --> 00:11:03,080
I pass it in our name.

181
00:11:03,220 --> 00:11:05,290
That means whose data I get.

182
00:11:06,070 --> 00:11:11,770
I want to get it from our D fill them that with this input feel like this input filename as a name.

183
00:11:12,190 --> 00:11:14,170
So I just simply name it as a name.

184
00:11:14,210 --> 00:11:18,190
OK, so whatever the data I just pass from this input field.

185
00:11:18,190 --> 00:11:21,280
First of all, I want to get that data right.

186
00:11:21,640 --> 00:11:23,460
I hope it's very much clear to friend.

187
00:11:23,740 --> 00:11:26,500
So now we have to do the same things for the rest of this.

188
00:11:27,250 --> 00:11:28,980
So that is another one.

189
00:11:28,990 --> 00:11:34,840
So another one is the email, OK, and then another one will be as email and I just take of the variable

190
00:11:34,840 --> 00:11:35,770
name as email.

191
00:11:35,890 --> 00:11:38,680
So as I told you, what about the things we will put on here.

192
00:11:38,680 --> 00:11:41,380
It's probably OK, OK, that is actually one of the variable.

193
00:11:41,830 --> 00:11:48,280
And also there is another one of the subject, our filename, I name it as a filename and just name

194
00:11:48,280 --> 00:11:49,150
it as the same.

195
00:11:49,660 --> 00:11:53,590
And also that will be as a message, our filename.

196
00:11:53,590 --> 00:11:58,330
So whatever the data I just pass from one message, I want to get it and I just take the things with

197
00:11:58,330 --> 00:12:00,450
this variable that is the massive variable.

198
00:12:00,880 --> 00:12:03,070
So now we have to do we have to pass it.

199
00:12:03,070 --> 00:12:03,350
Right.

200
00:12:03,370 --> 00:12:08,430
So if you want to pass it after that, OK, after that, I want to do undertake one of the variable,

201
00:12:08,430 --> 00:12:16,460
let me just name it as a contact field or form a contact form data.

202
00:12:16,600 --> 00:12:20,550
So this type of one of the variable logistic and into this contact form data.

203
00:12:20,560 --> 00:12:23,020
So with this our list.

204
00:12:23,590 --> 00:12:28,750
So here that is our model into the model area.

205
00:12:28,750 --> 00:12:29,590
That is our class.

206
00:12:29,590 --> 00:12:29,870
Right.

207
00:12:30,070 --> 00:12:33,400
So now first of all, also we have to do we have to actually take it.

208
00:12:33,400 --> 00:12:36,870
We have to take this model that is the model class name.

209
00:12:37,060 --> 00:12:41,140
So here in our Veria, I have to do I have to import it.

210
00:12:41,680 --> 00:12:45,760
That means I have to from our models and I have to import.

211
00:12:45,760 --> 00:12:46,710
That is a model models.

212
00:12:46,720 --> 00:12:49,490
I have to put out this class as a contact form.

213
00:12:49,840 --> 00:12:52,510
So now I just simply import it.

214
00:12:52,720 --> 00:12:54,320
OK, so that is a contact form.

215
00:12:54,610 --> 00:13:00,100
So with this contact from here, I just simply pass it into the contact form that are here.

216
00:13:00,100 --> 00:13:05,270
I want to pass all that, our getData what that actually I pass from what this important area.

217
00:13:05,400 --> 00:13:05,580
Right.

218
00:13:05,860 --> 00:13:06,790
So now I want to do an.

219
00:13:07,180 --> 00:13:13,960
What's it say, just simply pass our name, that variable here, it shall be as a name.

220
00:13:14,330 --> 00:13:17,310
So I just take that things with this variable, I just simply pass it.

221
00:13:17,650 --> 00:13:21,360
So that will actually our this model.

222
00:13:21,430 --> 00:13:22,590
That means this model.

223
00:13:22,600 --> 00:13:23,200
This field.

224
00:13:23,530 --> 00:13:23,790
Right.

225
00:13:23,820 --> 00:13:27,060
So in particular, that field area, we have to also pass every data.

226
00:13:27,400 --> 00:13:33,670
So I have already get all that, all the data, I get all the requested data and get that things with

227
00:13:33,670 --> 00:13:34,400
this variable.

228
00:13:34,630 --> 00:13:41,290
So for now, in order with this contact form, I just added our name and here I pass out this variable

229
00:13:41,290 --> 00:13:43,990
that I want that actually I get from our input field.

230
00:13:44,440 --> 00:13:47,510
I hope everything should be very much clear to you.

231
00:13:47,830 --> 00:13:52,020
So now we have to do the same things that we saw of the data I pass from our e-mail.

232
00:13:52,600 --> 00:13:58,090
What are the data I pass from our email is should be get all the data and I take the data with this

233
00:13:58,090 --> 00:13:58,800
variable.

234
00:13:58,810 --> 00:14:02,250
So here I have to do I have to actually pass it right.

235
00:14:02,260 --> 00:14:07,820
That means here I just pass it in our this model and this email.

236
00:14:08,050 --> 00:14:09,960
OK, so here I just simply pass it.

237
00:14:10,420 --> 00:14:15,010
And also we have to do the same, we have to do the same things for our subject.

238
00:14:15,430 --> 00:14:19,570
So subject and then also our methods data.

239
00:14:19,770 --> 00:14:21,810
So just simply pass that message data.

240
00:14:22,660 --> 00:14:25,270
I hope everything is very much clear to your friend.

241
00:14:25,510 --> 00:14:32,080
And after that I want to do after that, that we saw that our field and after that I want to save all

242
00:14:32,080 --> 00:14:32,620
the data.

243
00:14:32,740 --> 00:14:38,230
OK, so I want to save all the data that means our this contact from data, so this contact from the

244
00:14:38,230 --> 00:14:39,670
town to do and to save it.

245
00:14:40,240 --> 00:14:41,770
So to simply save it.

246
00:14:42,280 --> 00:14:42,880
Perfect.

247
00:14:43,090 --> 00:14:46,070
So friend, that's all you have to do.

248
00:14:46,140 --> 00:14:48,310
OK, so that's all you have to do.

249
00:14:48,320 --> 00:14:51,180
I think every line should be very much clear.

250
00:14:51,310 --> 00:14:54,130
OK, because of all I already discussed about that.

251
00:14:54,130 --> 00:14:54,860
Things, everything.

252
00:14:55,270 --> 00:15:00,790
So now let's check this out, not only if you like here I just click the save all.

253
00:15:01,810 --> 00:15:03,850
And now I'm first of all, I want to check it.

254
00:15:04,300 --> 00:15:07,750
Server is running well and now refresh it.

255
00:15:09,550 --> 00:15:15,880
All this dynamic that is terrific, this play, and now I just put that name as a guardian and I put

256
00:15:15,890 --> 00:15:21,040
that email Azarian at the way Gmail dot com would hide this.

257
00:15:21,040 --> 00:15:29,260
I just put as a hi, this is just for test sorry test.

258
00:15:29,620 --> 00:15:35,050
And then here we all do and actually pass on the data.

259
00:15:35,080 --> 00:15:37,160
So I better go to our home.

260
00:15:38,050 --> 00:15:40,160
I just saw some of the messages actually.

261
00:15:40,210 --> 00:15:42,610
OK, that means there is a clear message.

262
00:15:42,610 --> 00:15:46,720
I just posted a message and after that, if you click on this send message.

263
00:15:48,190 --> 00:15:51,130
Yes, you can see they have nowhere else to display.

264
00:15:51,480 --> 00:15:57,730
Now let's check this out, go to our database, Trebil, and now if you refresh it, yes, you can see

265
00:15:57,730 --> 00:16:02,740
friendly successfully display our name that precedes the contact form here.

266
00:16:02,740 --> 00:16:08,050
I added, if you go to that model here, I added that name, that name will be visible.

267
00:16:08,050 --> 00:16:08,330
Right.

268
00:16:08,440 --> 00:16:11,730
I just passed on of the name as our name Feelies Arion.

269
00:16:12,100 --> 00:16:17,080
So if you open it, yes, you can see it's not perfectly getting our Arion.

270
00:16:17,440 --> 00:16:19,580
That is our audience at Gmail dot com.

271
00:16:19,600 --> 00:16:23,050
That is a subject and that is our total description.

272
00:16:23,050 --> 00:16:27,770
Message, I hope is very much clear to is successful in the data.

273
00:16:28,150 --> 00:16:37,980
So if you want to insert another one like a test and test at the original dot com artist and then send

274
00:16:37,990 --> 00:16:43,570
a message as a test, OK, now clear the same message is perfectly.

275
00:16:43,810 --> 00:16:49,040
I will also show you in everything that is going to successfully complete one of the form, then it

276
00:16:49,060 --> 00:16:52,330
will be sure some of the message, OK, that means our last message.

277
00:16:52,690 --> 00:16:56,280
And now if you go to a database, refresh it again.

278
00:16:56,410 --> 00:17:02,140
Yeah, there is another one as a test and you can see every data is done successfully inserted in our

279
00:17:02,140 --> 00:17:03,860
database area software.

280
00:17:03,880 --> 00:17:06,970
And I hope it should be very much clear to you.

281
00:17:06,980 --> 00:17:10,420
We successfully also make our dynamic, our contact space.

282
00:17:10,840 --> 00:17:14,890
So in know next video underdo and discuss about that authentication path.

283
00:17:14,890 --> 00:17:21,730
That means how can logging and how can register your app user and how can log out everything related

284
00:17:21,730 --> 00:17:23,380
with the authentication.

285
00:17:23,560 --> 00:17:26,850
In the next video, I will show you that things with a live example.

286
00:17:27,280 --> 00:17:28,870
So thanks for watching.

287
00:17:28,870 --> 00:17:30,790
I will see you in the next video.
