1
00:00:00,330 --> 00:00:01,060
Hello, friend.

2
00:00:01,230 --> 00:00:07,170
Come back in a previous section, we have successfully complete one of the simple block project and

3
00:00:07,170 --> 00:00:09,420
I hope you will like it very much so.

4
00:00:09,420 --> 00:00:15,540
Now in this session will build another project and that will be one of the social media project so we

5
00:00:15,570 --> 00:00:19,260
can create one of the social media project with using the Django.

6
00:00:19,260 --> 00:00:22,350
In this section, I will show you that things with the live example.

7
00:00:22,530 --> 00:00:25,770
So for doing this, first of all, we have to create on the project.

8
00:00:25,770 --> 00:00:31,530
So in our exercise folder previously in our minds and our projects folder area I have created of the

9
00:00:31,530 --> 00:00:32,340
Block project.

10
00:00:32,640 --> 00:00:37,890
So now for our social media project, I also have to do I have to create another project so far and

11
00:00:37,890 --> 00:00:39,550
I hope you already remember it.

12
00:00:39,570 --> 00:00:46,500
If you want to create any project, then in particular that folder area I need as a so into the same

13
00:00:46,590 --> 00:00:48,780
area I want to do and to create the project.

14
00:00:48,780 --> 00:00:50,310
I hope you already remember it.

15
00:00:50,310 --> 00:00:58,050
You have to write down another Django Django and then admin Django admin and instead project.

16
00:01:00,810 --> 00:01:09,590
And now I want to put one of the name, my project name I want to do and name it as a my social underscore

17
00:01:09,600 --> 00:01:10,170
project.

18
00:01:13,520 --> 00:01:15,920
So, no, I'm not going to enter.

19
00:01:16,820 --> 00:01:18,710
So now will be created on the folder.

20
00:01:18,740 --> 00:01:24,230
You can see it's already created on the folder as my social project, so all we successfully created

21
00:01:24,230 --> 00:01:25,210
our project, right?

22
00:01:25,250 --> 00:01:26,590
So now we don't need it.

23
00:01:26,600 --> 00:01:28,220
I simply close it.

24
00:01:28,230 --> 00:01:29,540
So that is our project.

25
00:01:29,560 --> 00:01:31,730
You can see it's also created the miners by.

26
00:01:31,730 --> 00:01:35,480
And then I want another folder, the social my social project.

27
00:01:35,480 --> 00:01:37,640
And then all that I want is a certified right.

28
00:01:37,910 --> 00:01:40,330
So friend, we successfully created our project.

29
00:01:40,460 --> 00:01:43,340
So first of all, I don't want to take out this folder.

30
00:01:43,340 --> 00:01:46,550
I want to take out this folder to our editors.

31
00:01:46,550 --> 00:01:47,330
Our all will.

32
00:01:47,330 --> 00:01:48,040
We also need it.

33
00:01:48,050 --> 00:01:50,650
So that was our first project as my block project.

34
00:01:50,960 --> 00:01:57,620
So I wanted to add this folder now because open folder and open folder area here, you can see there

35
00:01:57,620 --> 00:01:58,420
is our folder.

36
00:01:58,430 --> 00:02:01,020
So before that was actually my block project.

37
00:02:01,040 --> 00:02:04,810
Now I'm going to select our my social project together select folder.

38
00:02:05,660 --> 00:02:12,460
And here you can see know successfully add our project, our social media project to our this editors.

39
00:02:12,480 --> 00:02:12,790
Right now.

40
00:02:12,800 --> 00:02:13,610
We don't need this.

41
00:02:13,610 --> 00:02:15,650
I also want to remove everything.

42
00:02:16,280 --> 00:02:18,230
I remove everything from here.

43
00:02:19,540 --> 00:02:25,550
That is all sitting by perfect, so here we added our project to our editor.

44
00:02:25,660 --> 00:02:27,680
That means our Adam editor, right.

45
00:02:27,700 --> 00:02:32,340
So now, first of all, I wanted to create all the application for our project.

46
00:02:32,680 --> 00:02:37,420
So we need one of the logging application and also we need the social application.

47
00:02:37,420 --> 00:02:37,640
Right.

