1
00:00:00,180 --> 00:00:00,930
Hello, friend.

2
00:00:00,960 --> 00:00:01,890
Welcome back.

3
00:00:02,280 --> 00:00:07,860
In a previous video, we set up our total project and all that essential file which will be needed,

4
00:00:07,860 --> 00:00:09,840
we already set up it right.

5
00:00:10,080 --> 00:00:16,360
And also in our app application into the application area, I have created one of the custom form because

6
00:00:16,360 --> 00:00:20,080
the follow on to another edition of the field as email.

7
00:00:20,430 --> 00:00:26,700
So far the results I have created one of the forms, so that is our last name I declare as a new user.

8
00:00:26,700 --> 00:00:27,020
Right.

9
00:00:27,300 --> 00:00:29,850
So now I want to do I want to work to our view.

10
00:00:29,850 --> 00:00:34,700
That means that is our application and that is our view right into the area.

11
00:00:34,710 --> 00:00:39,240
First of all, I want to create all that authentication related to everything which I have already done

12
00:00:39,240 --> 00:00:40,290
in our block project.

13
00:00:40,320 --> 00:00:46,080
So now I do want to do the things again, like that is all by default as a Django shot cards and from

14
00:00:46,190 --> 00:00:48,160
the shortcuts import around the right.

15
00:00:48,390 --> 00:00:54,300
So that is by default is visible software that also I want to do want to add another one of the class

16
00:00:54,390 --> 00:00:57,190
that is another class of the EDP response to that extra.

17
00:00:57,200 --> 00:01:03,870
So we also need it as a EDP and then response and then redirect.

18
00:01:05,490 --> 00:01:07,470
That will be as TDP response to that.

19
00:01:08,070 --> 00:01:14,220
So make sure you added and also all the essential things like I have already created another form.

20
00:01:14,340 --> 00:01:16,230
So that is our create new form.

21
00:01:16,260 --> 00:01:19,710
Also, we have to we have to add it because of all I have to load out this form.

22
00:01:19,710 --> 00:01:20,020
Right.

23
00:01:20,040 --> 00:01:21,810
So now I want to be imported.

24
00:01:21,810 --> 00:01:23,460
So that is our form.

25
00:01:23,700 --> 00:01:30,420
And then our app logging, that means from our app logging and then our forms, that is our forms.

26
00:01:30,420 --> 00:01:34,320
And then from here and we import our class name as a create user.

27
00:01:34,440 --> 00:01:34,800
Right.

28
00:01:35,130 --> 00:01:38,470
And then also we need our logging log out and authenticate.

29
00:01:38,490 --> 00:01:39,990
So that is in our form.

30
00:01:40,350 --> 00:01:47,790
And then Django and then the country, what that will be as a country and then the orzo from here.

31
00:01:47,790 --> 00:01:51,630
And I don't put all that our original class as they authenticate.

32
00:01:54,360 --> 00:01:54,610
Right.

33
00:01:54,720 --> 00:01:56,330
That will be as authenticate.

34
00:01:56,340 --> 00:01:59,960
And also we need the logging and there is a log out.

35
00:02:00,300 --> 00:02:03,570
So I added all the essential class on here.

36
00:02:03,840 --> 00:02:07,040
And after that, I also want to do want to edit that our divorce.

37
00:02:07,440 --> 00:02:12,270
So that is in our form and the Django and the Django, that is you or else.

38
00:02:12,630 --> 00:02:17,160
And from here I want to import our reverse sorry.

39
00:02:17,220 --> 00:02:18,210
Reverse.

40
00:02:18,210 --> 00:02:18,680
Right.

41
00:02:18,690 --> 00:02:19,980
That will be the reverse.

42
00:02:19,980 --> 00:02:27,110
And then also I want to add another one as a reverse lazy reverse underscore lazy.

43
00:02:27,780 --> 00:02:31,040
So that is another class as a reverse lazy perfect.

44
00:02:31,320 --> 00:02:36,420
So no one to do all the create of the function, the creator of the function for our sign up.

45
00:02:36,780 --> 00:02:39,660
So if you want to do that work, what exactly you have to do?

46
00:02:39,690 --> 00:02:45,550
I just create our function name and just name it as a sign up sign underscore up.

47
00:02:45,570 --> 00:02:50,910
OK, and this function name here also we have to do have to pass our request, as I told you before,

48
00:02:50,910 --> 00:02:54,180
and then also after that which links is needed.

