1
00:00:00,180 --> 00:00:00,990
Hello, friend.

2
00:00:01,020 --> 00:00:01,890
Welcome back.

3
00:00:02,250 --> 00:00:06,960
In our previous video, I have already discussed about that things with you, how can pass some of the

4
00:00:06,960 --> 00:00:09,170
data to on SCDP response?

5
00:00:09,180 --> 00:00:09,450
Right.

6
00:00:09,810 --> 00:00:13,800
So now in this video, I want to discuss about one of the most important things.

7
00:00:13,800 --> 00:00:14,760
That is our apps.

8
00:00:14,940 --> 00:00:20,430
As I told you in Django, if you want to create some of the project, you can actually create with combined

9
00:00:20,430 --> 00:00:24,570
multiple apps like for right now, I want to give you some example.

10
00:00:24,570 --> 00:00:29,640
If you want to create a sound that inventory management system into the inventory management system,

11
00:00:29,640 --> 00:00:31,920
they have the multiple module.

12
00:00:31,930 --> 00:00:32,250
Right.

13
00:00:32,430 --> 00:00:35,400
You have to do we have to add one of the modules, the employee.

14
00:00:38,750 --> 00:00:44,810
OK, you have to create all the modulars employee and also you have to create another module as a salary

15
00:00:46,440 --> 00:00:50,780
and also we will need that because we need that expense.

16
00:00:52,190 --> 00:00:55,930
We need that expense income and then the report.

17
00:00:56,510 --> 00:00:56,890
Right.

18
00:00:56,900 --> 00:01:04,100
So that all actually that module so together, all that module, you have to build one of the inventory

19
00:01:04,100 --> 00:01:05,180
management system.

20
00:01:05,570 --> 00:01:07,910
So now I think you can will understand about it.

21
00:01:08,120 --> 00:01:15,320
So this every individual module call as in general as at OK, that means you have to create one of the

22
00:01:15,320 --> 00:01:23,240
app as the employee, you have to create another app as a salary balls expands income the report and

23
00:01:23,240 --> 00:01:26,740
combine everything you have to create one of the Django project.

24
00:01:27,080 --> 00:01:28,790
So that's called as an app.

25
00:01:28,820 --> 00:01:31,580
OK, so now I want to do for our project.

26
00:01:31,580 --> 00:01:34,420
I want to create, first of all, want to create one of the apps.

27
00:01:34,850 --> 00:01:37,230
So right now I think is concept.

28
00:01:37,230 --> 00:01:38,770
This should be very much clear to you.

29
00:01:38,780 --> 00:01:42,290
So that's all that module is called, as in Django as an app.

30
00:01:42,320 --> 00:01:46,750
OK, so together, multiple apps, we will create one of the projects.

31
00:01:46,760 --> 00:01:47,900
Right now we don't need this.

32
00:01:47,900 --> 00:01:49,490
I just make that as a concept.

33
00:01:49,820 --> 00:01:52,620
So now I want to do I want to create one of the app.

34
00:01:52,640 --> 00:01:56,020
So if you want to create that apps right now, our server is down so better.

35
00:01:56,030 --> 00:02:00,410
I want to create this app with using our this time, you know, so I just closed it and now I open our

36
00:02:00,410 --> 00:02:01,210
new terminal.

37
00:02:01,730 --> 00:02:03,500
So that is our project directly.

38
00:02:03,510 --> 00:02:05,180
That means there is a proposal directly.

39
00:02:05,510 --> 00:02:09,980
So from here we have to do we have to actually related to our this portfolio because of all here.

40
00:02:09,980 --> 00:02:10,880
That is our project.

41
00:02:10,880 --> 00:02:11,120
Right.

42
00:02:11,450 --> 00:02:15,960
So if you change that directly, as I told you, you have to do have to go to the change directly and

43
00:02:15,960 --> 00:02:18,010
then tap so that your portfolio folder.

44
00:02:18,290 --> 00:02:21,170
So that is in our appropriate file location.

45
00:02:21,590 --> 00:02:24,110
So here I want to do I want to create one of the app.

46
00:02:24,350 --> 00:02:31,590
And if you want to create it, first of all, you have to write down have the Django Django admin and

47
00:02:31,650 --> 00:02:32,150
the Django.

48
00:02:32,160 --> 00:02:36,280
I mean, if you want to create it, then, as I told you before, into the Django, had been to have

49
00:02:36,320 --> 00:02:38,190
one of the command line as a start up.

50
00:02:38,210 --> 00:02:39,360
So now we will use it.

51
00:02:39,380 --> 00:02:45,290
OK, let me they start app and I just named one of the app name as the employee.

52
00:02:47,210 --> 00:02:48,800
OK, just name it as employee.

53
00:02:49,220 --> 00:02:49,670
Perfect.

54
00:02:49,670 --> 00:02:51,950
No click as they enter notes will be created.

55
00:02:51,950 --> 00:02:56,200
One of the folder you can see are automatically created on the folder as an employee.

56
00:02:56,600 --> 00:02:58,610
So that is actually our app.

57
00:02:58,640 --> 00:03:04,430
OK, so now if you open it and the employee folder here, you can see there is, as I told you before,

58
00:03:04,460 --> 00:03:06,460
into the app idea automatically.