48
00:02:37,660 --> 00:02:41,470
So, first of all, I want to create one of the applications for our logging panel.

49
00:02:41,470 --> 00:02:44,470
That is our default authentication system also will be needed.

50
00:02:44,740 --> 00:02:49,030
So if you want to create one of the application, what exactly you have to do, you have to write down

51
00:02:49,030 --> 00:02:50,740
as a PI or python.

52
00:02:50,860 --> 00:03:00,490
But I named it as a python like Python and the Mannus by my turn, managed by and they start up right.

53
00:03:00,490 --> 00:03:03,730
Is tied up and I just name it as an app on logging.

54
00:03:04,660 --> 00:03:10,980
So that will be our first application to enter now because you don't create that one of the application.

55
00:03:10,990 --> 00:03:12,370
That is our app logging.

56
00:03:12,640 --> 00:03:12,920
Right.

57
00:03:13,180 --> 00:03:16,800
I hope you already inhabited with all that our files.

58
00:03:17,080 --> 00:03:21,880
So now for our project, before you can see we need some of the media file.

59
00:03:21,890 --> 00:03:25,150
We need some of these static files and also we need the template file.

60
00:03:25,150 --> 00:03:25,390
Right.

61
00:03:25,750 --> 00:03:30,630
So now, first of all, I wanted to create all the essential file which will be needed for our project.

62
00:03:30,970 --> 00:03:35,530
So, you know, social media project folder here around the world to be the new folder.

63
00:03:35,770 --> 00:03:37,510
And I just named it as a static.

64
00:03:38,530 --> 00:03:41,770
So static folder will be needed and also will be needed.

65
00:03:41,770 --> 00:03:44,620
Our another folder as a template.

66
00:03:47,500 --> 00:03:47,820
Right.

67
00:03:47,830 --> 00:03:53,370
That will be as a template folder and also for our images, I will need another one.

68
00:03:53,950 --> 00:03:57,610
So I created the new folder and I name it as a media.

69
00:03:58,300 --> 00:04:00,640
I name it as a media perfect.

70
00:04:00,850 --> 00:04:06,260
And also here we have created all of the applications are fast working our main social file that in

71
00:04:06,280 --> 00:04:07,710
the main social project, that resource.

72
00:04:08,170 --> 00:04:10,300
So here we have to do we have to install it.

73
00:04:10,300 --> 00:04:10,560
Right.

74
00:04:10,960 --> 00:04:13,870
So, you know, install the video, first of all here.

75
00:04:13,900 --> 00:04:15,640
After that, we have to install it.

76
00:04:16,030 --> 00:04:21,330
So I name it as the app app underscore logging.

77
00:04:22,180 --> 00:04:24,060
So that will be our application.

78
00:04:24,070 --> 00:04:26,140
I have already created that we are app logging.

79
00:04:26,140 --> 00:04:26,430
Right.

80
00:04:26,440 --> 00:04:27,490
So I register it.

81
00:04:27,760 --> 00:04:32,770
And after that also we have to do we have to add all that our folder, that means a static folder,

82
00:04:32,770 --> 00:04:35,830
template folder, media folder in our Wayzata.

83
00:04:35,830 --> 00:04:36,110
Right.

84
00:04:36,430 --> 00:04:39,330
So if you want to do that work, you will be just like the same.

85
00:04:39,340 --> 00:04:41,560
I have already discussed about the things we do.

86
00:04:41,770 --> 00:04:50,170
I take one of the variable as a template directly, templates, underscore directly and then into the

87
00:04:50,170 --> 00:04:56,260
templates digital area with our W part we have to add that will be as it was spot.

88
00:04:56,260 --> 00:04:57,790
And then we have to join.

89
00:04:58,270 --> 00:05:03,550
We have to join our Bayes based directory and into the area.

90
00:05:03,560 --> 00:05:05,710
We have to join our templates.

91
00:05:08,060 --> 00:05:09,660
Right, that will be as a template.

92
00:05:09,680 --> 00:05:13,610
So that means that is actually our fault and that will be as a template right now.

93
00:05:13,640 --> 00:05:17,100
So after that, we have to also add our aesthetic and the media.