49
00:02:54,180 --> 00:02:59,120
I want to add all the essential things like I need our form.

50
00:02:59,190 --> 00:03:05,310
I take one of the variable as a form, and here we have to do we have to pass out this custom form that

51
00:03:05,310 --> 00:03:07,820
I already import as I create new user.

52
00:03:07,860 --> 00:03:08,160
Right.

53
00:03:08,670 --> 00:03:09,810
So now I added.

54
00:03:09,960 --> 00:03:15,150
And also after that I take another variable at the register and I want to make the things as it false

55
00:03:15,150 --> 00:03:17,330
and literally when the will that I will be saved.

56
00:03:17,340 --> 00:03:18,630
I want to make that as a true.

57
00:03:18,640 --> 00:03:20,100
So just like that same.

58
00:03:20,400 --> 00:03:22,860
What exactly did you know our blogsite.

59
00:03:23,130 --> 00:03:25,290
I take another variable as a registered.

60
00:03:28,000 --> 00:03:34,240
OK, that will be at the register, and then first of all, I want to make our register as a false so

61
00:03:34,240 --> 00:03:40,330
it shall be as a false first and then I want to r same condition Eve request.

62
00:03:40,330 --> 00:03:46,960
And then the method our method is shall we check our request is post on our so friend.

63
00:03:46,960 --> 00:03:49,630
I have already discussed about everything that you can see.

64
00:03:49,630 --> 00:03:52,740
We just already complete our main core functionality.

65
00:03:52,750 --> 00:03:59,800
Now we can create this project very easily, like I put our post on Wangel B as opposed to after that.

66
00:03:59,800 --> 00:04:00,890
What exactly we have to do.

67
00:04:00,890 --> 00:04:02,170
We have to add our form.

68
00:04:02,530 --> 00:04:06,670
And with this form, I don't want to create our without this create new user.

69
00:04:07,120 --> 00:04:10,770
That means this class here we have to pass our distinguished post.

70
00:04:10,780 --> 00:04:11,050
Right.

71
00:04:11,050 --> 00:04:13,900
So it will be as a request and then I post.

72
00:04:14,290 --> 00:04:20,050
So here I may want to do to take our distinguished post that one of the variable and then just name

73
00:04:20,050 --> 00:04:22,210
it as a data into the rather variable.

74
00:04:22,210 --> 00:04:23,110
I want to save it.

75
00:04:23,740 --> 00:04:24,100
Right.

76
00:04:24,370 --> 00:04:32,560
And then I want to do to add our validation that receive our form if our form is underscore valid.

77
00:04:33,970 --> 00:04:38,980
So if is valid then it will be do some of the work like it will be.

78
00:04:38,980 --> 00:04:46,120
I take another variable as user and with this user and want to save our D form all the data I want to

79
00:04:46,120 --> 00:04:48,070
do and say we don't want to be safe.

80
00:04:48,070 --> 00:04:52,170
I want to make our list editor, so I want to make out this registered.

81
00:04:52,180 --> 00:04:55,690
Will we as a true OK, so B as a true perfect.

82
00:04:55,900 --> 00:04:59,340
And after that what exactly we have to do, we have to load onto the page.

83
00:04:59,350 --> 00:04:59,610
Right.

84
00:04:59,630 --> 00:05:05,940
So here, if you want to put this place on the page, you have to be displayed with the written left

85
00:05:06,010 --> 00:05:11,350
with the written and then the with the standard I want to do and to parse that.

86
00:05:11,350 --> 00:05:16,450
It should be past that request and also is to pass another Parmeter Akbar file location.

87
00:05:16,450 --> 00:05:21,760
So, you know, logging into that app logging folder, I have already created this folder.

88
00:05:22,210 --> 00:05:22,660
Right.

89
00:05:22,660 --> 00:05:27,730
I have already created this folder into the folder area and to create one of the basically as a new

90
00:05:27,730 --> 00:05:32,550
file and I just name it as a sign up saying up dot e-mail.

91
00:05:32,590 --> 00:05:34,230
So this base I want to load.

92
00:05:34,330 --> 00:05:36,580
OK, let me design upload this HTML.

93
00:05:36,580 --> 00:05:38,260
So that is in our view.

94
00:05:38,800 --> 00:05:46,210
So here I want to load in our app logging and then our sign up dot as HTML is so we load and then also

95
00:05:46,210 --> 00:05:49,990
I want to do it from here and to pass our data.