59
00:03:06,500 --> 00:03:08,660
So we created one of the few file.

60
00:03:08,660 --> 00:03:12,580
And also here there is a modules that means all the database related.

61
00:03:12,590 --> 00:03:15,260
Everything will do with our these models.

62
00:03:15,560 --> 00:03:17,540
So we'll discuss about that later.

63
00:03:17,570 --> 00:03:18,950
So now that is a clear view.

64
00:03:19,160 --> 00:03:23,620
OK, so previously in our default, want to have no BU files.

65
00:03:23,630 --> 00:03:25,780
I have created one of the view file.

66
00:03:25,790 --> 00:03:31,850
But when you actually create as the app in the app idea automatically will be providing you all that

67
00:03:31,850 --> 00:03:32,300
views.

68
00:03:32,390 --> 00:03:35,710
And also here you can see they have no file for you or else.

69
00:03:35,720 --> 00:03:37,210
And that is actually our main model.

70
00:03:37,210 --> 00:03:39,920
You also, as I told you before, so that is our model.

71
00:03:39,950 --> 00:03:40,400
What else?

72
00:03:40,430 --> 00:03:46,550
And now if you want to create some of the individual URLs for a specific this application, then you

73
00:03:46,550 --> 00:03:47,630
can also create.

74
00:03:48,140 --> 00:03:50,540
So we'll also discuss about that things with your friend.

75
00:03:50,540 --> 00:03:51,230
Don't worry.

76
00:03:51,230 --> 00:03:56,120
As I told you, I have designed this course like that where everything is step by step will be more

77
00:03:56,120 --> 00:03:56,930
clear to you.

78
00:03:56,960 --> 00:04:01,010
So now I think you can well understand about how you can create some of the application.

79
00:04:01,010 --> 00:04:04,910
That means that the killer apps I have created, not the app as the employee.

80
00:04:05,150 --> 00:04:06,980
So that is our employee app.

81
00:04:06,990 --> 00:04:12,580
And as I told you before, when you create any kind of first of all here, we have to do we have to

82
00:04:12,740 --> 00:04:13,250
stated.

83
00:04:13,260 --> 00:04:13,580
Right.

84
00:04:13,580 --> 00:04:15,840
We have to leave it in our main project.

85
00:04:15,860 --> 00:04:18,940
And that is our setting into the seating area.

86
00:04:18,980 --> 00:04:21,260
They have all that our installed app.

87
00:04:21,260 --> 00:04:21,620
Right.

88
00:04:21,920 --> 00:04:23,450
So into the encyclopedia.

89
00:04:23,450 --> 00:04:28,270
First of all, you have to do you have to actually STOLLEY that means you have to add it on here.

90
00:04:28,280 --> 00:04:33,440
So I have created the application name as an employee to know here we have to add it.

91
00:04:33,450 --> 00:04:34,940
So just name it as an employee.

92
00:04:36,410 --> 00:04:38,720
OK, so make sure your spelling is correct.

93
00:04:38,720 --> 00:04:41,470
So that will be the same name as the employee.

94
00:04:41,480 --> 00:04:42,950
So that will be as employee.

95
00:04:43,280 --> 00:04:43,810
Perfect.

96
00:04:44,030 --> 00:04:45,610
Make sure you added.

97
00:04:45,890 --> 00:04:48,660
So whatever the app will be created you have to do.

98
00:04:48,660 --> 00:04:54,440
We have the added in our business to area and here, as I told you, that is our default Eurail.

99
00:04:54,440 --> 00:04:56,210
So that is our all the default.

100
00:04:56,510 --> 00:05:02,570
So if you want to create some big project then into the big project, then here you have to actually

101
00:05:02,570 --> 00:05:03,620
add all the two.

102
00:05:03,630 --> 00:05:05,840
You are in particular that area.

103
00:05:06,170 --> 00:05:07,370
That means the main area.

104
00:05:07,370 --> 00:05:09,170
So you will be a little bit annoying.

105
00:05:09,170 --> 00:05:09,510
Right.

106
00:05:09,530 --> 00:05:16,010
So here, if you want to make that separation like here, if you want to create all that employee related,

107
00:05:16,100 --> 00:05:22,430
what if you want to save in particular that employee application area, you can also do it to scholars

108
00:05:22,430 --> 00:05:23,570
that you are mapping.

109
00:05:23,570 --> 00:05:25,200
So lately, I will also show you.

110
00:05:25,430 --> 00:05:30,530
So right now, first of all here, I want to go on to create another file because I want to actually

111
00:05:30,530 --> 00:05:33,040
separate all that our employee related.

112
00:05:33,050 --> 00:05:36,680
That means the employee application related every you are allowed to say what?

113
00:05:36,980 --> 00:05:43,400
Save it on here, so you have to do we have to create one of the file as the orders, not pie, so I

114
00:05:43,400 --> 00:05:47,060
just simply create one of the file as you file.

115
00:05:47,090 --> 00:05:53,360
And that is our 4:00 hour, this application, that damply application so we can link this application

116
00:05:53,360 --> 00:05:56,620
in our next video, I will show you that things with a live example.

117
00:05:56,810 --> 00:06:00,080
So thanks for watching and I will see you in the next video.
