1
00:00:00,330 --> 00:00:05,700
Hello, friend will come back in a previous session, I have already discussed about that things we

2
00:00:05,700 --> 00:00:10,990
do how can create one of the court application with using that jingle that is from here.

3
00:00:11,010 --> 00:00:13,950
Now, we can actually insert some of the data into the database.

4
00:00:13,950 --> 00:00:17,220
And also we read all the data from the database.

5
00:00:17,220 --> 00:00:21,870
And also, if you want to update this data, that means if you only reading this data, how can edit

6
00:00:21,870 --> 00:00:22,080
it?

7
00:00:22,080 --> 00:00:26,370
And also if you want to delete it, then how can this data from the database?

8
00:00:26,370 --> 00:00:28,580
I have already discussed about that things with you.

9
00:00:29,250 --> 00:00:35,940
So now in this video on the do want to start another session, it's about that user authentication and

10
00:00:35,940 --> 00:00:40,080
that is the most important part for any project in this session.

11
00:00:40,080 --> 00:00:46,710
I will show you how can create authentication system with using that can go into the syndication system,

12
00:00:46,710 --> 00:00:52,470
will create user registration option, use a logging option and also log out option.

13
00:00:52,790 --> 00:00:55,110
So for doing all of the things we will need.

14
00:00:55,110 --> 00:01:01,230
One of the database and good news is that Django already provide this step up one of the tables if you

15
00:01:01,230 --> 00:01:02,790
go to your admin panel.

16
00:01:02,790 --> 00:01:04,320
So that is our admin panel.

17
00:01:04,320 --> 00:01:04,580
Right.

18
00:01:04,740 --> 00:01:09,110
And if the admin panel here, you can see they have also the option for the users.

19
00:01:09,360 --> 00:01:14,490
So if you click on the users and here you can see I have already created one of the super user.

20
00:01:14,500 --> 00:01:19,890
So that is all super user as a Amjed and that is our our being at the original dot com.

21
00:01:20,010 --> 00:01:20,390
Right.

22
00:01:20,730 --> 00:01:26,670
So by default, Django provide this type of on the table if you go to that user details into the user

23
00:01:26,670 --> 00:01:31,960
details here, because that is actually the user name of the field into that database area automatically

24
00:01:31,960 --> 00:01:34,470
is created and also there is a password.

25
00:01:34,480 --> 00:01:37,920
So whatever the password input automatically should be created.

26
00:01:37,920 --> 00:01:39,490
One of the hash tag password.

27
00:01:39,530 --> 00:01:46,780
OK, and then also another feel for the first name, the last name, email address and also by default

28
00:01:46,780 --> 00:01:52,410
that have sought the permission as the active and the established status and the super user status.

29
00:01:52,770 --> 00:01:58,410
So that is actually also part of being the super user for the reasons these two of this is actually

30
00:01:58,410 --> 00:02:04,130
checkmark rather than when you create Musad by default, only this one will be activated.

31
00:02:04,140 --> 00:02:06,520
That means this active user will be activated.

32
00:02:06,540 --> 00:02:10,290
OK, so you can manage all that your user from to this position.

33
00:02:10,530 --> 00:02:11,340
So that is all.

34
00:02:11,340 --> 00:02:13,020
Everything is by default.

35
00:02:13,020 --> 00:02:13,710
Radim it.

36
00:02:13,830 --> 00:02:19,380
And here you see there is also the user permission option then when the user will be locked in.

37
00:02:19,590 --> 00:02:24,780
And the data, Jayan, and if you want to delete it, they can also direct it from this area.

38
00:02:25,350 --> 00:02:30,650
So as I told you, Jenko actually providing that Teutul, this texture, that means that user table

39
00:02:30,660 --> 00:02:31,380
is texture's.

40
00:02:31,380 --> 00:02:32,940
So we don't need to do anything.

41
00:02:32,940 --> 00:02:34,950
We have to just load out this problem.

42
00:02:34,950 --> 00:02:36,960
So they have also by default on the form.

43
00:02:36,960 --> 00:02:40,110
We have to migrate it and then we have to simply load it.

44
00:02:40,320 --> 00:02:43,700
That is, we did in our court application area.

45
00:02:43,890 --> 00:02:48,840
So friend, I request to complete our code application section very carefully.

46
00:02:48,860 --> 00:02:54,570
So if you already will understand about that code application, then it will be very much clear to you

47
00:02:54,570 --> 00:02:57,360
because here we have to do the same things for our user.

48
00:02:57,660 --> 00:03:03,150
So your next video, I will show you how you can create Django authentication system with using this

49
00:03:03,150 --> 00:03:04,040
user table.

50
00:03:04,650 --> 00:03:06,240
So thanks for watching.

51
00:03:06,240 --> 00:03:08,070
I will see you in the next video.