96
00:05:49,990 --> 00:05:51,400
So maybe to the context.

97
00:05:52,210 --> 00:05:52,570
Right.

98
00:05:52,570 --> 00:05:55,060
So we use it a lot of the times with this context.

99
00:05:55,060 --> 00:05:57,430
I want to load our dictionary into the dictionary area.

100
00:05:57,430 --> 00:06:03,040
If you want to pass on the title, like in our sign up page should be displayed on the title dynamically

101
00:06:03,340 --> 00:06:05,860
so you can also pass on the screen value.

102
00:06:05,860 --> 00:06:09,340
I name it as a title, OK, name it as a title.

103
00:06:09,340 --> 00:06:15,940
And then here I want to do and load our sign, a form which will be displayed the title name as a sign

104
00:06:16,690 --> 00:06:20,740
up from here.

105
00:06:21,790 --> 00:06:24,160
OK, sorry form here.

106
00:06:24,820 --> 00:06:31,450
This will be displayed this type of one of the title write and after that I also want to pass our form.

107
00:06:31,480 --> 00:06:34,300
That means our I take that our form.

108
00:06:34,300 --> 00:06:38,590
So now I want to do on the password this form so I to pass this form.

109
00:06:38,980 --> 00:06:39,760
So that is done.

110
00:06:39,760 --> 00:06:42,310
We can actually use it in our sign up that this Tamalpais.

111
00:06:42,490 --> 00:06:44,560
So now we have to work on this.

112
00:06:44,560 --> 00:06:45,910
That is our sign up to this table.

113
00:06:45,940 --> 00:06:47,630
Seem to the sign up for me.

114
00:06:47,680 --> 00:06:50,020
I also want to load our PSP, right.

115
00:06:50,260 --> 00:06:54,580
So I have already installed that Quispe and before I have already because of all the things we do.

116
00:06:54,940 --> 00:07:00,550
So right now, what to do if you want to use that Quispe form, what exactly you have to work for this

117
00:07:00,550 --> 00:07:00,820
one.

118
00:07:01,210 --> 00:07:07,300
Like in our main project, if you go to that settings in the settings area, you know, install a PDA,

119
00:07:07,300 --> 00:07:08,650
we have to add it.

120
00:07:08,650 --> 00:07:09,010
Right.

121
00:07:09,010 --> 00:07:11,970
So first of all, I don't want to add it.

122
00:07:11,970 --> 00:07:17,170
It will be as a crispy form Quispe underscore forms.

123
00:07:18,070 --> 00:07:19,540
So that will be our case before.

124
00:07:19,660 --> 00:07:24,670
And also here we have to do we have to declare our template package that means our Quispe template packages.

125
00:07:25,150 --> 00:07:35,140
So that will be our Quispe Quispe underscore template, template, underscore back.

126
00:07:35,140 --> 00:07:39,280
And also for this project, I want to use our Mustaf also.

127
00:07:39,430 --> 00:07:41,470
I make that I name it as a bootstrap.

128
00:07:44,300 --> 00:07:49,570
Will step four right then I hope you already remember that part, so make sure you added because of

129
00:07:49,580 --> 00:07:50,480
all this project.

130
00:07:50,510 --> 00:07:52,040
I also want to use that bootstrap.

131
00:07:52,040 --> 00:07:56,780
So for the boost up in our previous, you know, previous blog site, what exactly we did.

132
00:07:56,780 --> 00:08:02,750
If you put the template into the Tampa area that was in our block project we have used on the bootstrap

133
00:08:02,750 --> 00:08:04,070
all that file in our business.

134
00:08:04,280 --> 00:08:04,650
All right.

135
00:08:05,120 --> 00:08:06,830
So, no, I don't actually take it.

136
00:08:08,210 --> 00:08:09,680
That is all based on the stimulus.

137
00:08:09,720 --> 00:08:15,440
First of all, I wanted to create the same file, so same file I want to create for our social project

138
00:08:15,440 --> 00:08:17,510
in know template, know the template.

139
00:08:17,540 --> 00:08:21,580
I created the new filing, you name it as a base dot estimate.

140
00:08:21,830 --> 00:08:26,840
OK, that will be our main file and at the base estimate area from our estimate.

141
00:08:26,840 --> 00:08:27,580
Just like that.

142
00:08:27,590 --> 00:08:28,940
Same for our business.

143
00:08:28,940 --> 00:08:29,420
Jammal.

