1
00:00:00,620 --> 00:00:03,170
Hey, welcome to yet another day on Django.

2
00:00:03,200 --> 00:00:04,040
Web development.

3
00:00:04,040 --> 00:00:08,720
We're going to continue our App 18, the Restaurant Menu Web app.

4
00:00:08,720 --> 00:00:11,420
So just to wrap up what we did yesterday.

5
00:00:11,450 --> 00:00:18,830
Yesterday, we basically built the backbone of our app, which is the code in Models.py.

6
00:00:19,080 --> 00:00:24,290
So Models.py is under the restaurant menu directory.

7
00:00:24,560 --> 00:00:30,050
As I mentioned, this defines the backbone of a Django app.

8
00:00:30,050 --> 00:00:35,300
So it tells you what data we have to display on the website.

9
00:00:35,300 --> 00:00:39,110
So if we see the end product, which is something we're going to build.

10
00:00:39,110 --> 00:00:42,040
So we haven't built this front end yet.

11
00:00:42,050 --> 00:00:45,680
I'm just showing you the app that I made behind the camera.

12
00:00:46,070 --> 00:00:50,390
So all this reflect to that database model.

13
00:00:50,390 --> 00:01:01,500
But to be able to materialize these data into an actual visual front end like this one here, we need

14
00:01:01,500 --> 00:01:06,210
to create views and we need to create HTML templates.

15
00:01:06,210 --> 00:01:14,910
So today we're going to focus on building views and HTML templates so that we are done with this app.

16
00:01:14,940 --> 00:01:18,630
We're also going to develop the admin interface today.

17
00:01:18,630 --> 00:01:20,760
So let's do all that in the next videos.

18
00:01:20,760 --> 00:01:21,960
I'll see you in the next one.

