1
00:00:05,430 --> 00:00:09,570
Welcome back, everyone, and this lecture, we're going to briefly go through the solution for creating

2
00:00:09,570 --> 00:00:12,720
that new project and that new application within the project.

3
00:00:12,990 --> 00:00:14,910
Let's head over to Visual Studio code.

4
00:00:15,780 --> 00:00:18,630
OK, here I am at Visual Studio Code right now.

5
00:00:18,630 --> 00:00:22,240
I'm located underneath the Django Lectures notebook I have on my desktop.

6
00:00:22,260 --> 00:00:25,260
However, I deleted everything from it and it's totally empty.

7
00:00:25,500 --> 00:00:30,780
Of course, you could create this set up project and application wherever you decide on your computer.

8
00:00:31,110 --> 00:00:35,310
I'm going to open up my terminal, so I'll say new terminal here, and then I'll make sure that I'm

9
00:00:35,310 --> 00:00:38,240
actually opening the command prompt for myself.

10
00:00:38,250 --> 00:00:43,230
Let me the these power shells to clear this on windows that simply close.

11
00:00:43,530 --> 00:00:49,140
And then what I'm going to do is here, I'm going to say Django Dash admin.

12
00:00:50,470 --> 00:00:54,100
Start project and then whatever we want to call this project.

13
00:00:54,430 --> 00:00:59,500
So in this case, we wanted to call it my site, and hopefully this should start to feel second nature

14
00:00:59,500 --> 00:01:03,880
to you by the time you get further and further along in this course, because this is always going to

15
00:01:03,880 --> 00:01:05,800
be the way you end up starting a project.

16
00:01:06,190 --> 00:01:10,480
Now, remember, in order to actually create the application, that's when I start using manage that

17
00:01:10,480 --> 00:01:15,730
pipe, so I need to see the retained directory into my site folder.

18
00:01:17,200 --> 00:01:20,530
And then from there, I'm going to say the following Python.

19
00:01:21,990 --> 00:01:28,860
Run managed not pie with the command line argument start up, and then we wanted to call this one first

20
00:01:28,860 --> 00:01:33,600
app hit enter and then you should see the first app created.

21
00:01:34,080 --> 00:01:39,990
So we're going to be using this project, an application for the rest of this section of the course.

22
00:01:40,380 --> 00:01:43,170
OK, do you have any questions for post them in the forums?

23
00:01:43,170 --> 00:01:45,120
But this should have been pretty straightforward.

24
00:01:45,450 --> 00:01:46,680
I'll see you at the next lecture.