94
00:05:17,480 --> 00:05:22,790
So for the static and immediately static, they truly underscored the victory.

95
00:05:23,060 --> 00:05:31,370
And then with our OS and then Pop, and we have to join with our base victory.

96
00:05:31,400 --> 00:05:36,980
And here it shall be as a static, that bizarrely static folder.

97
00:05:37,010 --> 00:05:37,400
Right.

98
00:05:37,610 --> 00:05:42,070
And make sure that these are static so that there is static, that static folder.

99
00:05:42,080 --> 00:05:44,070
And now we have to also add our media.

100
00:05:44,690 --> 00:05:51,080
So that will be I take another one as immediately actually media underscore directly.

101
00:05:51,530 --> 00:05:55,430
And then with our OS here, that will be our part.

102
00:05:56,000 --> 00:05:57,740
Our part will be Jayan.

103
00:05:57,860 --> 00:06:06,410
And then here will be as a base base directly into the area around the doing to add our media.

104
00:06:08,090 --> 00:06:08,510
Right.

105
00:06:08,540 --> 00:06:10,670
That will be our media perfect.

106
00:06:10,850 --> 00:06:16,310
So now we have to do we have to add our template that is our tampoe directly in our template area.

107
00:06:16,820 --> 00:06:18,880
And that means that is a our template.

108
00:06:18,890 --> 00:06:20,720
So that will be our template directly.

109
00:06:20,720 --> 00:06:20,930
Right.

110
00:06:20,960 --> 00:06:27,890
So here we have add added and also after that, after that hour, we have to add our media and also

111
00:06:27,890 --> 00:06:28,460
the static.

112
00:06:28,460 --> 00:06:29,420
So that is only static.

113
00:06:29,420 --> 00:06:33,560
You will say here, as I told you before, what exactly you have to do.

114
00:06:34,010 --> 00:06:34,400
Right.

115
00:06:34,420 --> 00:06:36,140
So here after this.

116
00:06:36,440 --> 00:06:39,770
After this, I take it as a static file, a director rewrite.

117
00:06:40,040 --> 00:06:45,470
It will be as a static files underscore directly.

118
00:06:45,950 --> 00:06:49,520
And then this will be our static directorate.

119
00:06:50,960 --> 00:06:53,360
That means this is that exactly right.

120
00:06:53,630 --> 00:07:00,260
And also after that, I don't want to add another one for our media route, which will be as a media

121
00:07:00,260 --> 00:07:06,890
underscore route and for the media route, it will be our media directory media directly.

122
00:07:07,220 --> 00:07:10,110
And then also we need another one of the media.

123
00:07:10,190 --> 00:07:16,110
Warrell media under underscore, you are told and this will be our media.

124
00:07:16,160 --> 00:07:19,700
That means I have already created that folder, other media.

125
00:07:19,720 --> 00:07:21,130
So this will be as a media.

126
00:07:21,620 --> 00:07:23,630
So that's all the essential things.

127
00:07:23,650 --> 00:07:25,930
Friend, I have already discussed about the things we do.

128
00:07:25,940 --> 00:07:26,780
So now we have to do.

129
00:07:26,780 --> 00:07:27,920
We have to update it.

130
00:07:28,340 --> 00:07:29,660
So I updated our.

131
00:07:29,660 --> 00:07:30,060
You are.

132
00:07:30,120 --> 00:07:34,990
That means the media world and the media route and then our static files.

133
00:07:34,990 --> 00:07:40,660
So that is making sure spelling is correct, that it is static and then files and then static projector.

134
00:07:40,670 --> 00:07:45,170
You will be our static directly and then our default one of these static.

135
00:07:45,770 --> 00:07:50,420
And then I have updated our template template directly.

136
00:07:50,420 --> 00:07:56,860
And then also I installed our app Logging and I added all the things in our voice area.

137
00:07:57,290 --> 00:07:57,880
Perfect.

138
00:07:58,400 --> 00:08:03,830
So friend here will create one of the social media project and for the social media project, our app

139
00:08:03,830 --> 00:08:04,280
logging.

140
00:08:04,280 --> 00:08:09,800
That means the full authentication is very much important on the part and also will create another one

