1
00:00:00,260 --> 00:00:06,830
The app you're looking at was built with Django, and this is the app that we're going to build together

2
00:00:06,830 --> 00:00:10,490
from scratch using the Django Web framework.

3
00:00:10,490 --> 00:00:18,200
So if you follow the previous app where we use Flask, you saw that we built this application form.

4
00:00:18,200 --> 00:00:21,860
So it was identical with what you're seeing now.

5
00:00:22,100 --> 00:00:26,650
But in addition, this time with Django, we will add two things.

6
00:00:26,660 --> 00:00:30,170
One is this navigation bar here.

7
00:00:30,170 --> 00:00:33,950
So we'll have multiple pages in the app.

8
00:00:33,950 --> 00:00:38,300
Plus this time we're going to have an admin interface.

9
00:00:38,300 --> 00:00:46,850
So this one here where the admins can log in and they can see the submitted data because this is a user

10
00:00:46,850 --> 00:00:54,170
interface where the visitors enter data and they press submit and then you as an admin or someone else

11
00:00:54,170 --> 00:01:04,069
in your team can go to this URL, they can log in and they can access all the submitted data.

12
00:01:04,069 --> 00:01:11,300
So the username surnames email addresses, the available date and the occupation.

13
00:01:12,170 --> 00:01:18,530
And in this interface you can also filter the data based on certain criteria here.

14
00:01:18,530 --> 00:01:22,040
So we will build this interface also with Django.

15
00:01:22,370 --> 00:01:23,210
Yes.

16
00:01:23,210 --> 00:01:29,840
So ready, Let's start everything from scratch and this will give you a very strong skill set when it

17
00:01:29,840 --> 00:01:32,300
comes to building applications with Django.

18
00:01:32,300 --> 00:01:33,500
So let's begin.

19
00:01:33,530 --> 00:01:34,610
I'll see you in the next video.