144
00:08:29,420 --> 00:08:32,330
I copy everything, I copy everything.

145
00:08:32,420 --> 00:08:33,680
Right now we don't need this.

146
00:08:33,680 --> 00:08:38,720
And here in our social project, that legal basis to email I it OK.

147
00:08:39,140 --> 00:08:41,300
And I make that things as a PSP.

148
00:08:42,260 --> 00:08:49,820
And you will be as the PSP, I make it as a baby, so that is all that our CDN, that means our bootstrap

149
00:08:49,840 --> 00:08:51,610
CDN for the jazz file.

150
00:08:51,610 --> 00:08:51,620
Fine.

151
00:08:51,980 --> 00:08:56,270
And also that is our perception for the access file.

152
00:08:56,270 --> 00:08:56,640
Right.

153
00:08:56,660 --> 00:08:58,910
And also you can see that is our phone dorsum.

154
00:08:58,940 --> 00:09:00,180
I have already loaded it.

155
00:09:00,200 --> 00:09:01,780
That is our phone to some Syrian.

156
00:09:02,330 --> 00:09:04,250
And then there is our blog title.

157
00:09:04,250 --> 00:09:10,320
So blog that will be as a social social media project.

158
00:09:11,090 --> 00:09:13,210
OK, name it as a social media project.

159
00:09:13,220 --> 00:09:17,550
That will be our title and that is our neighbors into the neighborhood.

160
00:09:17,610 --> 00:09:20,090
I only want to do want to take our home.

161
00:09:20,240 --> 00:09:23,290
So rather than everything I want to do and remove it.

162
00:09:24,110 --> 00:09:26,210
So that is fine.

163
00:09:26,210 --> 00:09:28,040
So I remove everything from here.

164
00:09:28,220 --> 00:09:31,400
OK, and that is actually our neighbor.

165
00:09:31,610 --> 00:09:33,200
So here also don't need this.

166
00:09:33,200 --> 00:09:34,090
I remove it.

167
00:09:34,880 --> 00:09:36,220
So that will be our neighbor.

168
00:09:36,650 --> 00:09:37,100
Perfect.

169
00:09:37,430 --> 00:09:40,940
So that is our border area into the border area that have one of the neighbor.

170
00:09:40,940 --> 00:09:45,170
And I also want to make that right now, the clean that will be as our home menu.

171
00:09:45,530 --> 00:09:49,160
And then that is our body blog and then our own blog.

172
00:09:49,280 --> 00:09:49,600
Right.

173
00:09:49,620 --> 00:09:51,220
Fent perfect.

174
00:09:51,230 --> 00:09:54,290
So right now we successfully updated our business.

175
00:09:54,290 --> 00:09:56,330
Gemal better to save all.

176
00:09:56,900 --> 00:10:00,050
And now I know that you are still the setting.

177
00:10:00,050 --> 00:10:01,070
We don't need it.

178
00:10:01,070 --> 00:10:07,190
I have already added our Quispe form that whisky's reforms and the Crispi template package.

179
00:10:07,550 --> 00:10:09,710
So that is our step forward right now.

180
00:10:09,710 --> 00:10:11,750
We are using our bootstrap right.

181
00:10:12,200 --> 00:10:12,770
Perfect.

182
00:10:12,860 --> 00:10:15,470
So now we have to do, we have to include it.

183
00:10:15,470 --> 00:10:20,930
That means we have to extend our this business Jammal because of all the hurricanes I have named as

184
00:10:20,930 --> 00:10:21,650
a body block.

185
00:10:21,650 --> 00:10:21,920
Right.

186
00:10:22,280 --> 00:10:24,000
So now go to our sign up.

187
00:10:24,000 --> 00:10:26,090
And that means here, here.

188
00:10:26,090 --> 00:10:27,890
First of all, I wanted to extend it.

189
00:10:28,340 --> 00:10:33,290
So if you want to extend it, what exactly you have to do, I hope you already remember that will be

190
00:10:33,290 --> 00:10:34,130
as it extends.

191
00:10:35,000 --> 00:10:35,360
Right.

192
00:10:35,360 --> 00:10:40,970
Extends our police file, extends our base start XHTML right fence with this business, people will

193
00:10:40,970 --> 00:10:44,180
get all the doors, said Jaysus and also the neighbor.

194
00:10:44,570 --> 00:10:49,660
And then also I want to load our piece before that will be as a load.