141
00:08:09,800 --> 00:08:10,630
for our social.

142
00:08:10,640 --> 00:08:11,750
So I will do the things later.

143
00:08:11,780 --> 00:08:14,990
First of all, I want to complete our default authentication system.

144
00:08:15,380 --> 00:08:20,600
So in our template into the template area, better understand the creation of the folder and I just

145
00:08:20,600 --> 00:08:22,280
name it as an app login.

146
00:08:22,790 --> 00:08:25,400
I just put that same name as an app logging.

147
00:08:25,550 --> 00:08:27,650
OK, so that will be everything.

148
00:08:27,650 --> 00:08:31,190
Our authentication related every as HTML file.

149
00:08:31,190 --> 00:08:36,310
I want to say in particular this folder and also we will need that images.

150
00:08:36,740 --> 00:08:40,570
If for our social media project, we will also use that images.

151
00:08:40,580 --> 00:08:46,490
So if you want to work with these images, I think you already remember it in our project folder.

152
00:08:46,490 --> 00:08:47,620
In Maine project folder.

153
00:08:47,630 --> 00:08:48,330
That is awesome.

154
00:08:48,440 --> 00:08:51,290
You Warrell and the URL area we have to update.

155
00:08:51,290 --> 00:08:54,950
Right, Peter, I it it each file is essential.

156
00:08:54,950 --> 00:08:59,510
First of all, I want to add everything I which I have already discussed about the things we do.

157
00:08:59,510 --> 00:09:03,650
So right now the like here you can see that our default one, that is our default admin part.

158
00:09:03,860 --> 00:09:08,270
And then there is from Django you are to import part.

159
00:09:08,270 --> 00:09:08,570
Right.

160
00:09:08,780 --> 00:09:11,120
And also here on the ground to input another one.

161
00:09:11,120 --> 00:09:15,980
That means here on the include our method, I will be as include.

162
00:09:16,760 --> 00:09:20,900
So I simply added our this method as include method.

163
00:09:21,020 --> 00:09:26,000
And as I told you, if you want to working with the images here, also you have to add some of the settings.

164
00:09:26,000 --> 00:09:26,270
Right.

165
00:09:26,510 --> 00:09:35,570
So that will be from sorry, that will be from and then Django from Django then the config that we need

166
00:09:35,570 --> 00:09:37,940
from here, we have to input the settings.

167
00:09:38,900 --> 00:09:39,320
Right.

168
00:09:39,320 --> 00:09:46,400
It will have to input that settings and also from the Django, from the Django to the country.

169
00:09:47,390 --> 00:09:49,280
So from the Django country.

170
00:09:49,460 --> 00:09:51,140
Then there is a very static file.

171
00:09:51,160 --> 00:09:55,730
Sawtell static So that will be as static files.

172
00:09:55,730 --> 00:09:58,720
And from here there is another one of the equals.

173
00:09:59,210 --> 00:10:05,300
So from that you are allowed to do and the input or the static switch will be added static and also

174
00:10:05,300 --> 00:10:05,830
static.

175
00:10:06,740 --> 00:10:06,860
Is.

176
00:10:06,940 --> 00:10:15,190
Adding value added pattern is still be sorry, it's still very static in static files and static files

177
00:10:15,190 --> 00:10:19,110
and then underscore you are pattern, you are pattern.

178
00:10:21,010 --> 00:10:25,540
So friend, make sure you remember that because of all that is the default everything.

179
00:10:25,540 --> 00:10:28,290
So we have to actually use it appropriate like that way.

180
00:10:28,630 --> 00:10:30,670
So that will be our static files.

181
00:10:30,670 --> 00:10:34,160
And you are a pattern and now we have to do we have to declare it right.

182
00:10:34,180 --> 00:10:37,240
So after that I want to do it will be as equal.

183
00:10:37,480 --> 00:10:42,880
That means that you model patterns and inaudible patterns, which will be as a plastic rule, and then

184
00:10:42,880 --> 00:10:45,240
all the static files, you whatever that means.

185
00:10:45,250 --> 00:10:47,380
This is files you and we have to load.

186
00:10:47,530 --> 00:10:47,910
Right.

187
00:10:48,280 --> 00:10:49,870
So now I load it.

188
00:10:49,870 --> 00:10:56,200
And then again, our world patterns, you are patterns will be our plastic tool with this plastic.

189
00:10:56,200 --> 00:10:57,490
Will you still be this static.

190
00:10:57,700 --> 00:10:59,290
So will be a static.

191
00:10:59,290 --> 00:11:02,970
And then here we have to do we have to add our settings.

192
00:11:03,370 --> 00:11:10,990
So with this setting, I want to use our media, media authority, media, and that it will be our media.

193
00:11:10,990 --> 00:11:12,580
You are all right here.

194
00:11:12,580 --> 00:11:13,360
We have to it.

195
00:11:13,360 --> 00:11:19,480
And then our document route, we have to set the document, underscore route.

196
00:11:20,740 --> 00:11:25,450
Our document will be with our settings, settings and with the setting.

197
00:11:25,450 --> 00:11:27,040
We have to add our media route.

198
00:11:27,730 --> 00:11:30,400
So it should be media and then our media route.

199
00:11:30,730 --> 00:11:32,920
I hope friend is very much clear to you.

200
00:11:32,920 --> 00:11:35,080
So if you want to work with the images.

201
00:11:35,320 --> 00:11:37,290
So this part is very much important.

202
00:11:37,300 --> 00:11:37,600
Right.

203
00:11:37,600 --> 00:11:40,180
So which I have already discussed about the things we do.

204
00:11:40,180 --> 00:11:41,740
So make sure you add it.

205
00:11:42,100 --> 00:11:48,130
And also right now, I have already created one of the application that is our app logging application

206
00:11:48,130 --> 00:11:49,930
and into the app logging application area.

207
00:11:50,000 --> 00:11:53,050
You want to segment all that, your authentication related.

208
00:11:53,050 --> 00:11:55,510
You are in particular this application area.

209
00:11:55,720 --> 00:11:57,360
You can also do that work, right?

210
00:11:57,370 --> 00:12:00,280
So for doing this year, we have to do we have to create one of the EU URLs.

211
00:12:01,060 --> 00:12:02,980
So everything is very much relevant.

212
00:12:02,990 --> 00:12:05,680
Friend, I have already discussed about the things we do here.

213
00:12:05,680 --> 00:12:08,410
I just simply added all that, our essential files.

214
00:12:08,740 --> 00:12:14,950
So it will be as you URLs and then our fight scene, you will find what exactly we have to do.

215
00:12:14,950 --> 00:12:22,000
We have to first of all, from our Django front to the Django, that is all you are ls and from here

216
00:12:22,000 --> 00:12:29,110
we have to import, we have to import as a part I load our part and also from and from our.

217
00:12:29,320 --> 00:12:32,340
And we have to do we have to load our these views.

218
00:12:32,350 --> 00:12:32,580
Right.

219
00:12:32,590 --> 00:12:34,120
So that is in our app logging.

220
00:12:34,510 --> 00:12:37,180
I name it as the app underscore logging.

221
00:12:39,730 --> 00:12:41,350
OK, from our app logging.

222
00:12:41,350 --> 00:12:47,560
I don't want to import, I want to import our views so that with our views, fine.

223
00:12:47,560 --> 00:12:49,030
So that is our views file.

224
00:12:49,120 --> 00:12:49,480
Right.

225
00:12:49,750 --> 00:12:52,330
And here it will be better.

226
00:12:52,330 --> 00:12:55,870
I provide this appropriate this application.

227
00:12:55,870 --> 00:12:59,740
I want to add another app name which I have already declared.

228
00:12:59,740 --> 00:13:06,250
I understand me that the app under its name and for this one I name it as the name will be as an app

229
00:13:06,250 --> 00:13:06,700
logging.

230
00:13:06,820 --> 00:13:10,240
OK, so with the same name Cecil B. as app logging.

231
00:13:10,240 --> 00:13:13,720
And then I wanted one to declare our all that you are on here.

232
00:13:13,720 --> 00:13:15,570
That is all that our URL patterns.

233
00:13:16,000 --> 00:13:20,610
So I want to declare all the three world patterns in particular this right friend.