195
00:10:49,820 --> 00:10:51,890
We have to load it as a crispy.

196
00:10:52,820 --> 00:10:57,650
Crispy underscored that the Crispian and Rescore forms and underscore tax.

197
00:10:58,460 --> 00:10:58,820
Right?

198
00:10:58,820 --> 00:11:00,470
That will be our case before tax.

199
00:11:00,470 --> 00:11:06,140
And then I want to do want to take our title C from to make the title as a dynamic.

200
00:11:06,560 --> 00:11:07,830
So what exactly have to do.

201
00:11:07,830 --> 00:11:08,960
We have to create that block.

202
00:11:09,800 --> 00:11:10,190
Right.

203
00:11:10,190 --> 00:11:13,720
That is our blog and I named it Block in our business journal.

204
00:11:13,760 --> 00:11:18,200
I name it as a title that that will be our title blog.

205
00:11:18,680 --> 00:11:21,440
So now I name it as our blog title.

206
00:11:21,440 --> 00:11:24,440
And here we have to do we have to end it.

207
00:11:24,680 --> 00:11:27,800
That means our end blog and blog.

208
00:11:27,950 --> 00:11:28,430
Perfect.

209
00:11:28,430 --> 00:11:34,820
So from our view space, from our view, if you go to that view from our Web page, I have also lost

210
00:11:34,850 --> 00:11:39,620
one of the contents that are in our dictionary are the titles that will be our key and indeed the key

211
00:11:39,620 --> 00:11:41,000
area I display out this.

212
00:11:41,000 --> 00:11:47,000
Well, right now, if you want the visible that this table dynamically have to be to I you have to update

213
00:11:47,240 --> 00:11:48,260
our this title.

214
00:11:48,260 --> 00:11:48,530
Right.

215
00:11:48,890 --> 00:11:54,140
So no one to do in our disposition and display our Diski as a title.

216
00:11:54,590 --> 00:11:55,010
Perfect.

217
00:11:55,010 --> 00:11:57,920
That means our title now, as is dynamic.

218
00:11:57,920 --> 00:12:01,250
And also after that I want to do on the deck our body.

219
00:12:01,850 --> 00:12:04,370
That means this will be our downunder block.

220
00:12:05,250 --> 00:12:07,550
Sorry, another block as a body block.

221
00:12:07,550 --> 00:12:09,170
Mardie underscore block.

222
00:12:09,320 --> 00:12:13,370
Right so from our basis Jamul I have declared it.

223
00:12:13,910 --> 00:12:15,470
That will be our body block.

224
00:12:15,710 --> 00:12:19,730
So now I name it as a body block and also after that we have to end it.

225
00:12:20,690 --> 00:12:24,600
Sorry, we have to end our body that is.

226
00:12:24,670 --> 00:12:30,980
And I and it seemed to the particular that position I want to turn to create another form and then here

227
00:12:30,980 --> 00:12:33,800
we don't need this glass, we don't need any action.

228
00:12:33,800 --> 00:12:35,480
Only method will be needed.

229
00:12:35,870 --> 00:12:43,130
And also after that, I want to do and the load our forms, that means from our view, from what we

230
00:12:43,130 --> 00:12:45,260
do, I have also powers that our form right.

231
00:12:45,410 --> 00:12:46,820
So into the form area.

232
00:12:46,820 --> 00:12:50,480
I have loaded our this custom form that is our creative user.

233
00:12:50,990 --> 00:12:57,140
So now I loaded our forms and also on the Lord, our Crispi, that will be as a Crispi.

234
00:12:58,550 --> 00:13:02,660
So I have already installed a package and also ablated that things in our settings.

235
00:13:02,660 --> 00:13:03,010
Right.

236
00:13:03,010 --> 00:13:03,980
Then we can use it.

237
00:13:03,980 --> 00:13:04,280
Right.

238
00:13:04,490 --> 00:13:07,910
And also, as I told you before, we need our CSF token.

239
00:13:08,060 --> 00:13:10,700
So without yourself, Kokanee, should we not work?

240
00:13:11,030 --> 00:13:15,920
So this will be as easy as R.F. and rescue token, right?

241
00:13:15,920 --> 00:13:19,070
That will be as I see yourself token and also take one of the button.

242
00:13:19,580 --> 00:13:24,590
So it'll be just like the same finish will be the submit search will be the submit type.

243
00:13:24,950 --> 00:13:26,690
And here we don't need any name.