234
00:13:20,980 --> 00:13:26,620
So here as I told your friend, first of all, I don't want to complete our default authentication system

235
00:13:26,620 --> 00:13:30,670
and for the default authentication system here, what exactly did before?

236
00:13:30,970 --> 00:13:36,430
If you go to that Django official site and here, as I told you before, I want to do want to use our

237
00:13:36,430 --> 00:13:38,650
this class as a user creation form.

238
00:13:39,040 --> 00:13:45,070
So with this user creation from use actually provided that username password one field and another one

239
00:13:45,070 --> 00:13:46,330
as a password to write.

240
00:13:46,540 --> 00:13:50,680
And also here I want to do I want to add another additional feel for the email.

241
00:13:50,890 --> 00:13:55,570
So if you want to add that another additional feel, then you have to do have to create one the form.

242
00:13:55,570 --> 00:13:55,840
Right.

243
00:13:55,840 --> 00:13:57,610
We have to create the custom form.

244
00:13:57,970 --> 00:14:03,760
So I how to do the same things again, like in our app logging here on the turn to create another new

245
00:14:03,760 --> 00:14:06,900
file and I just name it as it forms right.

246
00:14:06,910 --> 00:14:10,420
Form Dot fi and I just name it as a form that fight.

247
00:14:10,660 --> 00:14:11,140
Perfect.

248
00:14:11,440 --> 00:14:16,420
So here what exactly you have to do from first of all you have to load our Django default form.

249
00:14:17,080 --> 00:14:22,340
So friend, I have already make that same work for our block projects right now.

250
00:14:22,340 --> 00:14:24,940
I want to do that things again that will be our form.

251
00:14:24,950 --> 00:14:25,240
Right.

252
00:14:25,570 --> 00:14:33,220
So it will be import our Django default form and then I want to want to use our this class.

253
00:14:33,220 --> 00:14:35,920
That means that is our user creation form plus.

254
00:14:35,920 --> 00:14:40,360
So with this form class we will get some of the specific feel for our sign up position.

255
00:14:40,360 --> 00:14:40,720
Right.

256
00:14:41,200 --> 00:14:45,790
So that will be in our form and then Django and then the country.

257
00:14:46,660 --> 00:14:50,710
So from to the country then the old and then the forms.

258
00:14:50,830 --> 00:14:56,170
Right from the forms here you have to do you have to import our this class as a user creation form.

259
00:14:56,680 --> 00:14:57,070
Right.

260
00:14:57,400 --> 00:15:03,850
And as I told you, with this user creation form will get out of this field so that his username password

261
00:15:03,850 --> 00:15:05,950
and the password to and also here.

262
00:15:06,530 --> 00:15:10,230
And to add another additional field, it shall be as email.

263
00:15:10,550 --> 00:15:16,140
So this email is in our user, right, in our user object area, that is another field as email.

264
00:15:16,160 --> 00:15:24,500
So now, first of all, I also want to want to get our this user that means here from that will be our

265
00:15:24,500 --> 00:15:31,490
from from the Django, sorry, from the Django and then the Cantrip.

266
00:15:32,540 --> 00:15:40,520
So from the Django Cantrip and then the old and then from here the the models from the models founded

267
00:15:40,520 --> 00:15:42,250
on the input our user class.

268
00:15:42,260 --> 00:15:42,610
Right.

269
00:15:42,650 --> 00:15:43,890
That will be our user.

270
00:15:44,150 --> 00:15:44,610
Perfect.

271
00:15:44,900 --> 00:15:48,770
So now to declare war on the custom of the form class.

272
00:15:48,800 --> 00:15:55,410
So I named this class sword and I just name it as a create new user.

273
00:15:55,850 --> 00:16:02,300
OK, so we as a create news around the class and it will be in our this user class that precedes the

274
00:16:02,300 --> 00:16:03,710
creation from right now.

275
00:16:03,710 --> 00:16:05,480
I load that our user creation from.

276
00:16:05,870 --> 00:16:10,790
So with this form, as I told you, we will get some of this because if you feel like there is a name

277
00:16:10,800 --> 00:16:16,790
that that Avatar class in that class will be as a matter because of all I created out of the class into