244
00:13:27,050 --> 00:13:29,990
I want to do want to make one of the glass.

245
00:13:30,740 --> 00:13:39,320
I mean, the glass is a bit and be done and it will be as infl that means in type and then between some

246
00:13:39,380 --> 00:13:41,690
that will we are Bartonella now name will be as.

247
00:13:41,760 --> 00:13:46,000
Sign up, sign up, which will be on the button for our sign up.

248
00:13:46,860 --> 00:13:47,380
Perfect.

249
00:13:47,520 --> 00:13:51,000
So now if you want to access this sign up is what exactly you have to do.

250
00:13:51,020 --> 00:13:53,010
You have to create one of the parts for this one.

251
00:13:53,010 --> 00:13:53,260
Right.

252
00:13:53,400 --> 00:13:54,990
That means, you know, app logging.

253
00:13:54,990 --> 00:13:56,690
If you go to app logging, you order.

254
00:13:57,180 --> 00:14:00,790
So I have already declared that name as the app name as the app logging.

255
00:14:00,810 --> 00:14:06,660
So now I want to do I want to create one of the pop suits will be as a pop and the path area.

256
00:14:06,660 --> 00:14:10,170
I want to declare the name already what I will be as a sign up.

257
00:14:10,940 --> 00:14:12,750
OK, it will be as a sign up.

258
00:14:13,020 --> 00:14:16,380
And then also we load our view.

259
00:14:16,560 --> 00:14:23,160
So right now with these views, so with these views and want to access that machine, our app logging

260
00:14:23,160 --> 00:14:28,480
that is our views, our blogging and views here have created the function name as a sign up.

261
00:14:28,770 --> 00:14:31,120
So now we we have to we have to use it.

262
00:14:31,590 --> 00:14:33,900
So that is our sign of function.

263
00:14:33,900 --> 00:14:34,210
Right.

264
00:14:34,230 --> 00:14:40,500
And after that, I want to put on the name I want to put that name for this spot.

265
00:14:40,510 --> 00:14:43,990
So if you want to use it so it will be as a mamita to sign up.

266
00:14:44,010 --> 00:14:45,910
OK, which will be the sign up.

267
00:14:46,380 --> 00:14:48,060
So that is our child one.

268
00:14:48,060 --> 00:14:48,340
Right.

269
00:14:48,360 --> 00:14:51,050
So we have to also include our this child.

270
00:14:51,060 --> 00:14:53,160
You are in our Madali world.

271
00:14:53,170 --> 00:14:56,710
That means in our social Ozick and that is our you are right.

272
00:14:56,730 --> 00:15:02,100
So here we have to do we have to include it, as I have already added our include methode one can actually

273
00:15:02,100 --> 00:15:02,460
use it.

274
00:15:02,460 --> 00:15:02,710
Right.

275
00:15:03,030 --> 00:15:06,170
So it will be as a part will be as a pop.

276
00:15:06,180 --> 00:15:08,510
And here I name it as a account.

277
00:15:10,110 --> 00:15:16,380
OK, it will be the accounts and slash that account slash and after that it shall be added our sign

278
00:15:16,380 --> 00:15:16,640
up.

279
00:15:16,650 --> 00:15:16,910
Right.

280
00:15:17,760 --> 00:15:22,440
So now I added our accounts and after that we have to, we have to include it.

281
00:15:22,770 --> 00:15:27,510
That means include include our we include in our app.

282
00:15:28,020 --> 00:15:30,720
That means app logging into the app logging area.

283
00:15:30,720 --> 00:15:37,350
I have created one of the file as you also make that sure you included that in our app logging into

284
00:15:37,350 --> 00:15:38,010
the app logging.

285
00:15:38,010 --> 00:15:39,630
I have already created the Warrell.

286
00:15:39,640 --> 00:15:44,460
So it will be included that you are also with our accounts and after that background checks will be

287
00:15:44,460 --> 00:15:45,930
added our this sign up.

288
00:15:46,440 --> 00:15:46,720
Right.

289
00:15:46,830 --> 00:15:51,900
And I hope this concept I have already discussed about that things with you, it now should be very

290
00:15:51,900 --> 00:15:52,740
much clear to you.

291
00:15:52,860 --> 00:15:57,930
So now, friend, let's check this out or everything is perfectly working on not only to save all.

292
00:15:57,930 --> 00:16:00,660
First of all, I don't want to run Salver.