278
00:16:16,790 --> 00:16:17,560
the class area.

279
00:16:17,570 --> 00:16:19,790
So it will be another as a middle class right.

280
00:16:20,070 --> 00:16:22,170
To the middle class area with this model.

281
00:16:22,190 --> 00:16:24,070
I want to do I want to load our user.

282
00:16:24,440 --> 00:16:26,060
That means our user model.

283
00:16:26,060 --> 00:16:29,110
And then I want to do I want to add all the other fields.

284
00:16:30,440 --> 00:16:33,010
So that will be all that feels I want to do.

285
00:16:33,020 --> 00:16:35,900
And the Lord, our fields name, our field name.

286
00:16:35,900 --> 00:16:41,120
So we thought this user creation form will get some of the specific feel right.

287
00:16:41,450 --> 00:16:48,440
We get some of the specific field, uh, that is actually there.

288
00:16:48,710 --> 00:16:49,600
That is actually the word.

289
00:16:49,610 --> 00:16:52,750
This will mean that username password on password too.

290
00:16:52,790 --> 00:16:54,050
So now I copy it.

291
00:16:54,530 --> 00:16:59,780
That will be as a one one will be as our user name.

292
00:17:00,200 --> 00:17:00,620
Right.

293
00:17:00,620 --> 00:17:09,560
And then there will be as a password, password one and also another will be as a password too.

294
00:17:10,400 --> 00:17:14,460
So it be as a password and that will be as a password to write.

295
00:17:15,110 --> 00:17:19,200
So here you can see there is a clear filename as a password, one as a password two.

296
00:17:19,550 --> 00:17:26,480
So no, I loaded and also for our this sign up, I wanted to add another additional form on that, another

297
00:17:26,480 --> 00:17:31,220
additional form as they made me do the email, I name it as email.

298
00:17:31,220 --> 00:17:36,220
And then with our forms, with our forms, they should be we have to declare our type.

299
00:17:36,230 --> 00:17:38,390
So that will be on the email file type.

300
00:17:38,840 --> 00:17:40,670
I name it as email field.

301
00:17:41,900 --> 00:17:45,490
OK, we'll email feed and I want to make the things as required.

302
00:17:47,270 --> 00:17:54,200
OK, make that things as required will be as a true so I may meet as required will be the true perfect.

303
00:17:54,410 --> 00:17:57,290
So now here also you have to do have to pass this field.

304
00:17:57,500 --> 00:17:59,180
That means our DC Millfield.

305
00:17:59,540 --> 00:18:02,170
So here I want to pass that email field.

306
00:18:02,780 --> 00:18:04,310
So that will be already Millfield.

307
00:18:04,700 --> 00:18:11,420
That means for our create new user that will be our all that field as email field username, password

308
00:18:11,420 --> 00:18:12,590
and password.

309
00:18:12,800 --> 00:18:13,070
Right.

310
00:18:13,250 --> 00:18:17,780
And so we successfully created one of the custom forms for our sign up base.

311
00:18:17,780 --> 00:18:21,100
So that will be actually feels OK, not the feel it should be.

312
00:18:21,110 --> 00:18:27,550
The feels our are is declared at the Forwell email username password and the password to the written

313
00:18:27,590 --> 00:18:33,800
model as a user model so that the user model and that is our user creation form, so that our application

314
00:18:33,800 --> 00:18:38,330
form and that additional I feel I have added as an email.

315
00:18:38,510 --> 00:18:38,930
Great.

316
00:18:38,930 --> 00:18:41,710
So that's all we have to do and all we have to do.

317
00:18:41,710 --> 00:18:44,600
We have to visibly it so that I click on save all.

318
00:18:44,900 --> 00:18:49,940
So if you want to visible it, we have to work right now in our app blocking and the view.

319
00:18:50,090 --> 00:18:50,480
Right.

320
00:18:50,750 --> 00:18:51,280
So better.

321
00:18:51,290 --> 00:18:55,790
And to continue this process in our next video, I will show that things to the live example.

322
00:18:56,240 --> 00:18:59,510
So thanks for watching and I will see you in the next video.