293
00:16:00,750 --> 00:16:02,370
I didn't run my server.

294
00:16:02,370 --> 00:16:06,330
So if you want to run that server, it will be the python or pie.

295
00:16:06,330 --> 00:16:11,280
And then the man is spider man dot pie and then run server.

296
00:16:11,460 --> 00:16:11,970
Right.

297
00:16:11,970 --> 00:16:13,500
And now if you at the enter.

298
00:16:16,140 --> 00:16:21,480
You can see our server is not totally running, so now if you want to access it, that means our main

299
00:16:21,480 --> 00:16:22,080
part to you.

300
00:16:22,110 --> 00:16:26,800
To be sure that or because of all for our main part, I didn't create any doubt.

301
00:16:27,540 --> 00:16:28,700
So now let's check this out.

302
00:16:28,710 --> 00:16:31,620
If you know, open it clears the place to go.

303
00:16:33,090 --> 00:16:38,270
See something as a page not found because I felt I didn't create any part, but I have already created

304
00:16:38,270 --> 00:16:45,830
one of the part I have already created one of the part in our main memorial that will be our account

305
00:16:45,830 --> 00:16:49,250
site soon, the main mural that was in our menu walls area.

306
00:16:49,250 --> 00:16:50,540
That will be as the accounts.

307
00:16:51,080 --> 00:16:54,400
So I added after that, that will be the account.

308
00:16:54,410 --> 00:16:57,710
And after the attack I wanted to be directed to our APLA.

309
00:16:58,070 --> 00:17:01,640
You are those that means you are blogging and that is what you are.

310
00:17:01,910 --> 00:17:03,320
And that is our sign up.

311
00:17:03,320 --> 00:17:03,620
Right.

312
00:17:03,920 --> 00:17:08,720
So after that accounts we have to do we have to add our sign up as they enter.

313
00:17:10,630 --> 00:17:18,170
Yes, you can see for now we successfully lowered our default custom form, so that is our form.

314
00:17:18,550 --> 00:17:24,670
I have already declared so here in our sign now there is a view, our sign up method that means sign

315
00:17:24,670 --> 00:17:25,330
up method.

316
00:17:25,330 --> 00:17:29,830
If you go to that, our view, I have already created out the method as a sign up, right.

317
00:17:30,100 --> 00:17:31,360
See to the sign up area.

318
00:17:31,370 --> 00:17:35,440
I loaded our ad blocking and sign up protest Tamalpais.

319
00:17:35,440 --> 00:17:42,220
And also from here, let me see in our sign up phase here, I loved one of the forms of this form I

320
00:17:42,220 --> 00:17:43,450
have already declared.

321
00:17:43,460 --> 00:17:43,680
Right.

322
00:17:44,050 --> 00:17:46,860
So this form is our create new user form.

323
00:17:47,140 --> 00:17:50,500
See the user for media, what exactly we have done.

324
00:17:50,800 --> 00:17:53,910
So we have created a used our user creation form.

325
00:17:53,920 --> 00:18:00,610
So with this U.S. form, we will get by default to have this field as a username, password and password

326
00:18:00,880 --> 00:18:04,210
and also added another additional field as email.

327
00:18:04,510 --> 00:18:08,420
So this field is you can see this field is also now added as email.

328
00:18:08,890 --> 00:18:09,280
Right.

329
00:18:09,400 --> 00:18:15,930
So, friend, I hope every part should be very much clear to you what exactly would need for our designer

330
00:18:15,940 --> 00:18:17,440
form and write down here.

331
00:18:17,440 --> 00:18:18,910
You can see that it's on the Help Desk.

332
00:18:18,910 --> 00:18:22,900
So if you want to remove that help next, I also show you how you can remove it.

333
00:18:22,900 --> 00:18:28,060
So don't worry, step by step, everything will be more clear to you since the next video I want to

334
00:18:28,060 --> 00:18:28,330
do.

335
00:18:28,330 --> 00:18:30,830
I want to customize our design updates.

336
00:18:30,850 --> 00:18:35,230
OK, so here they told you they have some on the Help Desk, so how can remove it now.

337
00:18:35,230 --> 00:18:37,060
Can make the things a little bit professional.

338
00:18:37,060 --> 00:18:40,900
Look, the next video I will show you that things with a live example.

339
00:18:41,320 --> 00:18:42,850
So thanks for watching.

340
00:18:42,850 --> 00:18:44,590
I will see you the next video.
